CellEfficiency: Calculate the Efficiency for the cells according to the...

View source: R/CellEntropy.R

CellEfficiencyR Documentation

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

Description

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

Usage

CellEfficiency(x)

Arguments

x

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

Value

A vector of the CellEfficiency.

Examples

x <- simSimpleCounts()
ce <- CellEfficiency(x)
head(ce)

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