| +.AdditiveUnit {ComplexHeatmap} | R Documentation |
Horizontally Add Heatmaps or Annotations to a Heatmap List
## 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.
# There is no example NULL