| alphaSummary | R Documentation | 
Quickly generate a summary table of various alpha level cutoffs.
alphaSummary(object, ...)
## S4 method for signature 'DESeqAnalysis'
alphaSummary(object, ...)
## S4 method for signature 'DESeqDataSet'
alphaSummary(
  object,
  alpha = c(0.1, 0.05, 0.01, 0.001, 1e-06),
  contrast = NULL,
  name = NULL
)
| object | Object. | 
| ... | Additional arguments. | 
| alpha | 
 | 
| contrast | 
 
 See  | 
| name | 
 | 
Use either contrast or name to specify the desired contrast.
integer matrix.
Updated 2023-09-26.
Michael Steinbaugh, Lorena Patano
DESeq2::results().
DESeq2::resultsNames().
data(deseq)
## DESeqAnalysis ====
alphaSummary(deseq, contrast = c("condition", "B", "A"))
alphaSummary(deseq, name = "condition_B_vs_A")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.