CellEntropy | R Documentation |
Calculate entropy for each cell according to the feature counts.
CellEntropy(x)
x |
A sparse matrix which columns represent cells and rows represent features. |
A vector of the cell entropy.
x <- simSimpleCounts() CE <- CellEntropy(x) head(CE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.