Description Usage Arguments Value Note Author(s) See Also Examples
Alpha Level Cutoff Summary Statistics
1 2 3 4 5 6 7 8 9  | alphaSummary(object, ...)
## S4 method for signature 'DESeqDataSet'
alphaSummary(object, alpha = c(0.1, 0.05, 0.01,
  0.001, 1e-06), caption = NULL, ...)
## S4 method for signature 'bcbioRNASeq'
alphaSummary(object, alpha = c(0.1, 0.05, 0.01, 0.001,
  1e-06), caption = NULL, ...)
 | 
object | 
 Object.  | 
... | 
 Optional. Passthrough arguments to   | 
alpha | 
 Numeric vector of multiple alpha cutoffs.  | 
caption | 
 Optional. Character string to use as a caption.  | 
kable.
bcbioRNASeq class does currently support contrast definitions, since
the object contains an internal DESeqDataSet with an empty design
formula.
Michael Steinbaugh, Lorena Patano
Other Differential Expression Functions: contrastName,
plotDEGHeatmap, plotDEGPCA,
plotMeanAverage, plotVolcano,
resultsTables
1 2 3 4 5 6 7  | # bcbioRNASeq ====
alphaSummary(bcb_small)
# DESeqDataSet ====
resultsNames(dds_small)
alphaSummary(dds_small, contrast = c("treatment", "folic_acid", "control"))
alphaSummary(dds_small, name = "treatment_folic_acid_vs_control")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.