A function to map probe identifiers to pathways.
函数映射探针标识符途径。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Given a set of probe identifiers from a microarray this function looks up all KEGG pathways that the probe is documented to be involved in.
从芯片此功能查找所有KEGG探针记录参与的途径,给定一组探针标识
用法----------Usage----------
probes2Path(pids, data = "hgu133plus2")
参数----------Arguments----------
参数:pids
A vector of probe identifiers.
一个探针标识的向量。
参数:data
The character name of the chip.
该芯片的字符的名称。
Details
详情----------Details----------
This is a simple look up in the appropriate chip PATH data environment.
这是一个简单的外观,在适当的芯片PATH数据环境。
值----------Value----------
A list of pathway vectors. One element for each value of pid that is mapped to at least one pathway.
通路向量。其中每个pid映射到至少有一个途径的价值元素。
作者(S)----------Author(s)----------
R. Gentleman
参见----------See Also----------
findAMstats
findAMstats
举例----------Examples----------
library("hgu95av2.db")
x = c("1001_at", "1000_at")
probes2Path(x, "hgu95av2.db")