plotDegPca | R Documentation |
This function is an extension of plotPCA()
that is optimized for automatic
handling of differentially expressed genes, rather than requiring manual
input of a gene vector or subset object.
plotDegPca(object, ...)
## S4 method for signature 'DESeqAnalysis'
plotDegPca(
object,
i,
contrastSamples = FALSE,
alphaThreshold = NULL,
baseMeanThreshold = NULL,
lfcThreshold = NULL,
...
)
## S4 method for signature 'DESeqResults'
plotDegPca(
object,
DESeqTransform,
direction = c("both", "up", "down"),
alphaThreshold = NULL,
baseMeanThreshold = NULL,
lfcThreshold = NULL,
...
)
object |
Object. |
i |
Indices specifying elements to extract or replace. Indices are For more information: help(topic = "Extract", package = "base") |
contrastSamples |
|
alphaThreshold |
|
baseMeanThreshold |
|
lfcThreshold |
|
... |
Additional arguments. |
DESeqTransform |
|
direction |
|
To adjust the annotation columns, modify the colData()
of the counts
argument, which must contain/extend a SummarizedExperiment
.
Plot.
plotDegPca(DESeqAnalysis)
: Passes to DESeqResults
method.
Updated 2021-08-02.
data(deseq)
## DESeqAnalysis ====
plotDegPca(deseq, i = 1L)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.