pf_norm: Normalizes a matrix using one round of proportional fitting.

View source: R/gexp-transform_funcs.R

pf_normR Documentation

Normalizes a matrix using one round of proportional fitting.

Description

Normalizes a matrix using one round of proportional fitting.

Usage

pf_norm(dat.mat, sf)

Arguments

dat.mat

Matrix of data (features X samples).

sf

Optional size factor argument. If not specified, will be computed as mean of column sums.

Value

Normalized matrix (features X samples).


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