frip-methods: Retrieve fraction of reads in peaks

frip-methodsR Documentation

Retrieve fraction of reads in peaks

Description

Retrieve the fraction of reads in peaks

Methods

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.

Author(s)

Thomas Carroll and Rory Stark

See Also

ChIPQC-package, ChIPQCexperiment, ChIPQCsample

Examples

data(example_QCexperiment)
frip(exampleExp)
frip(QCsample(exampleExp,1))

genialis/ChIPQC documentation built on May 24, 2022, 5:24 p.m.