Description Usage Arguments Author(s) Examples
Print a summary of the results from a DESeq analysis.
1 2 |
object |
a |
alpha |
the adjusted p-value cutoff. If not set, this
defaults to the |
... |
additional arguments |
Michael Love
1 2 3 4 | 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.