Learn R Programming

ChIPQC (version 1.8.2)

mapped-methods: Retrieve numbers of mapped reads

Description

Retrieve the numbers of mapped reads.

Arguments

Methods

signature(object = "ChIPQCexperiment")
Retrieve a vector of the numbers of mapped (aligned) reads for each sample in an experiment.
signature(object = "ChIPQCsample")
Retrieve the number of mapped (aligned) reads in a sample.

See Also

ChIPQC-package, ChIPQCexperiment, ChIPQCsample

Examples

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

Run the code above in your browser using DataLab