Apply this to convert SIGORA IDs to gene names.
应用此基因名称转换SIGORA的ID。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function converts SIGORA IDs to HGNC / MGI IDs.
此功能将SIGORA的ID的HGNC / MGI的ID。
用法----------Usage----------
idb_to_genename(a)
参数----------Arguments----------
参数:a
A vector containing some SIGORA IDs.
一个向量包含一些SIGORA的标识。
实例----------Examples----------
## Not run: [#不运行:]
# Returns list of human PUGs/marker genes in KEGG as SIGORA IDs[人的哈巴狗/标记基因在KEGG作为SIGORA的ID返回列表]
tmp<-get_marker_genes(archive='keg')
# convert the above results to human readable gene names. [转换上述的结果,人类可读的基因名称。]
idb_to_genename(tmp)