prep_download: Prep heatmap data for download

View source: R/fct_03_clustering.R

prep_downloadR Documentation

Prep heatmap data for download

Description

Prep heatmap data for download or additional analysis by merging gene ids with the clusters from kmean clustering or hierarchical clustering.

Usage

prep_download(heatmap, heatmap_data, cluster_meth = c(1, 2))

Arguments

heatmap

Heatmap object from the heatmap_main() function.

heatmap_data

Matrix of heatmap data from the process_heatmap_data() function

cluster_meth

Integer designating the clustering method used. 1 for hierarchical and 2 for kmeans

Value

A dataframe with the heatmap data and associated clusters.


espors/idepGolem documentation built on April 23, 2024, 1:11 p.m.