Entering edit mode
5.2 years ago
anasofiamoreira94
▴
80
Hello, Can someone tell the way to extract the fasta sequences of gene 16S? Can I extract them in the genebank? Thanks
A particular species or just 16S in general?
You can get the 16S microbial blast pre-formatted database here. You can extract the sequences from these file using
blastdbcmd
utility from BLAST+ package. Note: These sequences are from RefSeq targeted loci project.I have a number of particular species and I have to look for its fasta sequence according to the 16s. So my idea was to select only the gene 16s from mitochondrion in genebank.Do you think it is wrong? Thanks for the help.
Can you provide an example? There may be an Entrezdirect way to get this information.
For instance, I want a fasta sequence of 16s for Acetes japonicus
Using EntrezDirect: For that organism there are only 14 sequences in Genbank and none of them are 16S. If you can use the following sequences then remove the last
| grep
part and replace with> file.fa
.Ok,I will try that. But I'm having trouble using esearch, when I try to execute it, I get this error: WebEnv value not found in search output - WebEnv1 Db value not found in fetch input
Exact command above or something else?
I used this command: esearch -db pubmed -query "lycopene cyclase" |efetch -format abstract
While this is unrelated to the original question, that command looks correct. I can get abstracts of papers by running the same command. There is going to be a lot of them so be careful.