View source: R/get_genomes_NCBI.R
get_genomes_NCBI | R Documentation |
Downloads Genomes from NCBI GenBank based on matching criteria
get_genomes_NCBI(
organisms = "bacteria",
assembly_summary = NULL,
outputdir = NULL,
assembly_accession = NULL,
organism_name = NULL,
infraspecific_name = NULL,
taxid = NULL,
species_taxid = NULL,
asm_name = NULL,
as_general_expression = FALSE,
assembly_level = NULL,
assembly_upto = NULL,
bioproject = NULL,
biosample = NULL,
refseq_category_upto = NULL,
ntop = NULL,
nobs = TRUE,
allow_assemblies_from_metagenomes = TRUE,
fileformat = "fasta",
simulate = TRUE
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.