Data access through python
How to extract data of refGene Database from UCSC browser using python or perl?
• 1,442 views
•
link
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.
• 0 views
•
link
Log in to answer this question.
You could download the data via the ftp page
https://hgdownload.cse.ucsc.edu/goldenpath/hg38/database/refGene.txt.gz https://hgdownload.cse.ucsc.edu/goldenpath/hg19/database/refGene.txt.gz