aggr_gene_expr: log-Average expression of genes across all cells

View source: R/qc.R

aggr_gene_exprR Documentation

log-Average expression of genes across all cells

Description

Often used as a QC parameter for genes in scRNA-seq data, usually once the LQ cells have been removed. The matrix is converted to TPM space from logTPM (more specifically, from log2(TPM/10 + 1)), gene averages are calculated and finally the values are converted back to log2(TPM + 1), without dividing by 10 since the data is now simulated bulk.

Usage

aggr_gene_expr(m, na.rm = T, isBulk = FALSE)

Arguments

m

matrix of expression values to test


jlaffy/scalop documentation built on March 24, 2024, 9 a.m.