Run t-SNE dimensionality reduction on selected features.
AddTSNE(seuInt, n_comp=3, reduction='PRECAST', assay='PRE_CAST', seed=1)
Return a revised Seurat object by adding tSNE reduction object.
a Seurat object.
an optional positive integer, specify the number of features to be extracted.
an optional string, means which dimensional reduction (e.g. PRECAST, PCA) to use for the tSNE. Default is PRECAST.
Name of assay that that t-SNE is being run on.
an optional integer, the random seed to evaluate tSNE.
Wei Liu
Nothing
None