Learn R Programming

annaffy (version 1.44.0)

aafChromLoc: Constructor for aafChromLoc objects

Description

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

Usage

aafChromLoc(probeids, chip)

Arguments

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

Value

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

See Also

aafChromLoc-class

Examples

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

Run the code above in your browser using DataLab