Description Usage Arguments Details Value Author(s) Examples
Calculates the x and y coordinates of the mean of each classified group in the dimensionality reduced data.
1 | means.dim.red(data, classes)
|
data |
Singlet 2D tsne. |
classes |
A character vector indicating the class of each singlet. |
This method is typically only used in conjunction with plotting. It calculates the 2 dimensional location of the mean of each classified group in the supplied unsupervised dimensionality reduction (t-SNE) data representation.
A matrix containing the mean value for each gene for each classification group.
Jason T. Serviss
1 2 3 4 | means <- means.dim.red(
getData(CIMseqSinglets_test, "dim.red"),
getData(CIMseqSinglets_test, "classification")
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.