How to get genome coordinate of a refseq ID with biopython?
0
0
Entering edit mode
8.9 years ago
yuehu.mail • 0

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 • 3.1k views
ADD COMMENT

Login before adding your answer.

Traffic: 2543 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6