plotPcaCovariates | R Documentation |
Find correlation between principal components (PCs) and covariates
plotPcaCovariates(object, ...)
## S4 method for signature 'bcbioRNASeq'
plotPcaCovariates(
object,
metrics = TRUE,
normalized = c("tpm", "sf", "fpkm", "vst", "rlog", "tmm", "rle"),
fdr = 0.1
)
object |
Object. |
metrics |
|
normalized |
tximport caller-specific normalizations:
Additional gene-level-specific normalizations:
Note that |
fdr |
|
... |
Additional arguments, passed to |
ggplot
.
Requires the DEGreport package to be installed.
Updated 2022-10-24.
Lorena Pantano, Michael Steinbaugh, Rory Kirchner
DEGreport::degCovariates()
.
DESeq2::rlog()
.
DESeq2::varianceStabilizingTransformation()
.
data(bcb)
## bcbioRNASeq ====
if (requireNamespace("DEGreport", quietly = TRUE)) {
plotPcaCovariates(bcb)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.