Learn R Programming

robustSingleCell (version 0.1.1)

ribosomal.score: Compute Ribosomal Score

Description

Compute the activation level of ribosomal genes.

Usage

ribosomal.score(environment, control = T, 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 ribosomal genes activation score

Examples

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

Run the code above in your browser using DataLab