aafUniGene: Constructor for aafUniGene objects

Description Usage Arguments Value Author(s) See Also Examples

View source: R/annotation.R

Description

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

Usage

1

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.

Author(s)

Colin A. Smith, annaffy@colinsmith.org

See Also

aafUniGene-class

Examples

1
2
3
4
5
6
if (require(hgu95av2.db)) {
    data(aafExpr)
    probes <- featureNames(aafExpr)
    ugs <- aafUniGene(probes, "hgu95av2.db")
    show(ugs[6:10])
}

annaffy documentation built on Nov. 8, 2020, 8:02 p.m.