plotCC-methods | R Documentation |
Generate Cross-Coverage plots.
signature(object = "ChIPQCexperiment", method)
Generate cross-coverage plots for all the samples in an experiment.
signature(object = "list", method)
Generate cross-coverage plots for list of samples in an experiment.
signature(object = "ChIPQCsample", methods)
Generate cross-coverage plots for a sample. Supported methods include:
"Coverage" [default] | Coverage plot |
plotCC uses ggplot2
for plotting, and returns a ggplot2
plot dataframe.
Thomas Carroll and Rory Stark
ChIPQC-package, ChIPQCexperiment, ChIPQCsample
data(example_QCexperiment) plotCC(exampleExp) plotCC(exampleExp,excludedBox=TRUE) plotCC(QCsample(exampleExp,1)) plotCC(QCsample(exampleExp)[1:4])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.