normFactors {metagenomeSeq}R Documentation

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(object)

Arguments

object

a MRexperiment object

Value

Normalization scaling factors

Author(s)

Joseph N. Paulson

Examples


data(lungData)
head(normFactors(lungData))


[Package metagenomeSeq version 1.26.0 Index]