run_rtsne | R Documentation |
Rtsne
.Perform t-SNE with fit-SNE algorithm using Rtsne
.
run_rtsne(
trainer,
top_n = 10000,
perplexity = 30,
n_iter = 3000,
random_state = 123,
pca = TRUE,
verbose = TRUE,
save_result = FALSE,
...
)
trainer |
A S3 object of |
top_n |
an integer of the most variable N loci for t-SNE |
perplexity |
Numeric scalar controlling the neighborhood used when estimating the embedding. Default to 30. |
n_iter |
Integer scalar specifying the number of iterations to complete. Default to 3000. |
random_state |
Integer scalar specifying the seed used by the random number generator. |
pca |
Logical scalar specifying whether PCA should be run on the data before creating the embedding. |
save_result |
Logical scalar specifying whether result should be saved in Rda file. |
... |
other arguments of |
Notice set pca
argument as default (TRUE).
A matrix of t-SNE embeddings.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.