This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Data access through python

How to extract data of refGene Database from UCSC browser using python or perl?

snp exac annovar refgene python

1 answer

BioEntrez package in biopython : https://biopython.org/docs/1.75/api/Bio.Entrez.html
Examples of Perl code: https://www.ncbi.nlm.nih.gov/books/NBK25498/

You could simply use EntrezDirect, the command line program.

Log in to answer this question.