Description Usage Arguments Value
Download sequences and metadata from GenBank by unique identifier
1 | getGenBankSeqs(id)
|
id |
character vector of unique ID(s) for records in database |
a list with two elements: data
contains the metadata for each
sequence; and dna
contains a character vector (same length as number
of rows of data
) where each element is a FASTA-formatted DNA sequence
matched to the metadata by accession.version number
@examples ## Not run: foo <- getGenBankSeqs(c('1331395866', '1679378317')) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.