Learn R Programming

ChIPQC (version 1.8.2)

readlength-methods: Retrieve read length values

Description

Retrieve read length values.

Arguments

Methods

signature(object = "ChIPQCexperiment")
Retrieve a vector of read length values, one for each sample in an experiment.
signature(object = "ChIPQCsample")
Retrieve the read length value for a sample.

See Also

ChIPQC-package, ChIPQCexperiment, ChIPQCsample

Examples

Run this code
data(example_QCexperiment)
readlength(exampleExp)
readlength(QCsample(exampleExp,1))

Run the code above in your browser using DataLab