PlotUmap | R Documentation |
This function takes the ground truth (meta), the expresssion matrix (data), and performs UMAP, saves the result to a jpeg file with user specified name
PlotUmap( meta, data, pca = T, n_pc, min_dist = 0.5, n_neighbors = 30, label, saving = F, plotname, system.color = T )
meta |
simulation parameters |
data |
expression matrix |
min_dist |
minimum distance to identify neighborhood,default is 0.5 |
n_neighbors |
The size of local neighborhood for manifold learning, default is 30 |
label |
the column name of the meta data that the points needs to be colored by |
plotname |
the name of the jpeg file |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.