Convert KGML file name to pathway name
转换KGML通路名称的文件名
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The function uses KEGG package and converts KGML file name into human readable pathway name.
该功能使用KEGG包,并转换成可读的通路名称KGML文件名。
用法----------Usage----------
kgmlFileName2PathwayName(filename)
参数----------Arguments----------
参数:filename
A KGML file name
KGML文件名
Details
详情----------Details----------
So far it only supports KGML files organized by species.
到目前为止,它仅支持物种举办KGML文件。
NOTE: there is issue of package loading sequence to use this function: the 'KEGG.db' must be loaded before 'KEGGgraph' to use it properly. Otherwise the mget returns error of 'KEGGPATHID2NAME' is not a environment. So far I don't where does this bug come from, so I commented out the examples.
注:包加载顺序的问题,使用此功能:“KEGG.db”正确地使用它,必须加载之前KEGGgraph。否则mget返回“KEGGPATHID2NAME”的错误,是不是环境。到目前为止,我没有在那里这个错误是从何而来,所以我注释掉例子。
值----------Value----------
A character string of pathway name
一个通路名称的字符串
作者(S)----------Author(s)----------
Jitao David Zhang <a href="mailto:jitao_david.zhang@roche.com">mailto:jitao_david.zhang@roche.com</a>