QCsample-methods | R Documentation |
Retrieves a list of ChIPQCsample
objects, or one specific ChIPQCsample
object, from a ChIPQCexperiment
object.
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 n
th sample is returned. If sampleID
is a character string, the ChIPQCsample
object corresponding to the sample with that ID is returned.
Rory Stark and Thomas Carroll
ChIPQC-package, ChIPQCsample, ChIPQCexperiment
data(example_QCexperiment) samples = QCsample(exampleExp) length(samples) names(samples) samples$CTCF_1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.