plotMatUMAP | R Documentation |
Plot Uniform Manifold Approximation and Projection (UMAP) of the reads and colour by class. If matrix contains more than 2000 reads, the reads will be randomly subsampled to a maximum of 2000 in order to speed up projection.
plotMatUMAP(dataMatrix, classes, rescale = T)
dataMatrix |
Matrix for UMAP dimentionality reduction |
classes |
Vector of classifications for all the rows |
rescale |
Rescale matrix with 0-1 values to -1 to 1 values where -1 is no methylation, NAs are 0 and 1 is methylation at that position. |
umap plots with different distance metrics
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.