pull_PATRIC_genomes | R Documentation |
Automated download of genomes from PATRIC database
pull_PATRIC_genomes(
output_directory,
taxonomic_name = NULL,
database = patric_ftp_path,
filter = "MIC",
n_genomes = 0
)
output_directory |
local directory to save to |
taxonomic_name |
character of taxonomic bacterial name to download |
database |
local or ftp path to PATRIC database, or loaded database using load_patric_db() |
filter |
"MIC" or "disk" or "all" phenotypes |
n_genomes |
number of genomes (0 = all) |
The number of failed downloads (i.e., 0 if all attempted downloads were successful).
pull_PATRIC_genomes(tempdir(),
taxonomic_name = "Escherichia coli",
filter = "MIC",
n_genomes = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.