CellRedundancy: Calculate the Redundancy for the cells according to the...

View source: R/CellEntropy.R

CellRedundancyR Documentation

Calculate the Redundancy for the cells according to the feature counts.

Description

Calculate the Redundancy for the cells according to the feature counts.

Usage

CellRedundancy(x)

Arguments

x

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

Value

A vector of the CellRedundancy.

Examples

x <- simSimpleCounts()
cr <- CellRedundancy(x)
head(cr)

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