summary,DESeqResults-method | R Documentation |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.