easy way to fetch out the surrounding CDS of a pair of given coordinates
Hi all,
I have a bacteria genome and the corresponding GFF annotation. Now I have a pair of coordinates and am wondering whether there is a quick way to fish out the surrounding CDS from the GFF file. Thanks in advance.
• 1,310 views
•
link
1 answer
Log in to answer this question.
I finally succumb to coding by myself. The
biopythonmodule andpandaspackage can be helpful when doing such a thing.