resultsNames | R Documentation |
Results names
resultsNames(object, ...)
resultsNames(object, ...) <- value
## S4 method for signature 'DESeqAnalysis'
resultsNames(object)
## S4 method for signature 'DESeqAnalysisList'
resultsNames(object)
## S4 method for signature 'DESeqDataSet'
resultsNames(object)
## S4 method for signature 'DESeqResultsList'
resultsNames(object)
## S4 replacement method for signature 'DESeqAnalysis,character'
resultsNames(object) <- value
## S4 replacement method for signature 'DESeqResultsList,character'
resultsNames(object) <- value
object |
Object. |
value |
Value to assign. |
... |
Additional arguments. |
character
.
Updated 2021-03-15.
DESeq2::resultsNames()
.
data(deseq)
## DESeqAnalysis ====
resultsNames(deseq)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.