View source: R/preprocessing.R
| run_tsne | R Documentation |
This functions runs the Seurat RunTSNE function on a list of data sets. This functions assumes that genes are in rows and cells are in columns. The default reduction is set to "pca" with the first 10 dimensions being accepted. The perplexity is set to the square root of the number of cells, to accommodate for small datasets, and check_duplicated is set to be false
run_tsne(dataList, reductionType = "pca", numDimensions = 10)
dataList |
A list of data sets to be reduced by tSNE |
reductionType |
The type of reduction that the tSNE calculation should be based on, defaulted to PCA |
numDimensions |
The number of dimensions to be used in the tSNE calculation, default is 10 |
A data list with tSNE completed on the features
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.