Description Usage Arguments Value Author(s) Examples
This method runs t-SNE based on an input of 1-Pearson's correlation. Uses
the Rtsne
function from the Rtsne package.
1 2 3 |
my.dist |
dist; Typically produced with the |
dims |
integer; Argument to |
theta |
numeric; Argument to |
initial_dims |
integer; Argument to |
max_iter |
integer; Argument to |
perplexity |
numeric; Argument to |
seed |
The desired seed to set before running. |
is_distance |
logical; Argument to |
... |
Additional arguments to pass on |
Matrix containing the new representations for the objects.
Jason T. Serviss
1 2 | pc <- pearsonsCor(testingCounts[, -1])
t <- runTsne(pc, perplexity = 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.