Description Details Methods Author(s) See Also Examples
Class for a single annotation
A complex heatmap always has more than one annotations on rows and columns. Here
the SingleAnnotation-class
defines the basic unit of annotations.
The most simple annotation is one row or one column grids in which different colors
represent different classes of the data. The annotation can also be more complex
graphics, such as a boxplot that shows data distribution in corresponding row or column.
The SingleAnnotation-class
is used for storing data for a single annotation and provides
methods for drawing annotation graphics.
The SingleAnnotation-class
provides following methods:
SingleAnnotation
: constructor method
draw,SingleAnnotation-method
: draw the single annotation.
Zuguang Gu <z.gu@dkfz.de>
The SingleAnnotation-class
is always used internally. The public HeatmapAnnotation-class
contains a list of SingleAnnotation-class
objects and is used to add annotation graphics on heatmaps.
1 2 | # for examples, please go to `SingleAnnotation` method page
NULL
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.