View source: R/downloadRefseqGenome.R
| downloadRefseqGenome | R Documentation | 
Download RefSeq reference genome
downloadRefseqGenome(
  organism,
  taxonomicGroup = NULL,
  genomeBuild = NULL,
  outputDir = getwd(),
  cache = FALSE
)
organism | 
 
  | 
taxonomicGroup | 
 
  | 
genomeBuild | 
 
  | 
outputDir | 
 
  | 
cache | 
 
  | 
Invisible list.
The latest assembly defined under the "release/" subdirectory is not considered "stable" by the RefSeq team. It is considered good practice to use a genome build one version behind as a stable release (e.g. "GCF_000001405.38_GRCh38.p12" instead of current "GCF_000001405.39_GRCh38.p13" build).
Updated 2023-04-14.
## This example is bandwidth intensive.
## > downloadRefseqGenome(
## >     organism = "Homo sapiens",
## >     taxonomicGroup = "vertebrate_mammalian",
## >     genomeBuild = "GCF_000001405.39_GRCh38.p12",
## > )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.