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