loadIdeogram: load ideogram from UCSC

Description Usage Arguments Value See Also Examples

View source: R/loadIdeogram.R

Description

Download ideogram table from UCSC

Usage

1
loadIdeogram(genome, chrom = NULL, ranges = NULL, ...)

Arguments

genome

Assembly name assigned by UCSC, such as hg38, mm10.

chrom

A character vector of chromosome names, or NULL.

ranges

A Ranges object with the intervals.

...

Additional arguments to pass to the GRanges constructor.

Value

A GRanges object.

See Also

See Also as ideogramPlot

Examples

1
2
3
4
## Not run: 
head(loadIdeogram("hg38"))

## End(Not run)

trackViewer documentation built on Feb. 11, 2021, 2 a.m.