sizeFactors {DEXSeq} | R Documentation |
The sizeFactors vector assigns to each column of the count data a value, the size factor, such that count values in the columns can be brought to a common scale by dividing by the corresponding size factor.
## S4 method for signature 'ExonCountSet' sizeFactors(object) ## S4 replacement method for signature 'ExonCountSet,numeric' sizeFactors(object) <- value
object |
An ExonCountSet |
value |
a vector of number, one size factor for each column in the count data |
Simon Anders, sanders@fs.tum.de
data("pasillaExons", package="pasilla") pasillaExons <- estimateSizeFactors( pasillaExons ) sizeFactors(pasillaExons)