View source: R/fct_03_clustering.R
prep_download | R Documentation |
Prep heatmap data for download or additional analysis by merging gene ids with the clusters from kmean clustering or hierarchical clustering.
prep_download(heatmap, heatmap_data, cluster_meth = c(1, 2))
heatmap |
Heatmap object from the |
heatmap_data |
Matrix of heatmap data from the
|
cluster_meth |
Integer designating the clustering method used. 1 for hierarchical and 2 for kmeans |
A dataframe with the heatmap data and associated clusters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.