normFactors-set: Replace the normalization factors in a MRexperiment object

normFactors<-R Documentation

Replace the normalization factors in a MRexperiment object

Description

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

Usage

## S4 replacement method for signature 'MRexperiment,numeric'
normFactors(object) <- value

Arguments

object

a MRexperiment object

value

vector of normalization scaling factors

Value

Normalization scaling factors

Author(s)

Joseph N. Paulson

Examples


data(lungData)
head(normFactors(lungData)<- rnorm(1))


HCBravoLab/metagenomeSeq documentation built on March 17, 2024, 3:21 p.m.