Description Usage Arguments Value See Also Examples
Download ideogram table from UCSC
1 | 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
1 2 3 4 | ## Not run:
head(loadIdeogram("hg38"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.