How to select specific values (features and attributes) from gtf/gff file and convert it into table like data?
1
0
Entering edit mode
7.0 years ago
kirannbishwa01 ★ 1.6k

Generally gene information are reported in GTF/GFF format.

More details in these links: http://www.ensembl.org/info/website/upload/gff.html ,

http://mblab.wustl.edu/GTF22.html

But, there is often a need to mine the specific data (mainly features and attributes of these features) and represent in a more clear format which can be used with R, excel. How to do this?

gtf gff features attributes • 1.8k views
ADD COMMENT
0
Entering edit mode

This seemed to me more a question with an answer from OP than a tutorial, so I edited the post.

ADD REPLY
0
Entering edit mode
7.0 years ago
kirannbishwa01 ★ 1.6k

But, there is often a need to mine the specific data (mainly features and attributes of these features) and represent in a more clear format which can be used with R, excel. How to do this?

GTF_to_Table.py is a tool written on python3 which runs seamlessly for that purpose.

See the details on usage of this tools using the test_example files using this Github link: https://github.com/everestial/GTF_to_Table

ADD COMMENT

Login before adding your answer.

Traffic: 2335 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6