Description Usage Arguments Value
UMAP plot
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
X |
n-by-p expression matrix |
labels |
vector of sample labels |
pca |
umap parameter, dimension of pca |
n_components |
umap parameter, dimension of low dimensional embedding space (default 2) |
n_neighbors |
umap parameter, number of neighbors for nearest neighbor graph |
min_dist |
umap parameter, minimum distance of point to its nearest neighbor in the embedding space. |
point.size |
numeric scalar, point size in the plot |
alpha |
numeric, transparency of the points in the plot |
title |
string, title of the plot |
legend.name |
string, legend name |
cols |
vector of colors, length should the same as cardinality of labels |
emb |
embedding of the UMAP if provided |
seed |
random seed |
A list of
umap plot
umap embedding matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.