Learn R Programming

metagenomeSeq (version 1.14.0)

normFactors: Access the normalization factors in a MRexperiment object

Description

Function to access the scaling factors, aka the normalization factors, of samples in a MRexperiment object.

Usage

normFactors(obj)

Arguments

obj
a MRexperiment object.

Value

Normalization scaling factors

Examples

Run this code

data(lungData)
head(normFactors(lungData))

Run the code above in your browser using DataLab