getBioProbes {yaqcaffy}R Documentation

Get the names of the Bio spike probes on the array

Description

This function returns all the AFFX-Bio probes names that are located on the given GeneChip.

Usage

  getBioProbes(affyBatchObject)

Arguments

affyBatchObject An object of type "AffyBatch"

Value

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

Author(s)

Laurent Gatto

See Also

getSpikeProbes,getRatioProbes

Examples

    ## load a dataset
    library(affydata)
    data(Dilution)
    getBioProbes(Dilution)

[Package yaqcaffy version 1.2.0 Index]