lfcShrinkType | R Documentation |
Shrunken log2 fold change (LFC) type
lfcShrinkType(object, ...) ## S4 method for signature 'DESeqAnalysis' lfcShrinkType(object) ## S4 method for signature 'DESeqAnalysisList' lfcShrinkType(object) ## S4 method for signature 'DESeqResults' lfcShrinkType(object) ## S4 method for signature 'DESeqResultsList' lfcShrinkType(object)
object |
Object. |
... |
Additional arguments. |
character(1)
or NULL
.
Name of adaptive shrinkage method applied (e.g. "apeglm" or "ashr").
Updated 2021-03-12.
DESeq2::lfcShrink()
.
data(deseq) ## DESeqAnalysis ==== lfcShrinkType(deseq)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.