Description Methods Author(s) See Also Examples
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
1 2 3 4 5 | 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.