getNormalizedMatrix {debrowser}R 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)


[Package debrowser version 1.22.1 Index]