Add column groups and order columns based on groups
Usage
# S4 method for class 'Iheatmap'
add_col_clusters(
p,
clusters,
name = "Col<br>Clusters",
reorder = TRUE,
side = c("top", "bottom"),
xname = current_xaxis(p),
...
)
Arguments
- p
iheatmap object
- clusters
cluster assignments, should be vector of integers, characters, or factors
- name
name of colorbar indicating cluster membership
- reorder
reorder rows based on clusters? default is TRUE
- side
side of plot on which to add subplot
- xname
name of xaxis
- ...
additional arguments to pass to
add_col_groups
for creation of annotation heatmap indicating cluster membership
Value
Iheatmap-class
object, which can be printed to generate
an interactive graphic
Details
This function is very similar to add_col_groups
; the
main difference is that with this function column will get reordered based on
the groups.