Entering edit mode
3.2 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
biopython
module andpandas
package can be helpful when doing such a thing.