Entering edit mode
8.3 years ago
weiduan93
•
0
Hi guys, I'm currently have a buntch of locus information(with prefix NM_) and I want retrieve their sequence information from NCBI. As far as I know NCBI's api (like Biopython.Entrez) only support queries by gid,and I did a lot of searches but found no solution of getting to know a gid from its locus. Could anyone help me with this?
If you are using linux machine
Thanks everyone! I was soooooooo stupid that I thought the 'id' parameter of Biopython.Entrez.efetch should be passed as the gid only, but just now I tried the locus ID and succeeded TUT