maxCellEntropy: Calculate the max entropy for the cells when given the same...

View source: R/CellEntropy.R

maxCellEntropyR Documentation

Calculate the max entropy for the cells when given the same counts.

Description

Calculate the max entropy for the cells when given the same counts.

Usage

maxCellEntropy(x)

Arguments

x

A sparse matrix which columns represent cells and rows represent features.

Value

A vector of the max cell entropy.

Examples

x <- simSimpleCounts()
maxCE <- maxCellEntropy(x)
head(maxCE)

zh542370159/dropSplit documentation built on June 19, 2022, 2:49 p.m.