getQCRatios {yaqcaffy}R Documentation

Compute qc probe ratios using GCOS intensity values

Description

This function computes the 3'/5' ratios of the GAPDh and $β$-actin qc probes using the GCOS intensity values.

Usage

getQCRatios(YAQCStatsObject)

Arguments

YAQCStatsObject an object of class YAQCStats

Value

An object of type "matrix" with two qc ratios per array.

Author(s)

Laurent Gatto

See Also

getRatioProbes

Examples

    ## load a dataset
    library(affydata)
    data(Dilution)
    ## create yaqc object
    qobj <- yaqc(Dilution)
    getQCRatios(qobj)

[Package yaqcaffy version 1.2.0 Index]