QCcontrol-methods: Retrieve control objects associated with a sample

Description Methods Author(s) See Also Examples

Description

Retrieve the ChIPQCsample objects representing controls, or a specific ChIPQCsample representing the control for a specific sample, from a ChIPQCexperiment object.

Methods

signature(object = "ChIPQCexperiment", sampleID)

Get the control sample (as a ChIPQCsample object) associated with a ChIP sample, or, if sampleID is missing, a list of all samples used as controls. sampleID is a character string or an integer.

Author(s)

Rory Stark and Thomas Carroll

See Also

ChIPQC-package, ChIPQCsample, ChIPQCexperiment

Examples

1
2
3
4
5
6
7
data(tamoxifen_QC)
controls = QCcontrol(tamoxifen)
length(controls)
names(controls)
controls[[1]]
bt474control = QCcontrol(tamoxifen,"BT4741")
bt474control

ChIPQC documentation built on Nov. 8, 2020, 8:06 p.m.