Description Usage Arguments Value
You have to perform a search in the NCBI database before you execute the function. The search results are stored in a list. search <- entrez_search(db = "Nucleotide", term="genus", retmax = 100, api_key ="669d671ec088301f59dc01dd767127db2508") Obtain fasta files
1 | fasta(genus)
|
genus |
is the name of the genus you are obtaining fasta files for |
genus_ids |
is the ids that were obtained using entrez_search |
the fasta sequence from the database
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.