readlength-methods: Retrieve read length values

readlength-methodsR Documentation

Retrieve read length values

Description

Retrieve read length values.

Methods

signature(object = "ChIPQCexperiment")

Retrieve a vector of read length values, one for each sample in an experiment.

signature(object = "list")

Retrieve a vector of read length values, one for each sample in a list of ChIPQCsample objects.

signature(object = "ChIPQCsample")

Retrieve the read length value for a sample.

Author(s)

Thomas Carroll and Rory Stark

See Also

ChIPQC-package, ChIPQCexperiment, ChIPQCsample

Examples

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

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