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