GFF

A Genbank –> GTF converter derived from BioPerl

2015-10-14 gaoch
𝔹ioPerl has a Genbank –> GFF converter (the script is bp_genbank2gff3.pl), however, this converter generated GFF/GTF file could not work in Bioconductor when using the function maketxdbfromGFF to … 阅读全文 →

关于GFF3格式

2010-10-28 gaoch
𝔾FF3是GFF注释文件的新标准。文件中每一行为基因组的一个属性,分为9列,以TAB分开。 依次是: 1. reference sequence:参照序列 指出注释的对象。如一个染色体,克隆或片段。可以有多个参照序列。 2. source :来源 注释的来源。如果未知,则用点(.)代替。 3. type :类型 属性的类型。建议使用符合SO惯例的名称(sequence ontology,参 … 阅读全文 →