Description Usage Arguments Value Examples
A function to reduce the dimension of the similarity matrix
1 | reducedDimSNF(sce, metadata = "SNF_W", method = "UMAP", dimNames = NULL, ...)
|
sce |
A singlecellexperiment object |
metadata |
indicates the meta data name of affinity matrix to virsualise |
method |
the method of visualisation, which can be UMAP, tSNE and diffusion map |
dimNames |
indicates the name of the reduced dimension results. |
... |
other parameters for tsne(), umap() |
A SingleCellExperiment object
1 2 3 4 5 | data(sce_control_subset, package = "CiteFuse")
sce_control_subset <- CiteFuse(sce_control_subset)
sce_control_subset <- reducedDimSNF(sce_control_subset,
method = "tSNE",
dimNames = "tSNE_joint")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.