专栏名称: 生信人
共同学习生物信息学知识,共同探究生物奥秘。
目录
相关文章推荐
51好读  ›  专栏  ›  生信人

收藏|GFF文件的所有操作均在这里

生信人  · 公众号  · 生物  · 2017-07-27 07:26

正文

1. 通过 GFF 文件获取序列信息

Python/3.4.3/bin/python write_fasta_from_gff.py -h


2.两个 GFF 文件比较输出一致的结果

Python/3.4.3/bin/python report_basic_gff_model_agreement.py -h

3. 移除重复的注释信息

Python/3.4.3/bin/python remove_duplicate_features.py -h


4.根据特定 ID 提取 GFF 信息

Python/3.4.3/bin/python filter_gff3_by_id_list.py -h

5. NCBI 提交数据所需要的 tbl 格式

Python/3.4.3/bin/python convert_gff3_to_ncbi_tbl.py -h







请到「今天看啥」查看全文