zoukankan      html  css  js  c++  java
  • NET format

    The net file format is used to describe the axtNet data that underlie the net alignment annotations in the Genome Browser. For a detailed description of the methods used to generate these data, refer to the Genome Browser description pages that accompany the Net alignment tracks.

     

    File format

    The net file consists of 7 fixed fields and a set of optional name/value pairs. In the descriptions below, target refers to the reference species and query refers to the aligning species.

    • Fixed fields:
      • Class. Either fill or gap.  Fill refers to a portion of a chain.
      • Start in chromosome (target species)
      • Size (target species)
      • Chromsome name (query species)
      • Relative orientation between target and query species.
      • Start in chromsome (query species)
      • Size (query species)
    • Name/value pairs (optional):
      • id -- ID of associated chain (gapped alignment), if any.
      • score -- Score of associated chain.
      • ali   -- Number of bases in alignments in chain.
      • qFar -- For fill that is on the same chromosome as parent, how far fill is from position predicted by parent.   This helps determine if a        rearrangement is local or if a duplication is tandem.
      • qOver -- Number of bases overlapping with parent gap on query side.  Generally, this will be near zero, except for inverts.
      • qDup -- Number of bases in query region that are used twice or more in net. This helps distinguish between a rearrangement and a duplication.
      • type -- One of the following values:   
        • top -- Chain is top-level, not a gap filler   
        • syn -- Chain is on same chromosome and in same direction as parent   
        • inv -- Chain is on same chromosome on opposite direction from parent
        • nonSyn -- Chain is on a different chromosome from parent
      • tN -- Number of unsequenced bases (Ns) on target side
      • qN -- Number of unsequenced bases on query side
      • tR -- Number of bases in RepeatMasker masked repeats on target.
      • qR -- Number of bases in RepeatMasker masked repeats on query.
      • tNewR -- Bases in lineage-specific repeats on target.
      • qNewR -- Bases in lineage-specific repeats on query.
      • tOldR -- Bases in repeats predating split on target.
      • qOldR -- Bases in repeats predating split on query.
      • tTrf -- Bases in trf (Tandem Repeat Finder) repeats on target.
      • qTrf -- Bases in trf repeats on query.
       
     

        

  • 相关阅读:
    redis主从配置
    mysql被动模式下的主主配置
    centos7 重启网卡报错
    mysql innodb_data_file_path配置增加
    sql语句偶记录
    nginx 做前端代理时proxy参数配置
    firewalld实现网关功能
    mysql负载飙高原因分析
    nginx 直接返回状态码
    (转)Yale CAS + .net Client 实现 SSO(6)
  • 原文地址:https://www.cnblogs.com/pennyy/p/4260951.html
Copyright © 2011-2022 走看看