PlotHeatmap | R Documentation |
Plot a heatmap
PlotHeatmap( wideMatrix, distance = "euclidean", clustering = "complete", showDendro = "no", showBarcodes = "no", nClusters = 0, columnTextSize = 1 )
wideMatrix, |
a dataframe treated with LongToWideSubMatrix() or LongToWideSubMatrix_pooledIndiv() functions |
distance, |
heatmap distance metrics |
clustering, |
heatmap clustering method |
showDendro, |
"yes" or "no". If yes, column dendrogram is shown |
showBarcodes, |
"yes" or "no". If yes, row barcode names are shown |
nClusters, |
number of clusters to be shown, minimum is 0 |
columnTextSize, |
column text size |
a heatmap of samples in wideMatrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.