Summarize DESeq results
Print a summary of the results from a DESeq analysis.
## S4 method for signature 'DESeqResults' summary(object, alpha, ...)
object |
a |
alpha |
the adjusted p-value cutoff. If not set, this
defaults to the |
... |
additional arguments |
Michael Love
dds <- makeExampleDESeqDataSet(m=4) dds <- DESeq(dds) res <- results(dds) summary(res)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.