Learn R Programming

ChIPQC (version 1.8.2)

RelativeCrossCoverage-methods: Retrieve the relative cross coverage values for a range of shift sizes

Description

Retrieve the relative cross-coverage values for a range of shift sizes

Arguments

Methods

signature(object = "ChIPQCexperiment")
Retrieve a vector of relative cross-coverage values for all samples in a ChIP-seq experiment, computed based on the maximal value (when extending the reads to the optimal fragment length) versus the cross-coverage values using non-extended reads.
signature(object = "ChIPQCsample")
Retrieve the relative cross-coverage value for a sample, computed based on the maximal value (when extending the reads to the optimal fragment length) versus the cross-coverage values using non-extended reads.

See Also

ChIPQC-package, ChIPQCexperiment, ChIPQCsample

Examples

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

Run the code above in your browser using DataLab