## load a dataset
library(affydata)
data(Dilution)
## perform quality control
qc <- yaqc(Dilution)
## get intensities for the biob
## spikes probe sets
getAllInt(qc,"biob")
## or
getAllInt(qc,"b[3|5|m]")
Run the code above in your browser using DataLab