Learn R Programming

ChIPQC (version 1.8.2)

ReadLengthReadLengthCrossCoverage-methods: Retrieve the cross coverage values without extending reads

Description

Retrieve the cross coverage values without extending reads.

Arguments

Methods

signature(object = "ChIPQCexperiment")
Retrieve a vector of cross-coverage values for all samples in a ChIP-seq experiment, with no shift.
signature(object = "ChIPQCsample")
Retrieve the cross-coverage value for a sample, with no shift.

See Also

ChIPQC-package, ChIPQCexperiment, ChIPQCsample

Examples

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

Run the code above in your browser using DataLab