Entering edit mode
4.1 years ago
zhangdengwei
▴
210
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.
I finally succumb to coding by myself. The
biopythonmodule andpandaspackage can be helpful when doing such a thing.