loadIdeogram.Rd
Download ideogram table from UCSC
loadIdeogram(genome, chrom = NULL, ranges = NULL, ...)
Assembly name assigned by UCSC, such as hg38, mm10.
A character vector of chromosome names, or NULL.
A Ranges object with the intervals.
Additional arguments to pass to the GRanges constructor.
A GRanges object.
See Also as ideogramPlot
ideogramPlot
if (FALSE) { # \dontrun{ head(loadIdeogram("hg38", chrom = "chr1")) } # }