| ncbi_fa_read | R Documentation |
download fasta sequence by accession number and read as sequence object
ncbi_fa_read(acc, db = "nuccore", type = "auto")
acc |
accession number(s) |
db |
supported db, currently 'nuccore' |
type |
one of 'DNA', 'RNA', 'AA', 'unknown' or 'auto' |
BStringSet object
Guangchuang Yu
## Not run:
x <- ncbi_fa_read(c('AB115403', 'AB115403.1'))
x
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.