norm_ge_tmm: Normalize gene expression using TMM

View source: R/norm_ge_tmm.R

norm_ge_tmmR Documentation

Normalize gene expression using TMM

Description

Normalize gene expression using TMM

Usage

norm_ge_tmm(ge_df, nb_cores = 1, rcpp = FALSE)

Arguments

ge_df

the input gene expression.

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.