Learn R Programming

ChIPQC (version 1.8.2)

QCcontrol-methods: Retrieve control objects associated with a sample

Description

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

Arguments

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.

See Also

ChIPQC-package, ChIPQCsample, ChIPQCexperiment

Examples

Run this code
data(tamoxifen_QC)
controls = QCcontrol(tamoxifen)
length(controls)
names(controls)
controls[[1]]
bt474control = QCcontrol(tamoxifen,"BT4741")
bt474control

Run the code above in your browser using DataLab