Hi,
I wanna get the whole genome annotion result with some information ,like transcript,exon,gene etc , As we know ,NCBI has provided the GFF file containing the above information , but I wanna get the latest content from NCBI online website because the website is latest, no delay! . so where can I find NCBI API to download gene annotation batchly ?
Thanks!
You can also query NCBI's data from UCSC's API (https://genome.ucsc.edu/goldenPath/help/api.html) in the following fashion:
Although better to query the original source when possible.