View source: R/create_chromAnno.R
create_chromosome_annotation | R Documentation |
create chromosome annotations for custom heatmaps
create_chromosome_annotation(cnr, side = "left", ...)
cnr |
a cnr bundle |
side |
side of the annotation. Options are "left" default, "right", "top", and "bottom" |
... |
additional prameters passed to |
A HeatmapAnnotation containing a chromosome map indicate chromsome boundaries on heatmaps
data(cnr) chrAnnoLeft <- create_chromosome_annotation(cnr) chrAnnoTop <- create_chromosome_annotation(cnr, side = "top")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.