getNormalizedMatrix: getNormalizedMatrix

View source: R/funcs.R

getNormalizedMatrixR Documentation

getNormalizedMatrix

Description

Normalizes the matrix passed to be used within various methods within DEBrowser. Requires edgeR package

Usage

getNormalizedMatrix(M = NULL, method = "TMM")

Arguments

M,

numeric matrix

method,

normalization method for edgeR. default is TMM

Value

normalized matrix

Note

getNormalizedMatrix

Examples

    x <- getNormalizedMatrix(mtcars)


UMMS-Biocore/debrowser documentation built on Feb. 9, 2024, 6:15 p.m.