getRatioProbes {yaqcaffy}R Documentation

Get the names of degradation control probes on the array

Description

This function returns the probes names used for degradation control that are located on the given GeneChip.

Usage

  getRatioProbes(object)

Arguments

object An object of class "AffyBatch" or "ExpressionSet"

Value

An object of type "character" with all the Affymetrix degradation control probe names.

Author(s)

Laurent Gatto

See Also

getSpikeProbes,getBioProbes

Examples

    library(yaqcaffy)
    ## load a dataset
    library(affydata)
    data(Dilution)
    getRatioProbes(Dilution)

[Package yaqcaffy version 1.2.0 Index]