Description Usage Arguments Details Value Examples
View source: R/genome-record-from-ncbi.R
## CURRENTLY BROKEN ##
1  | genomeRecordFromNCBI(which, ignore.case = TRUE, .parse = TRUE, ...)
 | 
which | 
 Path to an organism on NCBI's
Genomes/RefSeq FTP site. Examples would be
  | 
ignore.case | 
 Ignore case when matching.  | 
.parse | 
 if   | 
... | 
 Arguments passed on to   | 
Retrieve genomes in GenBank format directly from NCBI's Genomes/RefSeq FTP site.
A gbRecord or gbRecordList
object.
1 2 3 4 5  | ## Not run: 
gbk <- genomeRecordFromNCBI(which = "bacteria/Chlamydia_muridarum", verbose = TRUE)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.