p2LL(annotate)
p2LL()所属R语言包:annotate
A function to map from probes to unique Entrez Gene IDs
从探测功能独特的Entrez基因身份证到图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
For any chip, this function computes the map from unique Entrez Gene ID to all probes.
对于任何芯片,此函数计算从独特的Entrez基因ID,所有探针的图。
用法----------Usage----------
p2LL(data)
参数----------Arguments----------
参数:data
The character string naming the chip.
字符串命名的芯片。
Details
详情----------Details----------
This function is deprecated.
此功能已经过时了。
This is essentially the computation of the reverse map, we store probe to Entrez gene information in the ENTREZID environment. This is used to compute the inverse mapping.
这基本上是反向图的计算,存储探针Entrez的基因信息在ENTREZID环境。这是用来计算的逆映射。
值----------Value----------
A list, with length equal to the number of unique Entrez Gene IDs on the chip, the elements correspond to the probes that map to the Gene ID.
一个列表,等于独特的Entrez的基因芯片上标识的数量与长度,元素对应基因ID映射到探针。
作者(S)----------Author(s)----------
R. Gentleman
参见----------See Also----------
getEG
getEG
举例----------Examples----------
## Not run: [#无法运行:]
library("hgu95av2.db")
x <- p2LL("hgu95av2")
table(sapply(x, length))
## End(Not run)[#结束(不运行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|