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