annaffy (version 1.44.0)

aafGO: Constructor for aafGO objects

Description

For the given probeids, constructs an aafList of aafGO objects containing annotation data from the chip data package.

Usage

aafGO(probeids, chip)

Arguments

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

Value

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

See Also

aafGO-class

Examples

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

Run the code above in your browser using DataLab