getQCRatios {yaqcaffy} | R Documentation |
This function computes the 3'/5' ratios of the GAPDh and $β$-actin qc probes using the GCOS intensity values.
getQCRatios(YAQCStatsObject)
YAQCStatsObject |
an object of class YAQCStats |
An object of type "matrix"
with two qc ratios per array.
Laurent Gatto
getRatioProbes
## load a dataset library(affydata) data(Dilution) ## create yaqc object qobj <- yaqc(Dilution) getQCRatios(qobj)