Learn R Programming

robustSingleCell (version 0.1.1)

mitochondrial.score: Compute Mitochondrial Score

Description

Compute the activation level of mitochondrial genes.

Usage

mitochondrial.score(environment, control = F, knn = 10)

Arguments

environment

environment object

control

whether to subtract the score defined by technically similar genes

knn

number of nearest neighbor

Value

a vector of mitochondrial genes activation score

Examples

Run this code
# NOT RUN {
LCMV1 <- setup_LCMV_example()
mitochondrial.score <- mitochondrial.score(LCMV1)
# }

Run the code above in your browser using DataLab