fragmentlength-methods | R Documentation |
Retrieve the estimated fragment length.
signature(object = "ChIPQCexperiment")
Retrieve a vector
of estimated fragments sizes, one for each sample in the experiment.
signature(object = "list")
Retrieve a vector
of estimated fragments sizes, one for each sample in a list of ChIPQCsample objects.
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.
Thomas Carroll and Rory Stark
ChIPQC-package, ChIPQCexperiment, ChIPQCsample
data(example_QCexperiment) fragmentlength(exampleExp) fragmentlength(QCsample(exampleExp,1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.