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