Description Usage Arguments Value See Also Examples
Perform TSNE on sections or genes in a SummarizedExperiment
object for dimensionality reduction.
1 |
object |
A |
genes |
|
matrix |
Character, must be one of |
perplexity |
Numeric, perplexity parameter for Rtsne (default: 0.25 *(number of observations - 1)). |
... |
Other parameters passed to |
A SummarizedExperiment
object. The TSNE embeddings are saved in slot meta
if TSNE is performed on sections, or saved in slot gene_embedding
if TSNE is performed on genes.
Rtsne
for performing TSNE on a matrix.
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.