plotCoverageHist-methods | R Documentation |
Generate coverage histogram plot.
signature(object = "ChIPQCexperiment")
Generate coverage histogram plots for all the samples in an experiment.
signature(object = "list")
Generate coverage histogram plots for all the samples in a list of ChIPQCsamples.
signature(object = "ChIPQCsample")
Generate coverage histogram plots for a sample.
Uses ggplot2
for plotting, and returns a ggplot2
plot dataframe.
Thomas Carroll and Rory Stark
ChIPQC-package, ChIPQCexperiment, ChIPQCsample
data(example_QCexperiment) plotCoverageHist(exampleExp,facetBy=c("Tissue","Factor")) plotCoverageHist(QCsample(exampleExp,1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.