How to get enome feature annotation through NCBI api ?
1
1
Entering edit mode
3.5 years ago
demolidd77 ▴ 60

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!

refseq NCBI ensembl ucsc gene • 1.3k views
ADD COMMENT
0
Entering edit mode

You can also query NCBI's data from UCSC's API (https://genome.ucsc.edu/goldenPath/help/api.html) in the following fashion:

https://api.genome.ucsc.edu/getData/track?genome=hg38;track=ncbiRefSeq;maxItemsOutput=100

Although better to query the original source when possible.

ADD REPLY
2
Entering edit mode
3.5 years ago
Carambakaracho ★ 3.2k

NCBI eutils: https://www.ncbi.nlm.nih.gov/books/NBK25500/

see also command line alternative edirect https://www.ncbi.nlm.nih.gov/books/NBK179288/

ADD COMMENT
0
Entering edit mode

Hello, @Carambakaracho

Do you know which command or API can return GFF contents like this format ?

NC_000001.10 RefSeq region 1 249250621 . + . ID=NC_000001.10:1..249250621;Dbxref=taxon:9606;

if I only have every chromosome location range ,like chr1:1-1345673, is there any API command to support with returning like above GFF format contents ?

Thanks !

ADD REPLY
0
Entering edit mode

My apology, I'm a bit rusty using these commands, they're not in the focus of my job anymore.

ADD REPLY
0
Entering edit mode

Thank you anyway ! !!!

ADD REPLY

Login before adding your answer.

Traffic: 2665 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