plotPCA: PCA-plot: Principal Component Analysis plot

Description Usage Arguments Value See Also Examples

Description

A generic function which produces a PCA-plot.

Usage

1
plotPCA(object, ...)

Arguments

object

A data object, typically containing gene expression information.

...

Additional arguments, for use in specific methods.

Value

Undefined. The function exists for its side effect, producing a plot.

See Also

Examples

1
2
3
4
5
6
showMethods("plotPCA")

suppressWarnings(
  if(require("DESeq2"))
    example("plotPCA", package="DESeq2", local=TRUE)
)

nturaga/BiocGenerics documentation built on May 7, 2019, 11:15 a.m.