lfcShrink | R Documentation |
Shrink log2 fold changes
lfcShrink(object, ...)
lfcShrink(object, ...) <- value
## S4 method for signature 'DESeqAnalysis'
lfcShrink(object)
## S4 method for signature 'DESeqAnalysisList'
lfcShrink(object)
## S4 method for signature 'DESeqDataSet'
lfcShrink(object, ...)
## S4 replacement method for signature 'DESeqAnalysis,logical'
lfcShrink(object) <- value
## S4 replacement method for signature 'DESeqAnalysisList,logical'
lfcShrink(object) <- value
object |
Object. |
... |
Additional arguments. |
value |
Value to assign. |
Varies, depending on object class.
Updated 2021-06-28.
DESeq2::lfcShrink()
.
data(deseq)
## DESeqAnalysis ====
lfcShrink(deseq)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.