Learn R Programming

ChIPQC (version 1.8.2)

plotPeakProfile-methods: Generate peak profile plots

Description

Generate peak profile plots.

Arguments

Methods

signature(object = "ChIPQCexperiment", method)
Generate peak profile plots for all the samples in an experiment.
signature(object = "ChIPQCsample", method)
Generate peak profile plots for a sample.

See Also

ChIPQC-package, ChIPQCexperiment, ChIPQCsample

Examples

Run this code
data(example_QCexperiment)
plotCoverageHist(exampleExp,facetBy=c("Tissue","Factor"))
plotCoverageHist(QCsample(exampleExp,1))
data(tamoxifen_QC)
plotCoverageHist(tamoxifen,facetBy=c("Tissue","Condition"))

Run the code above in your browser using DataLab