| normFactors<- | 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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.