signalLevelHeatmap: Make heatmap illustrating the signel levels for clusters. For multiple samples, signal levels differ for the same cluster in different samples. Signal levels can be plotted easily using built-in R functions such as mean, median, and max.
Description
Make heatmap illustrating the signel levels for clusters. For multiple samples, signal levels differ for the same cluster in different samples. Signal levels can be plotted easily using built-in R functions such as mean, median, and max.
Usage
signalLevelHeatmap(data_agg, signal_level = max)
Arguments
data_agg
Variable name of aggregated data.
signal_level
Function used to find signal levels for visualization.
Value
Saves the cluster signal level heatmap plot in the working directory.