GFF3 annotation filtering
Hi, Is there a GFF3 annotation filtering tool:
- which removes genes without a description and writes those in a different file
- which removes gene names specific to user input and writes those in a different file?
Thank you in advance,
• 1,654 views
•
link
1 answer
You can use GFFExaminer from Biopython.
• 0 views
•
link
Log in to answer this question.
Firstly, (as a side note ;) ) I would personally try to avoid adding gene description etc in a GFF file format. iI's not meant to hold that kind of info
Secondly, is the GFF file "complex"? if not then perhaps using linux commands such as
awkorgrepwill get the job done?