plotIdeo | R Documentation |
plot ideogram for one chromosome
plotIdeo(
ideo,
chrom = seqlevels(ideo)[1],
colorSheme = gieStain(),
gp = gpar(fill = NA),
...
)
ideo |
output of loadIdeogram. |
chrom |
A length 1 character vector of chromosome name. |
colorSheme |
A character vector of giemsa stain colors. |
gp |
parameters used for grid.roundrect. |
... |
parameters not used. |
## Not run:
ideo <- loadIdeogram("hg38")
library(grid)
grid.newpage()
plotIdeo(ideo)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.