QCsample-methods: Retrieve sample objects associated with an experiment

Description Methods Author(s) See Also Examples

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

1
2
3
4
5
data(example_QCexperiment)
samples = QCsample(exampleExp)
length(samples)
names(samples)
samples$CTCF_1

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