plotMat | R Documentation |
generic function to plot the non-zero elements of a sparse matrix
plotMat(
matrix,
scale = T,
trim.names = 50,
cutoff = NULL,
col.scale = NULL,
...
)
matrix |
the input matrix |
scale |
rescale the columns to max=1 |
trim.names |
the maximum length of row and column lables |
cutoff |
Sets values (both positive and negative) bellow this number to 0 |
col.scale |
custom color scale |
... |
additional argumend to be passed to pheatmap |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.