Learn Data & AI Skills | 50% off
Get 50% off unlimited learning

yaqcaffy (version 1.32.0)

getQCRatios: Compute qc probe ratios using GCOS intensity values

Description

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

Usage

getQCRatios(YAQCStatsObject)

Arguments

YAQCStatsObject
an object of class YAQCStats

Value

"matrix" with two qc ratios per array.

See Also

getRatioProbes

Examples

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

Run the code above in your browser using DataLab