View source: R/supercell_tSNE.R
supercell_tSNE | R Documentation |
Computes tSNE of super-cells
supercell_tSNE(
SC,
PCA_name = "SC_PCA",
n.comp = NULL,
perplexity = 30,
seed = 12345,
...
)
SC |
super-cell structure (output of SCimplify) with a field |
PCA_name |
name of |
n.comp |
number of vector of principal components to use for computing tSNE |
perplexity |
perplexity parameter (parameter of Rtsne) |
seed |
random seed |
... |
other parameters of Rtsne |
Rtsne result
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.