normFactors<- {metagenomeSeq} | R Documentation |
Function to replace the scaling factors, aka the normalization factors, of samples in a MRexperiment object.
## S4 replacement method for signature 'MRexperiment,numeric' normFactors(object) <- value
object |
a |
value |
vector of normalization scaling factors |
Normalization scaling factors
Joseph N. Paulson
data(lungData) head(normFactors(lungData)<- rnorm(1))