Calculate Inference for Differential Expression Analysis
get_inference_dds.Rd
This function calculates inference for differential expression analysis based on the results of DESeq2.
Arguments
- dds
A dds object
- lfcThreshold
Log fold change threshold for determining differentially expressed genes.
- altHypothesis
Alternative hypothesis for testing, one of "greater", "less", or "greaterAbs".
- correction_method
Method for multiple hypothesis correction, e.g., "BH" (Benjamini-Hochberg).