loadIdeogram {trackViewer} | R Documentation |
Download ideogram table from UCSC
loadIdeogram(genome, chrom = NULL, ranges = NULL, ...)
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. |
A GRanges object.
See Also as ideogramPlot
## Not run: head(loadIdeogram("hg38", chrom = "chr1")) ## End(Not run)