Learn R Programming

annaffy (version 1.44.0)

aafSymbol: Constructor for aafSymbol objects

Description

For the given probeids, constructs a list of aafSymbol objects containing annotation data from the chip data package.

Usage

aafSymbol(probeids, chip)

Arguments

probeids
character vector containing probe ids
chip
name of the chip data package

Value

An aafList of aafSymbol objects. NA values are returned as empty objects.

See Also

aafSymbol-class

Examples

Run this code
if (require(hgu95av2.db)) {
    data(aafExpr)
    probes <- featureNames(aafExpr)
    symbols <- aafSymbol(probes, "hgu95av2.db")
    show(symbols[6:10])
}

Run the code above in your browser using DataLab