QCsample-methods: Retrieve sample objects associated with an experiment

QCsample-methodsR Documentation

Retrieve sample objects associated with an experiment

Description

Retrieves a list of ChIPQCsample objects, or one specific ChIPQCsample object, from a ChIPQCexperiment object.

Methods

signature(object = "ChIPQCexperiment", sampleID)

If sampleID is missing or equal to 0, the full list of ChIPQCsample objects is returned. If sampleID is an integer n, the ChIPQCsample object corresponding to the nth sample is returned. If sampleID is a character string, the ChIPQCsample object corresponding to the sample with that ID is returned.

Author(s)

Rory Stark and Thomas Carroll

See Also

ChIPQC-package, ChIPQCsample, ChIPQCexperiment

Examples

data(example_QCexperiment)
samples = QCsample(exampleExp)
length(samples)
names(samples)
samples$CTCF_1

genialis/ChIPQC documentation built on May 24, 2022, 5:24 p.m.