sce_compute_dimreds | R Documentation |
SingleCellExperiment
object.Compute t-SNE and UMAP dimreds on a SingleCellExperiment
object.
sce_compute_dimreds(
sce_pca_selected_pcs,
tsne_perp,
tsne_max_iter,
dimred = "pca",
n_dimred = "selected_pcs",
BPPARAM = BiocParallel::SerialParam()
)
sce_pca_selected_pcs |
A |
tsne_perp |
A numeric scalar: t-SNE perplexity. |
tsne_max_iter |
A numeric scalar: number of t-SNE iterations. |
dimred |
A character scalar: name of matrix in |
n_dimred |
|
BPPARAM |
A BiocParallel::BiocParallelParam object. |
A SingleCellExperiment
object with calculated t-SNE and UMAP dimreds. Column names of matrices of these
dimreds will be named tsne_<i>
and umap_<i>
, respectively.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.