Description Usage Arguments Details Value Author(s) Examples
Calculates the x and y coordinates of the mean of each classified group.
1 | pearsonsDist(cpm, select)
|
cpm |
matrix; Counts per million. |
select |
A numeric vector indicating the indexes of genes to include. |
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 | d <- pearsonsDist(getData(CIMseqSinglets_test, "counts.cpm"), 1:2000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.