frip-methods | R Documentation |
Retrieve the fraction of reads in peaks
signature(object = "ChIPQCexperiment")
Retrieve a vector
of values representing the proportion of reads that overlap peaks for each sample in an experiment.
signature(object = "list")
Retrieve a vector
of values representing the proportion of reads that overlap peaks for each sample in a list of ChIPQCsample objects.
signature(object = "ChIPQCsample")
Retrieve a value representing the proportion of reads that overlap the peaks for a sample.
Thomas Carroll and Rory Stark
ChIPQC-package, ChIPQCexperiment, ChIPQCsample
data(example_QCexperiment) frip(exampleExp) frip(QCsample(exampleExp,1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.