View source: R/plot-ideogram.R
| plot_ideogram | R Documentation |
Creates a cytoband ideogram-typically representing chromosome banding patterns-and aligns it within a genomic layout.
Cytoband features (gieStain) are mapped to fill colors following standard
cytogenetic conventions (e.g., gpos, gneg, acen, stalk). Optionally,
chromosome names can be displayed as labels.
plot_ideogram(
mapping = aes(),
...,
seqnames = NULL,
size = NULL,
active = NULL
)
mapping |
Default list of aesthetic mappings to use for plot. If not specified, must be supplied in each layer added to the plot. |
... |
Arguments passed on to
|
seqnames |
A single logical or numeric value controlling chromosome
label display. Defaults to
Note: The cytoband vertical range spans from |
size |
The relative size of the plot, can be specified as a
|
active |
A |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.