Retrieve caBIO path categories containing given genes
检索caBIO路径类别包含给定的基因
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Function to retrieve caBIO pathway IDss containing the given genes.
函数来检索包含给定的基因caBIO途径IDSS。
用法----------Usage----------
getcaBIOPATHList(lls)
参数----------Arguments----------
参数:lls
an Entrez gene IDs vector
Entrez基因标识矢量
Details
详情----------Details----------
The given gene IDs should be Entrez gene IDs. And the return list also only contains Entrez gene IDs besides caBIO pathway IDs.
在给定的基因ID应该是Entrez基因标识。返回列表也只包含Entrez的基因标识除了caBIO通路标识。
值----------Value----------
return an Entrez genes ID list, names of the list are caBIO pahtway IDs and elements are Entrez gene IDs.
返回Entrez的基因ID列表,列表中的名称是caBIO pahtway ID和元素是Entrez基因标识。
作者(S)----------Author(s)----------
Gang Feng, Pan Du and Simon Lin
参考文献----------References----------
<h3>See Also</h3>
举例----------Examples----------
## Not run: a <- getcaBIOPATHList('1647')[#无法运行:< - getcaBIOPATHList的(1647)]
## Not run: length(a)[#不运行:(a)长度]