Learn R Programming

ChIPQC (version 1.8.2)

QCsample-methods: Retrieve sample objects associated with an experiment

Description

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

Arguments

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.

See Also

ChIPQC-package, ChIPQCsample, ChIPQCexperiment

Examples

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

Run the code above in your browser using DataLab