Description Usage Arguments Author(s)
View source: R/tSNE_multipleParameters.R
Automated tSNE runs through a set of parameters specified by the user
1 2 | tSNE_multipleParameters(matrix, perplexities, thetas, iterations, clusterDF,
filename = "./plots/dimension-reduction/tSNE.pdf")
|
matrix |
Matrix on which the runs of tSNE will be performed. Should have samples as columns |
perplexities |
Vector of the perplexities to attempt |
thetas |
Vector of the thetas to try |
iterations |
Max Number of iterations (defaults to 800) |
clusterDF |
Cluster data frame. Rows should be sample names and cells should have the name of the cluster for each sample |
Felipe Flores
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.