Learn R Programming

yaqcaffy (version 1.32.0)

getSpikeProbes: 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,onlyFirst)

Arguments

object
An object of type AffyBatch or ExpressionSet.
onlyFirst
Boolean defining of only first or all instances found should be returned. Default is set to TRUE. Warnings are returned if more than one probe is found. The function stops with an error if no probe is found.

Value

An object of class character containing all (hybridization and labelling) Affymetrix spike probe names.

See Also

getBioProbes,getRatiosProbes

Examples

Run this code
    ## load a dataset
    library(affydata)
    data(Dilution)
    getSpikeProbes(Dilution)

Run the code above in your browser using DataLab