View source: R/visualization_with_umap.R
visualization_with_umap | R Documentation |
A umap plot.
visualization_with_umap( expr_data_frame, group, main = "UMAP", n_neighbors = 10 )
expr_data_frame |
A data frame containing ID and quantification value. |
group |
A factor for group information. |
main |
The main title of plot. |
n_neighbors |
A numerical value for the size of local neighborhood, the default is 10. |
A umap plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.