Learn R Programming

ChIPQC (version 1.8.2)

QCannotation-methods: Retrieve an annotation description, or a processed annotation

Description

Retrieve an annotation description, or a processed annotation, from a ChIPQCexperiment object.

Arguments

Methods

signature(object = "ChIPQCexperiment", bRetrieve=FALSE)
Retrieve the annotation. If bRetrieve=FALSE (default), the character string describing the annotation is returned (currently only “hg19” is supported). If bRetrieve=TRUE, a processed annotation is returned (in the form of a list). This can be used in subsequent calls to ChIPQC and/or ChIPQCsample for efficiency purposes.

See Also

ChIPQC-package, ChIPQCsample, ChIPQCexperiment

Examples

Run this code
data(example_QCexperiment)
QCannotation(exampleExp)

Run the code above in your browser using DataLab