Computes tSNE of super-cells
supercell_tSNE(
SC,
PCA_name = "SC_PCA",
n.comp = NULL,
perplexity = 30,
seed = 12345,
...
)
Rtsne result
super-cell structure (output of SCimplify) with a field PCA_name
containig PCA result
name of SC
field containing result of supercell_prcomp
number of vector of principal components to use for computing tSNE
perplexity parameter (parameter of Rtsne)
random seed
other parameters of Rtsne