View source: R/downloadUcscGenome.R
downloadUcscGenome | R Documentation |
Download UCSC reference genome
downloadUcscGenome(
organism,
genomeBuild = NULL,
outputDir = getwd(),
cache = FALSE
)
organism |
|
genomeBuild |
|
outputDir |
|
cache |
|
Invisible list
.
<GENOME_BUILD>.chrom.sizes
: Two-column tab-separated text file containing
assembly sequence names and sizes.
<GENOME_BUILD>.chromAlias.txt
: Sequence name alias file, one line for
each sequence name. First column is sequence name followed by tab
separated alias names.
mrna.fa.gz
: Human mRNA from GenBank. This sequence data is updated
regularly via automatic GenBank updates.
refMrna.fa.gz
: RefSeq mRNA from the same species as the genome.
This sequence data is updated regularly via automatic GenBank updates.
This directory contains GTF files for the main gene transcript sets where
available. They are sourced from the following gene model tables:
knownGene
(GENCODE) and ncbiRefSeq
(NCBI RefSeq).
Updated 2023-11-22.
## This example is bandwidth intensive.
## > downloadUcscGenome(organism = "Homo sapiens")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.