gammaPlot | R Documentation |
Plot features using Uniform Manifold Approximation and Projection and colored according to the gammaCluster
function. This is useful for verifying that the gamma clustering model accurately characterizes the underlying structure of the correlations.
gammaPlot(gm, clusters)
gm |
the output of the |
clusters |
a numeric vector of cluster labels, usually obtained from
|
a plot of features placed according to UMAP and colored according to gamma clustering.
Anooj Arkatkar
McInnes, L., Healy, J., & Melville, J. (2018). Umap: Uniform manifold approximation and projection for dimension reduction. arXiv preprint arXiv:1802.03426.
gammaCluster
data(foldChange) gm <- gelMatrix(foldChange) clust <- gammaCluster(gm, 7) gammaPlot(gm, clust$labels)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.