Learn R Programming

ChIPQC (version 1.8.2)

plotRegi-methods: Generate relative enrichment of genomic features plot

Description

Generate relative enrichment of genomic features plot.

Arguments

Methods

signature(object = "ChIPQCexperiment", facet=T, facetBy=c("Tissue","Factor"))
Generate relative enrichment of genomic features plots for all the samples in an experiment.
signature(object = "ChIPQCsample")
Generate relative enrichment of genomic features plots for a sample.

See Also

ChIPQC-package, ChIPQCexperiment, ChIPQCsample

Examples

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

Run the code above in your browser using DataLab