Learn R Programming

ChIPQC (version 1.8.2)

plotFribl-methods: Generate fraction of reads in blacklist plot

Description

Generate fraction of reads in blacklist plot.

Arguments

Methods

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

See Also

ChIPQC-package, ChIPQCexperiment, ChIPQCsample

Examples

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

Run the code above in your browser using DataLab