Description Usage Arguments Value See Also Examples
A generic function which produces a PCA-plot.
1 |
object |
A data object, typically containing gene expression information. |
... |
Additional arguments, for use in specific methods. |
Undefined. The function exists for its side effect, producing a plot.
showMethods
for displaying a summary of the
methods defined for a given generic function.
selectMethod
for getting the definition of
a specific method.
plotPCA
in the DESeq2 package
for an example method that uses this generic.
BiocGenerics
for a summary of all the generics defined
in the BiocGenerics package.
1 2 3 4 5 6 | showMethods("plotPCA")
suppressWarnings(
if(require("DESeq2"))
example("plotPCA", package="DESeq2", local=TRUE)
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.