deseq_lrt | R Documentation |
This function hopes to wrap up some of the ideas/methods for LRT.
deseq_lrt(
expt,
interactor_column = "visitnumber",
interest_column = "clinicaloutcome",
transform = "rlog",
factors = NULL,
cutoff = 0.05,
minc = 3,
interaction = TRUE
)
expt |
Input expressionset |
interactor_column |
Potentially interacting metadata |
interest_column |
Essentially the condition in other analyses. |
transform |
DESeq2 transformation applied (vst or rlog). |
factors |
Other factors of interest |
cutoff |
Significance cutoff |
minc |
Minimum number of elements for a group |
interaction |
Use an interaction model? |
DOI:10.1186/s13059-014-0550-8
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.