reductionTSNE | R Documentation |
Run t-SNE to project samples into 2D map using pairwise distances
reductionTSNE(object, perplexity = 30, dim = 2, seed = 42,
theta = 0.5)
object |
(For Seurat) Seurat object |
perplexity |
numeric; Perplexity parameter (should not be bigger than 3 * perplexity < nrow(X) - 1, see details for interpretation) |
dim |
integer; Output dimensionality (default: 2) |
seed |
integer; seed for reproducible results. |
theta |
numeric; Speed/accuracy trade-off (increase for less accuracy), set to 0.0 for exact TSNE (default: 0.5) |
assay |
(For Seurat) run t-SNE for which assay, choose from RNA, ADT, Joint or All |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.