Description Usage Arguments Details Value Author(s) Examples
Perform UMAP on an input data-frame or matrix, or SingleCellExperiment
object, using the basic R implementation of UMAP.
1 2 3 4 5 6 7 8 9 10 |
indata |
A data-frame or matrix, or |
config |
UMAP configuration settings |
assay |
Name of the assay slot in |
reducedDim |
A dimensional reduction / embedding stored within
|
dims |
If 'reducedDim' is activated, the number of dimensions to use. |
newDimName |
Name for the new dimensional embedding that will be produced.
If nothing is selected for neither this nor |
useMarkers |
Before performing UMAP, subset the data for these markers. |
verbose |
Boolean (TRUE / FALSE) to print messages to console or not. |
Perform UMAP on an input data-frame or matrix, or SingleCellExperiment
object, using the basic R implementation of UMAP.
A SingleCellExperiment
object.
Kevin Blighe <kevin@clinicalbioinformatics.co.uk>
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.