affy (version 1.50.0)

ProbeSet-class: Class ProbeSet

Description

A simple class that contains the PM and MM data for a probe set from one or more samples.

Arguments

Objects from the Class

Objects can be created by applying the method probeset to instances of AffyBatch.

Slots

id:
Object of class "character" containing the probeset ID.
pm:
Object of class "matrix" containing the PM intensities. Columns represent samples and rows the different probes.
mm:
Object of class "matrix" containing the MM intensities.

Methods

colnames
signature(x = "ProbeSet"): the column names of the pm matrices which are the sample names
express.summary.stat
signature(x = "ProbeSet", pmcorrect = "character", summary = "character"): applies a summary statistic to the probe set.
sampleNames
signature(object = "ProbeSet"): the column names of the pm matrices which are the sample names.

See Also

probeset, AffyBatch-class

Examples

Run this code
if (require(affydata)) {
  data(Dilution)
  ps <- probeset(Dilution, geneNames(Dilution)[1:2])
  names(ps)
  print(ps[[1]])
}

Run the code above in your browser using DataLab