sizeFactors | R Documentation |
Size factors
sizeFactors(object, ...)
sizeFactors(object, ...) <- value
## S4 method for signature 'SummarizedExperiment'
sizeFactors(object)
## S4 replacement method for signature 'SummarizedExperiment'
sizeFactors(object) <- value
object |
Object. |
value |
Value to assign. |
... |
Additional arguments. |
numeric
.
Names correspond to object column names.
Updated 2021-02-04.
estimateSizeFactors()
.
data(RangedSummarizedExperiment, package = "AcidTest")
## SummarizedExperiment ====
object <- RangedSummarizedExperiment
object <- estimateSizeFactors(object)
head(sizeFactors(object))
mean(sizeFactors(object))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.