View source: R/downloadNCBIGenomes.R
downloadNCBIGenomes | R Documentation |
Supports options for splitting multi-header fasta files and overwriting existing files.
downloadNCBIGenomes(
asm,
species,
db,
output.dir = "./",
split.fasta = FALSE,
overwrite = FALSE
)
asm |
NCBI assembly summary data.table |
species |
Species names. |
db |
Database record to use: refseq or genbank |
output.dir |
Output directory path. Default is current directory. |
split.fasta |
NCBI fasta files are multi-header. Split them? Default is FALSE. |
overwrite |
Overwrite any existed genome file? Default is FALSE to skip the download. |
Genome fasta file(s) named according to the FTP database convention.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.