Differentially expressed gene (DEG) tables
deg_tables(bcbio, res, lfc = 0, write_csv = TRUE)
bcbio list object
Log fold change ratio (base 2) cutoff. Does not apply to
statistical hypothesis testing, only gene filtering in the results tables.
See ?DESeq2::results for additional information about using
lfcThreshold and altHypothesis to set an alternative
hypothesis based on expected fold changes.
Write CSV files
DESeqDataSet object
Results list
## Not run: ------------------------------------ # deg_tables(bcbio, res, lfc = 0.25) ## ---------------------------------------------