ReadLengthReadLengthCrossCoverage-methods | R Documentation |
Retrieve the cross coverage values without extending reads.
signature(object = "ChIPQCexperiment")
Retrieve a vector
of cross-coverage values for all samples in a ChIP-seq experiment, with no shift.
signature(object = "list")
Retrieve a vector
of cross-coverage values for all samples in a list of ChIPQCsample objects, with no shift.
signature(object = "ChIPQCsample")
Retrieve the cross-coverage value for a sample, with no shift.
Thomas Carroll and Rory Stark
ChIPQC-package, ChIPQCexperiment, ChIPQCsample
data(example_QCexperiment) ReadLengthCrossCoverage(exampleExp) ReadLengthCrossCoverage(QCsample(exampleExp,1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.