View source: R/visualization.R
plot_tsne | R Documentation |
Plot t-distributed stochastic neighbor embedding. See more details in tsne
.
plot_tsne(object, color = "NEG", shape = "NEG", size = 1.5)
object |
A Metabolite object. |
color |
A column in '@sampleData' to show the color of points. |
shape |
A column in '@sampleData' to show the shape of points. |
size |
Point size. |
tSNE plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.