Learn R Programming

ChIPQC (version 1.8.2)

fragmentlength-methods: Retrieve the estimated fragment length

Description

Retrieve the estimated fragment length.

Arguments

Methods

signature(object = "ChIPQCexperiment")
Retrieve a vector of estimated fragments sizes, one for each sample in the experiment.
signature(object = "ChIPQCsample", width)
Retrieve the estimated fragment length for a sample. If width is missing, the readlength derived from the bam file is used as the read length.

See Also

ChIPQC-package, ChIPQCexperiment, ChIPQCsample

Examples

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

Run the code above in your browser using DataLab