ProjectYulab icon indicating copy to clipboard operation
ProjectYulab copied to clipboard

write an R function to parse eggNOG annotation

Open GuangchuangYu opened this issue 2 years ago • 6 comments

eggNOG can functionally annotate a large number of non-model organisms. Once we are able to parse the output of eggNOG, we can easily combine it for analysis with GOSemSim and clusterProfiler.

see also

GuangchuangYu avatar Jul 24 '23 02:07 GuangchuangYu

您好,我尝试用R来复现了该功能,详情可以查看以下仓库: https://github.com/FeiYee/eggNOG.git

FeiYee avatar Jul 24 '23 11:07 FeiYee

@FeiYee 你的代码是解析了obo文件,这个不是必要的,因为我们可以通过GO.db来获取相应的信息。

这个issue,主要的需求是解析eggNOG的注释输出。

GuangchuangYu avatar Jul 31 '23 07:07 GuangchuangYu

您好,我尝试用R来复现了该功能,详情可以查看以下仓库: https://github.com/FeiYee/eggNOG.git

@FeiYee 我们有更通用的obo解析器,https://github.com/YuLab-SMU/obolite

GuangchuangYu avatar Aug 20 '24 02:08 GuangchuangYu

余教授您好,我尝试实现了对eggNOG结果中GO的注释结果进行了解析,并使用clusterProfile进行了测试,仓库位置:https://github.com/51cat/parse_eggNOG.git 具体代码位置:https://github.com/51cat/parse_eggNOG/blob/main/R/parse.GO.r

51cat avatar Sep 29 '24 03:09 51cat

结果不止是GO的注释,所以你的代码是否可以更新一下,兼容不同信息的提取?

GuangchuangYu avatar Sep 29 '24 03:09 GuangchuangYu