一、GTF文件格式

 Fields must be tab-separated. Also, all but the final field in each feature line must contain a value; "empty" columns should be denoted with a '.'

  1.seqname - name of the chromosome or scaffold; chromosome names can be given with or without the 'chr' prefix. Important note: the seqname must be one used within Ensembl, i.e. a standard chromosome name or an Ensembl identifier such as a scaffold ID, without any additional content such as species or assembly. See the example GFF output below.

  2.source- name of the program that generated this feature, or the data source (database or project name)

  3.feature- feature type name, e.g. Gene, Variation, Similarity

  4.start- Start position of the feature, with sequence numbering starting at 1.

  5.end- End position of the feature, with sequence numbering starting at 1.

  6.score- A floating point value.

  7.strand- defined as + (forward) or - (reverse).

  8.frame- One of '0', '1' or '2'. '0' indicates that the first base of the feature is the first base of a codon, '1' that the second base is the first base of a codon, and so on..

  9.attribute- A semicolon-separated list of tag-value pairs, providing additional information about each feature.

  1.染色体名

  2.注释信息的来源,比如”Genescan”、”Genbank” 等,可以为空,为空用”.”点号代替

  3.注释信息的类型,比如Gene、cDNA、mRNA等,或者是SO对应的编号

  4、5.开始和结束位置

  7.序列的方向, +表示正义链, -反义链 , ? 表示未知

  8.阅读框:有数字0、1和2。0代表序列的第一个碱基为密码子的第一个碱基,1代表是密码子第二个,2代表第三个。

  9.以多个键值对组成的注释信息描述,键与值之间用”=“,不同的键值用”;“隔开,一个键可以有多个值,不同值用”,“分割。注意如果描述中包括tab键以及”,=;”,要用URL转义规则进行转义,如tab键用代替。键是区分大小写的,以大写字母开头的键是预先定义好的,在后面可能被其他注释信息所调用。
 
 其中source列包含了基因注释机构,如ensembl,ensembl_havana,havana,insdc,mirbase等,要了解这些数据库,可以参考博客:https://www.cnblogs.com/always-fight/p/9002252.html

最新文章

  1. Flask_more1
  2. linker command failed with exit code
  3. LeetCode——Balanced Binary Tree(判断是否平衡二叉树)
  4. ubuntu 14.04 java开发环境搭建 jdk 以及 inteliJ IDEA安装
  5. 【编程题目】输入两个整数 n 和 m,从数列 1,2,3.......n 中 随意取几个数, 使其和等于 m ... ★
  6. 【HDOJ】4983 Goffi and GCD
  7. startssl证书firefox支持配置
  8. jq基础
  9. 敏捷开发每日报告--day4
  10. [Noi2016]区间
  11. android使用.9图作为背景,内容不能居中的问题解决方案
  12. 带着新人看java虚拟机01
  13. 新装云服务器没有iptables 文件,并且无法通过service iptables save操作
  14. tiny6410 启动参数
  15. 剑指Offer 59. 按之字形顺序打印二叉树 (二叉树)
  16. 谷歌地图api 开发 (转载)
  17. excel 应用,右下角的小十字拖拽的时候形成递减的数列
  18. linux下pgAdmin4安装
  19. XPath Checker 和 firebug 插件使用
  20. servlet 简单filter避免中文乱码等

热门文章

  1. LINUX内核分析第八周学习总结——进程的切换和系统的一般执行过程
  2. 小学四则运算APP 第三阶段冲刺
  3. NopCommerce源码架构
  4. tftp服务、串口工具minicom
  5. apache Storm学习之二-基本概念介绍
  6. 用Axios Element 实现全局的请求 loading
  7. JavaScript中的Date对象在IOS中的“大坑”
  8. python代码格式检查工具部署pre_commit
  9. Mysql误删表中数据与误删表的恢复方法
  10. EF 更新 删除