donorm: normalizes a dataset

Description Usage Arguments Value Examples

View source: R/AllGenerics.R

Description

Wrapper to normalize a dataset, using the given method.

Usage

1
donorm(dataset, method = "TMM")

Arguments

dataset

is a data.frame

method

is a character string of either 'linear', 'housekeeping', 'quantile', or any method supported by edgeR's calcNormFactors.

Value

The normalized data.frame.

Examples

1
donorm(matrix(1:12,nrow=4),"linear")

plger/RNAontheBENCH documentation built on May 25, 2019, 8:22 a.m.