ReadLengthFragmentLengthCrossCoverage-methods | R Documentation |
Retrieve the cross coverage values when extending reads to the optimal fragment length.
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 = "list")
Retrieve a vector
of cross-coverage values for all samples in a list of ChIPQCsample objects, 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).
Thomas Carroll and Rory Stark
ChIPQC-package, ChIPQCexperiment, ChIPQCsample
data(example_QCexperiment) FragmentLengthCrossCoverage(exampleExp) FragmentLengthCrossCoverage(QCsample(exampleExp,1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.