This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to get genome coordinate of a refseq ID with biopython?

Hi Everyone,

I tried to get genome coordinate of a refseq with Entrez.efetch but couldn't. I can get it with a gene ID but not a refseq ID.

from Bio import Entrez
Entrez.email = 'xxx@xxx.xxx'
handle = Entrez.efetch(db = "nucleotide", id= 'NM_001006118', retmode="xml")

It will give me different information but not genome coordinate. I know how to download genome coordinates from UCSC but I want to check NCBI data.

Would appreciate your help!

refseq biopython entrez

0 answers

No answers yet.

Log in to answer this question.