norm_ge: Normalize gene expression

View source: R/norm_ge.R

norm_geR Documentation

Normalize gene expression

Description

The expression of each cell is normalized to account for depth differences.

Usage

norm_ge(ge_df, method = c("tmm", "total"), nb_cores = 1, rcpp = FALSE)

Arguments

ge_df

the input gene expression

method

the normalization method

nb_cores

the number of processors to use.

rcpp

use Rcpp function. Default is FALSE. More memory-efficient and faster when running on one core.

Value

a data.frame with the normalized expression.

Author(s)

Jean Monlong


jmonlong/scCNAutils documentation built on May 3, 2022, 4:34 a.m.