plotPca: Principal component analysis plot

plotPcaR Documentation

Principal component analysis plot

Description

Principal component analysis plot

Usage

plotPca(object, ...)

## S4 method for signature 'DESeqAnalysis'
plotPca(object, ...)

Arguments

object

Object.

...

Additional arguments.

Details

Passes to SummarizedExperiment defined in AcidPlots package.

Value

ggplot.

Functions

  • plotPca(DESeqAnalysis): Extracts DESeqTransform, converts to RangedSummarizedExperiment, and passes to method defined in AcidPlots.

Note

Updated 2022-09-27.

See Also

  • DESeq2::plotPCA.

Examples

data(deseq)

## DESeqAnalysis ====
plotPca(deseq)

steinbaugh/DESeqAnalysis documentation built on April 1, 2024, 8:30 a.m.