tSNE_scatter | R Documentation |
plots the new representation of data after applying tSNE.
tSNE_scatter(factor_name, ...)
factor_name |
(character) The name of a sample-meta column to use. |
... |
Additional slots and values passed to |
This object makes use of functionality from the following packages:
Rtsne
A
tSNE_scatter
object. This object has no output
slots.
See chart_plot
in the struct
package to plot this chart object.
A tSNE_scatter
object inherits the following struct
classes:
[tSNE_scatter]
>> [chart]
>> [struct_class]
Krijthe JH (2015). Rtsne: T-Distributed Stochastic Neighbor Embedding using Barnes-Hut Implementation. R package version 0.17, https://github.com/jkrijthe/Rtsne.
van der Maaten L, Hinton G (2008). "Visualizing High-Dimensional Data Using t-SNE." Journal of Machine Learning Research, 9, 2579-2605.
van der Maaten L (2014). "Accelerating t-SNE using Tree-Based Algorithms." Journal of Machine Learning Research, 15, 3221-3245.
M = tSNE_scatter(
factor_name = "V1")
M = tSNE_scatter(factor_name='Species')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.