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