Download ideogram table from UCSC

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

if (FALSE) { # \dontrun{
head(loadIdeogram("hg38", chrom = "chr1"))
} # }