tsne_long | R Documentation |
Run tsne from long data format
tsne_long(data, id_col, names_from, values_from, check_duplicates = TRUE, ...)
data |
long format dataframe - should contain one column with sample level identifiers (data.frame) |
id_col |
name of column describing ID (string) |
names_from |
column containing names of the features (string) |
values_from |
column containing values of the feature |
check_duplicates |
Should Rtsne check for dups after PCA (bool) |
... |
Arguments passed on to
|
... param also allows user to set any param of Rtsne
Rtsne dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.