getAllInt {yaqcaffy} | R Documentation |
This function retrieves the expression intensities prvided by the object of
class "YAQCStats"
for the probe which names are compatible with the
given pattern and return their mean value.
getAllInt(YAQCStatsObject,pattern)
YAQCStatsObject |
an object of type "YAQCStats" |
pattern |
a pattern used to select the probe names to be used |
An object of type "numeric"
in which the mean expression intensities
of each array are given.
Laurent Gatto
## load a dataset library(affydata) data(Dilution) ## perform quality control qc <- yaqc(Dilution) ## get intensities for the biob ## spikes probe sets getAllInt(qc,"biob")