inmoose.deseq2.DESeqDataSet.DESeqDataSet.sizeFactors

property DESeqDataSet.sizeFactors

accessor for the size factors

The size factors assign to each sample of the count matrix a value, the size factor, such that sample-wise count values can be brought to a common scale by dividing by the corresponding size factor (as performed by dds.counts(normalized=True). See DESeq() for a description of the use of size factors. If gene-specific normalization is desired for each sample, use normalizationFactors.