plotPrincomp-methods | R Documentation |
Generate principal components analysis plot for ChIP samples.
signature(object = "ChIPQCexperiment", attributes, ...)
Generate principal components analysis plot, for all the samples in an experiment that are associated with a peakset.
attributes | character string, or vector of character strings, representing metadata field names, for use grouping samples by color. |
... | additional parameters passed to dba.plotPCA |
plotPrincomp uses dba.plotPCA
for plotting.
Rory Stark and Thomas Carroll
ChIPQC-package, ChIPQCexperiment, dba.plotPCA
data(tamoxifen_QC) plotPrincomp(tamoxifen,attributes=c("Condition"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.