uniprotToAffy {DAVIDQuery} | R Documentation |
Obtain Affymetrix probeset IDs for given Uniprot IDs, using DAVIDQuery.
uniprotToAffy(uid = "O00161", ...)
uid |
Uniprot IDs, either a string with the IDs separated by commas, or else a character vector. |
... |
Args to be passed to DAVIDQuery() . |
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
.
There is currently no provision for using DAVIDQueryLoop
.
Roger Day