View source: R/fct_03_clustering.R
sub_heat_ann | R Documentation |
Use the heatmap data to make an annotation for the submap that will also show the legend
sub_heat_ann(data, sample_info, select_factors_heatmap)
data |
Matrix of heatmap data |
sample_info |
Matrix of experiment design information from load data |
select_factors_heatmap |
Factor to group by in the samples. "All factors" will use all of the sample information. |
A list containing a ComplexHeatmap annotation object, a ComplexHeatmap legend, list of groups, and list of group colors.
Other clustering functions:
cluster_heat_click_info()
,
draw_sample_tree()
,
heat_sub()
,
heatmap_main()
,
k_means_elbow()
,
process_heatmap_data()
,
sd_density()
Other heatmaps:
cluster_heat_click_info()
,
heat_sub()
,
heatmap_main()
,
process_heatmap_data()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.