QCannotation-methods | R Documentation |
Retrieve an annotation description, or a processed annotation, from a ChIPQCexperiment
object.
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.
Rory Stark and Thomas Carroll
ChIPQC-package, ChIPQCsample, ChIPQCexperiment
data(example_QCexperiment) QCannotation(exampleExp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.