degDefault | R Documentation |
It can accept a list of new padj values matching the same dimmensions than the current vector.
degDefault(object)
degCorrect(object, fdr)
## S4 method for signature 'DEGSet'
degDefault(object)
## S4 method for signature 'DEGSet'
degCorrect(object, fdr)
object |
DEGSet |
fdr |
It can be |
Lorena Pantano
library(DESeq2)
library(dplyr)
dds <- makeExampleDESeqDataSet(betaSD=1)
colData(dds)[["treatment"]] <- sample(colData(dds)[["condition"]], 12)
design(dds) <- ~ condition + treatment
dds <- DESeq(dds)
res <- degComps(dds, contrast = list("treatment_B_vs_A"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.