Description Usage Arguments Examples
do tSNE using Rtsne library
1 2 |
vat |
vat entity |
dims |
tSNE dimension |
analysis.key |
tSNE input data key, default "PCA", if NULL, use vat@data |
use.col |
columns number for tSNE |
key |
set tSNE result's key, default "tSNE" |
seed |
random seed for tSNE, default NULL |
... |
see also Rtsne::Rtsne parameters, For example, set check_duplicates = FALSE for Error "Remove duplicates before running TSNE." |
1 | vat <- doTSNE(vat, dims = 2, use.col = 50, seed = 100)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.