Learn R Programming

DAVIDQuery (version 1.32.0)

uniprotToAffy: Obtain Affymetrix probeset IDs for given Uniprot IDs.

Description

Obtain Affymetrix probeset IDs for given Uniprot IDs, using DAVIDQuery.

Usage

uniprotToAffy(uid = "O00161", ...)

Arguments

uid
Uniprot IDs, either a string with the IDs separated by commas, or else a character vector.
...
Args to be passed to DAVIDQuery().

Value

The output of DAVIDQuery. If only the DAVIDQueryResult component is desired, include the arg details=FALSE. If probesets from a specific chip are desired, then you can intersect these results with the results of getAffyProbesetList.

See Also

DAVIDQuery