View source: R/preprocessing.R
| run_umap | R Documentation |
This functions runs the Seurat RunUMAP function on a list of data sets. This functions assumes that genes are in rows and cells are in columns. The default reduction is set to "pca" with the first 10 dimensions being accepted
run_umap(dataList, reductionType = "pca", numDimensions = 10)
dataList |
A list of data sets to be reduced by UMAP |
reductionType |
The type of reduction that the UMAP calculation should be based on, defaulted to PCA |
numDimensions |
The number of dimensions to be used in the UMAP calculation, default is 10 |
A data list with UMAP completed on the features
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.