Description Methods Note Author(s) See Also Examples
Generate peak profile plots.
signature(object = "ChIPQCexperiment", method)
Generate peak profile plots for all the samples in an experiment.
signature(object = "list", method)
Generate peak profile plots for all the samples in a list of ChIPQCsample objects..
signature(object = "ChIPQCsample", method)
Generate peak profile plots for a sample.
plotPeakProfile uses ggplot2
for plotting, and returns a ggplot2
plot dataframe.
Thomas Carroll and Rory Stark
ChIPQC-package, ChIPQCexperiment, ChIPQCsample
1 2 3 4 5 | data(example_QCexperiment)
plotCoverageHist(exampleExp,facetBy=c("Tissue","Factor"))
plotCoverageHist(QCsample(exampleExp,1))
data(tamoxifen_QC)
plotCoverageHist(tamoxifen,facetBy=c("Tissue","Condition"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.