
Last chance! 50% off unlimited learning
Sale ends in
plotPCA(object, ...)
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.
showMethods("plotPCA")
suppressWarnings(
if(require("DESeq2"))
example("plotPCA", package="DESeq2", local=TRUE)
)
Run the code above in your browser using DataLab