contrastName | R Documentation |
Contrast name
contrastName(object, ...)
contrastName(object, ...) <- value
## S4 method for signature 'DESeqAnalysis'
contrastName(object, i, ...)
## S4 method for signature 'DESeqResults'
contrastName(object, format = c("resultsNames", "title"))
## S4 replacement method for signature 'DESeqResults,character'
contrastName(object) <- value
object |
Object. |
i |
Indices specifying elements to extract or replace. Indices are For more information: help(topic = "Extract", package = "base") |
... |
Additional arguments. |
format |
|
value |
Value to assign. |
character(1)
.
Contrast name.
Updated 2023-12-18.
resultsNames()
.
data(deseq)
## DESeqAnalysis ====
contrastName(deseq, i = 1L)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.