Thank you for answering my question!
• 0 views
•
link
I try to use Biothon to retrieve DNA sequence, the following code can get DAN sequence by a GenBank access number, but cannot get sequence from a GI number, can someone help me? Thank you!
accessId='U09422'
handle = Entrez.efetch(db='nuccore', rettype="gb", id=accessId,retmode="text")
NCBI no longer uses GI numbers. You will have to use accession numbers.
Thank you for answering my question!
Log in to answer this question.