View source: R/AnalysisFunctions.R
addTSNE | R Documentation |
Adds a tSNE projection
addTSNE(object, perplexity = 30, name = "tSNE", source = "LatentSpace")
object |
the VISION object |
perplexity |
parameter for tSNE |
name |
label to use for this projection |
source |
coordinates to use to compute tSNE Choices are either "LatentSpace" (default) or "Proteins" |
VISION object with the projection added to @Projections slot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.