getSpikeProbes {yaqcaffy}R Documentation

Get the names of all spike probes on the array

Description

This function returns all the spike probes (i.e. BioB-3', BioD-5', Lys-3, ...) that are located on the given GeneChip.

Usage

  getSpikeProbes(object)

Arguments

object An object of type AffyBatch or ExpressionSet.

Value

An object of class character containing all Affymetrics spike probe names.

Author(s)

Laurent Gatto

See Also

getBioProbes,getRatiosProbes

Examples

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

[Package yaqcaffy version 1.2.0 Index]