Description Usage Arguments Details Value Methods (by class) See Also Examples
Sets up a local cache of ideogram data for a genome.
1 2 3 4 5 | setup_ideograms(
data = NULL,
genome = NULL,
colourmap = default_ideogram_colours()
)
|
data |
One of the following:
|
genome |
A |
colourmap |
A named |
If the data
argument is missing but the genome
argument is either "hg19"
, "hg38"
, "mm9"
or
"mm10"
, BiocFileCache is used to cache the cytoBand.txt
file from UCSC.
Returns no value, but caches the ideograms under the genome
identifier in a temporary cache.
data = data.frame,genome = ANY
: Uses data.frame
to generate ideograms
data = character,genome = ANY
: Uses character
as file path.
data = missing_OR_NULL,genome = character
: Attempts to lookup genome in UCSC tables and
caches this.
This is to be used in conjunction with ideogram axes:
guide_ideogram_axis()
1 | setup_ideograms(genome = "hg38")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.