inmoose.deseq2.DESeqDataSet
- class inmoose.deseq2.DESeqDataSet.DESeqDataSet(countData, clinicalData=None, design=None, ignoreRank=False)
DESeqDataSet extends AnnData class to store observations (samples) of variables/features in the rows of a matrix. AnnData also offers a convenient way to store observation-wise (per row) and feature-wise (per column) data.
See also
Methods
__init__(countData[, clinicalData, design, ...])DESeqDataSet constructor
counts([normalized, replaced])Accessor for the counts of a
DESeqDataSet, which are stored as a matrix of non-negative integer, with one row per observation and one column per feature.estimateDispersions([fitType, maxit, useCR, ...])Estimate the dispersions for a
DESeqDataSetestimateSizeFactors([type_, locfunc, ...])Estimate the size factors of a
DESeqDataSetresults([contrast, name, lfcThreshold, ...])Extract results from a
DESeq()analysissetDispFunction(value[, estimateVar])Setter for the
DESeqDataSet.dispersionFunctionpropertyAttributes
design matrix
accessor for the dispersions
dispersion function
accessor for the dispersions
accessor for the normalization factors
accessor for the size factors