Description Usage Arguments Value
View source: R/data_visualization.R
Creates a heatmap representation of the more variable features in a matrix
1  | heatmapPlot(mat, sampInfo, groupCol, scaleBy = "row", nTop = 100, ...)
 | 
mat | 
 The matrix to be plotted  | 
sampInfo | 
 The sample information data frame  | 
groupCol | 
 The column name of the grouping variable  | 
scaleBy | 
 character indicating if the values should be centered and scaled in either the row direction or the column direction, or none. Corresponding values are "row", "column" and "none"  | 
nTop | 
 Number of features to be plotted after ranking them by the standard deviation  | 
... | 
 Arguments to be passed to pheatmap  | 
The phetamap plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.