Description Usage Arguments Details Value
Run_DESeq2 function, which also return the dds object
1 | myRun_DESeq2Function(countDF, targets, cmp, independent = FALSE)
|
countDF |
= date.frame, containing raw read counts |
targets |
= targets, data.frame |
cmp |
= character matrix, contrasts defined in two columns |
if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager")
BiocManager::install("DESeq2")
list containing data.frame with DESeq2 results & dds DESeq2 object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.