From NCBI Taxonomy to 16s RNA (automated)
0
0
Entering edit mode
5.8 years ago
Benni ▴ 30

I have a list of NCBI Taxonomy IDs and I want to retrieve the corresponding 16S RNA sequence. I can do this for every single element using SILVA https://www.arb-silva.de/. But I need an automated way. As far as I know, SILVA does not have an REST API, but maybe other databases are accessible in a programmatic way?

16s RNA Taxonomy • 2.1k views
ADD COMMENT
0
Entering edit mode

Can you post a few examples of the NCBI IDs that you have?

ADD REPLY
0
Entering edit mode
ADD REPLY
0
Entering edit mode

Are you able to use these IDs to locate the 16s RNA sequences of interest on NCBI website?

ADD REPLY
0
Entering edit mode

You could use NCBI eutils to get all rRNA sequences and then filter out 16S sequences based on the descriptions:

esearch -db nuccore -query "txid243164[Organism:noexp] AND biomol_rrna[PROP] AND 16S"|efetch -format fasta

However, this query would fail if 16S is written as 16s in the description.

ADD REPLY
0
Entering edit mode

I downloaded the 16S RefSeq Nucleotide sequence records. https://www.ncbi.nlm.nih.gov/nuccore?term=33175%5BBioProject%5D+OR+33317%5BBioProject%5D They contain the information I need.

ADD REPLY
1
Entering edit mode

They also contain a bunch of DNA sequences, more precise link would be: https://www.ncbi.nlm.nih.gov/nuccore?term=33175[BioProject]%20OR%2033317[BioProject]%20AND%20biomol_rrna[PROP]

ADD REPLY

Login before adding your answer.

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