mapped-methods: Retrieve numbers of mapped reads

mapped-methodsR Documentation

Retrieve numbers of mapped reads

Description

Retrieve the numbers of mapped reads.

Methods

signature(object = "ChIPQCexperiment")

Retrieve a vector of the numbers of mapped (aligned) reads for each sample in an experiment.

signature(object = "list")

Retrieve a vector of the numbers of mapped (aligned) reads for each sample in a list of ChIPQCsample objects.

signature(object = "ChIPQCsample")

Retrieve the number of mapped (aligned) reads in a sample.

Author(s)

Thomas Carroll and Rory Stark

See Also

ChIPQC-package, ChIPQCexperiment, ChIPQCsample

Examples

data(example_QCexperiment)
mapped(exampleExp)
mapped(QCsample(exampleExp,1))

genialis/ChIPQC documentation built on May 24, 2022, 5:24 p.m.