View source: R/fct_03_clustering.R
heat_sub | R Documentation |
Use the brush input from the main heatmap to create a larger subheatmap.
heat_sub(
ht_brush,
ht,
ht_pos_main,
heatmap_data,
sample_info,
select_factors_heatmap,
cluster_meth
)
ht_brush |
Brush input from the main heatmap |
ht |
Main heatmap object |
ht_pos_main |
Position of brush on main heatmap |
heatmap_data |
Matrix of data for the heatmap from
|
sample_info |
Matrix of experiment design file information |
select_factors_heatmap |
Group design to label by |
cluster_meth |
Integer indicating which clustering method to use 1 for hierarchical and 2 for kmeans. |
A list containing a Heatmap from the brush selection of the main heatmap, the submap data matrix, the groups for the submap, the submap legend, and data for the click info.
Other heatmaps:
cluster_heat_click_info()
,
heatmap_main()
,
process_heatmap_data()
,
sub_heat_ann()
Other clustering functions:
cluster_heat_click_info()
,
draw_sample_tree()
,
heatmap_main()
,
k_means_elbow()
,
process_heatmap_data()
,
sd_density()
,
sub_heat_ann()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.