aafProbe: Constructor for aafProbe objects

Description Usage Arguments Value Author(s) See Also Examples

View source: R/annotation.R

Description

For the given probeids, constructs an aafList of aafProbe objects.

Usage

1

Arguments

probeids

character vector containing probe ids

Value

An aafList of aafProbe objects.

Author(s)

Colin A. Smith, annaffy@colinsmith.org

See Also

aafProbe-class

Examples

1
2
3
4
5
6
if (require(hgu95av2.db)) {
    data(aafExpr)
    probes <- featureNames(aafExpr)
    probesets <- aafProbe(probes)
    getURL(probesets[6:10])
}

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