This function tests for differential expression between conditions
Arguments
- se
A SummarizedExperiment object
- type
Character vector indicating which type of contrast to use. Options are: "control", "all" or "manual".
- control
Character vector indicating the control condition. Required when type is "control".
- test
Character vector indicating the contrasts to be tested. Required when type is "manual". Needs to be in the form "Subject_vs_Control".
- design_formula
Formula object indicating the design of the experiment.