Description Usage Arguments Value Examples
Download sequences from Genbank and build a fasta file from an object output by cb_taxa_gene function
1 | build_fasta(term, retmax = 500, rettype = "fasta")
|
term |
output of cb_taxa_gene function, gives a list of taxon and the name of the gene |
retmax |
max number of sequences to retain; default is 500 |
rettype |
format of the output; default is Fasta |
return a list of fasta sequences
1 2 | pom <- cb_taxa_gene("Pomatoschistus adriaticus","COI")
seq_fasta <- build_fasta(pom)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.