Description Usage Arguments Details Value Author(s) Examples
Link annotation with labels
1 2 |
at |
numeric index in the original matrix |
labels |
corresponding labels |
which |
column annotation or row annotation |
side |
side of the labels. If it is a column annotation, permitted values are "top" and "bottom"; If it is a row annotation, permitted values are "left" and "right". |
lines_gp |
graphic settings for the segments |
labels_gp |
graphic settings for the labels |
padding |
padding between labels if they are attached to each other |
link_width, |
width of the segments. |
extend |
by default, the region for the labels has the same width (if it is a column annotation) or same height (if it is a row annotation) as the heatmap. The size can be extended by this options. The value can be a proportion number or a |
Sometimes there are many rows or columns in the heatmap and we want to mark some of the rows. This annotation function is used to mark these rows and connect labels and corresponding rows with links.
A graphic function which can be set in HeatmapAnnotation
constructor method.
Zuguang Gu <z.gu@dkfz.de>
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.