uniprotToAffy {DAVIDQuery}R Documentation

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 AffyProbesetList.

Note

There is currently no provision for using DAVIDQueryLoop .

Author(s)

Roger Day

See Also

DAVIDQuery


[Package DAVIDQuery version 1.2.0 Index]