| readlength-methods {ChIPQC} | R Documentation |
Retrieve read length values.
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.
Thomas Carroll and Rory Stark
ChIPQC-package, ChIPQCexperiment, ChIPQCsample
data(example_QCexperiment) readlength(exampleExp) readlength(QCsample(exampleExp,1))