runDEG | R Documentation |
run DEG analysis and summary results
runDEG(
obj,
dir = ".",
prefix = "2-runDEG",
parallel = TRUE,
qc = TRUE,
PointVolcanoParam = list(gene = 10, light = NULL, light_color = "#24ac56",
light_label_color = "#24ac56", expend = c(0.12, 0.12))
)
obj |
a DEGContainer |
dir |
a directory to store results |
prefix |
a prefix of file names in this step |
parallel |
use parallel in DESeq2 |
qc |
qc in DESeq2 |
PointVolcanoParam |
for volcano plot |
runDEG(DEGContainer)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.