| run_tsne | R Documentation | 
This function allows you to run t-SNE using multi-cores
run_tsne(data, iter = 10, perplexity = 10, dims = 2, theta = 0.5, initial_dims = 50, cores = 1)
data | 
 expression data  | 
iter | 
 how many iterations  | 
perplexity | 
 perplexity  | 
dims | 
 how many dimensions  | 
cores | 
 how many cores to run t-SNE  | 
run_tsne(mtcars, iter=200, perplexity = 2, cores=4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.