cpm_norm: Peforms a CPM normalization on the given matrix.

View source: R/gexp-transform_funcs.R

cpm_normR Documentation

Peforms a CPM normalization on the given matrix.

Description

Peforms a CPM normalization on the given matrix.

Usage

cpm_norm(dat.mat, l2 = FALSE, remove.zeroes = TRUE)

Arguments

dat.mat

Matrix of data, typically unnormalized counts (genes X samples).

l2

If true, will log transform the matrix. Default of FALSE.

remove.zeroes

Removes rows (genes) with zero expression across all samples. Default of TRUE.

Value

CPM normalizaed matrix.


califano-lab/PISCES documentation built on Jan. 11, 2023, 5:34 a.m.