Learn R Programming

annaffy (version 1.44.0)

aafUniGene: Constructor for aafUniGene objects

Description

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

Usage

aafUniGene(probeids, chip)

Arguments

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

Value

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

See Also

aafUniGene-class

Examples

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

Run the code above in your browser using DataLab