degResolve | R Documentation |
run DEG module in limma, DESeq2 and edgeR
degResolve(object, dir = ".", prefix = "2-DEG", parallel = FALSE, qc = TRUE)
object |
a DEGContainer contains at least dataInfo |
dir |
a directory to store results |
parallel |
if FALSE, no parallelization. if TRUE, parallel execution using BiocParallel |
a csv file and a DEG_container ob
## Not run:
degResolve(counts_input,group_list,case_group = "T", control_group = "C",dir = tempdir())
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.