beadQC-class {BeadExplorer}R Documentation

Class "beadQC"

Description

A class to hold quality control information from a BeadChip experiment

Objects from the Class

Objects can be created by calls of the form new("beadQC", ...).

Slots

fileOrigin:
Object of class "character":File paths of the files used to create
annotation:
Object of class "character" Name of the analysis
sampleQC:
Object of class "data.frame" QC values

Methods

[
signature(x = "beadQC"): Subset method
annotation
signature(object = "beadQC"): Slot accessor
annotation<-
signature(object = "beadQC"): Replacement method
fileOrigin
signature(object = "beadQC"): Slot accessor
sampleQC
signature(object = "beadQC"): Slot accessor

Author(s)

Gareth Elvidge gareth.elvidge@well.ox.ac.uk

See Also

Package vignette

Examples

data(examplebeadQC)
annotation(examplebeadQC)

[Package BeadExplorer version 1.2.0 Index]