moss_heatmap | R Documentation |
Creates a heatmap from the output of MOSS.
moss_heatmap(B, SVD, right.lab, left.lab, axes.pos = NULL, verbose = TRUE)
B |
An bject of class 'matrix' or 'FBM'. |
SVD |
List with the results of a sparse or dense SVD. |
right.lab |
Columns title. Character. |
left.lab |
Rows title. Character. |
axes.pos |
What SVD dimensions should be used to plot the heatmap? If NULL, all the SVD dimensions are use. Defaults to NULL. |
verbose |
Should we print messages? Logical. Defaults to TRUE. |
Returns a 'ComplexHeatmap' plot representing the cross-product between left and right Eigenvectors.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.