Perform tSNE projection on a Seurat object using the Multicore-opt-SNE function
DooptSNE(
object,
reduction_use = "pca",
reduction_save = "optsne",
dims_use = NULL,
...
)
A Seurat or SingleCellExperiment object to be transformed.
Prior dimensional reduction to use for calculations (i.e. pca, ica, cca, etc...). Default: pca
Name to use for the reduction (i. e. tsne, umap, etc...). Default: tsne
Dimensions from `reduction_use` to pass to PHATE
Extra parameters to pass to the multicoreTSNE function.