Description Usage Arguments Details Value Author(s) See Also Examples
Horizontally Add Heatmaps or Annotations to a Heatmap List
1 2 | ## S3 method for class 'AdditiveUnit'
x + y
|
x |
A |
y |
A |
It is only a helper function. It actually calls
add_heatmap,Heatmap-method, add_heatmap,HeatmapList-method or
add_heatmap,HeatmapAnnotation-method depending on the class of the input
objects.
The HeatmapAnnotation-class object to be added should only be row
annotations. Column annotations should be added to the heatmap list by
%v%.
x and y can also be NULL.
A HeatmapList-class object.
Zuguang Gu <z.gu@dkfz.de>
%v% operator is used for vertical heatmap list.
1 2 | # There is no example
NULL
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.