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))

shengqh/ChIPQC documentation built on Feb. 27, 2023, 10:51 p.m.