Learn R Programming

annaffy (version 1.44.0)

aafProbe: Constructor for aafProbe objects

Description

For the given probeids, constructs an aafList of aafProbe objects.

Usage

aafProbe(probeids)

Arguments

probeids
character vector containing probe ids

Value

An aafList of aafProbe objects.

See Also

aafProbe-class

Examples

Run this code
if (require(hgu95av2.db)) {
    data(aafExpr)
    probes <- featureNames(aafExpr)
    probesets <- aafProbe(probes)
    getURL(probesets[6:10])
}

Run the code above in your browser using DataLab