Description Usage Arguments Details Value Author(s) Examples
Visualization of High Dimensional Data using t-SNE with R.
1 | run_tsne(dataset=ExpressionSet, Perplexity=20, Group_info="Group")
|
Perplexity, |
Numeric; (Required) numeric; Perplexity parameter (should not be bigger than 3 * perplexity < nrow(X) - 1, see details for interpretation). |
Group_info, |
Character; the group for plot(default: "Group"). |
Expression, |
ExpressionSet; (Required) ExpressionSet object. |
12/2/2021 Guangzhou China
a list object: t-SNE score Result of PERMANOVA
Hua Zou
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.