CellGini | R Documentation |
Calculate the Gini index for the cells according to the feature counts.
CellGini(x, normalize = TRUE)
x |
A sparse matrix which columns represent cells and rows represent features. |
normalize |
If |
A vector of the cell entropy rate.
x <- simSimpleCounts() CG <- CellGini(x, normalize = TRUE) head(CG)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.