Learn R Programming

ChIPQC (version 1.8.2)

plotFrip-methods: Generate fraction of reads in peaks plot

Description

Generate fraction of reads in peaks plot.

Arguments

Methods

signature(object = "ChIPQCexperiment", type="barstacked",facet=T, facetBy=c("Tissue","Factor"),AsPercent=TRUE)
Generate fraction of reads in peaks plots for all the samples in an experiment.
signature(object = "ChIPQCsample",type="barstacked",facet=T, facetBy=c("Tissue","Factor"),AsPercent=TRUE)
Generate fraction of reads in peaks plots for a sample.

See Also

ChIPQC-package, ChIPQCexperiment, ChIPQCsample

Examples

Run this code
data(example_QCexperiment)
plotFrip(exampleExp)
plotFrip(QCsample(exampleExp,1))

Run the code above in your browser using DataLab