MakeHeatmapMatrix | R Documentation |
Make input matrix for heatmap
MakeHeatmapMatrix( matrix, metadata, indivVar, indivVal = "", listVar, listVal, poolIndiv = TRUE )
matrix, |
a barcode count matrix |
metadata, |
the metadata |
indivVar, |
variable name defining individuals |
indivVal, |
list of values, default is "" because of poolIndiv=TRUE |
listVar, |
list of variables |
listVal, |
list of values |
poolIndiv, |
should individuals be pooled, default is TRUE |
a matrix to as input to PlotHeatmap function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.