uniprotToAffy(DAVIDQuery)
uniprotToAffy()所属R语言包:DAVIDQuery
Obtain Affymetrix probeset IDs for given Uniprot IDs.
获得给予Uniprot的ID Affymetrix公司probeset标识。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Obtain Affymetrix probeset IDs for given Uniprot IDs, using DAVIDQuery.
获得Affymetrix公司probeset标识,给予Uniprot标识使用DAVIDQuery。
用法----------Usage----------
uniprotToAffy(uid = "O00161", ...)
参数----------Arguments----------
参数:uid
Uniprot IDs, either a string with the IDs separated by commas, or else a character vector.
uniprot的ID,一个字符串由逗号隔开的ID,或者一个字符向量。
参数:...
Args to be passed to DAVIDQuery().
参数被传递到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.
DAVIDQuery输出。如果需要的话,只有DAVIDQueryResult组件包括ARGdetails=FALSE。 probesets从一个特定的芯片如果需要,那么你可以相交getAffyProbesetList结果这些结果。
注意----------Note----------
There is currently no provision for using DAVIDQueryLoop .
目前还没有提供使用DAVIDQueryLoop。
作者(S)----------Author(s)----------
Roger Day
参见----------See Also----------
DAVIDQuery
DAVIDQuery
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|