Learn R Programming

ChIPQC (version 1.8.2)

ReadLengthFragmentLengthCrossCoverage-methods: Retrieve the cross coverage values when extending reads to the optimal fragment length.

Description

Retrieve the cross coverage values when extending reads to the optimal fragment length.

Arguments

Methods

signature(object = "ChIPQCexperiment")
Retrieve a vector of cross-coverage values for all samples in a ChIP-seq experiment, when all reads are shifted by the optimal fragment length (the maximum cross-coverage value).
signature(object = "ChIPQCsample")
Retrieve the cross-coverage value for a sample, when all reads are shifted by the optimal fragment length (the maximum cross-coverage value).

See Also

ChIPQC-package, ChIPQCexperiment, ChIPQCsample

Examples

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

Run the code above in your browser using DataLab