YuLab-SMU / DOSE

:mask: Disease Ontology Semantic and Enrichment analysis
https://yulab-smu.top/biomedical-knowledge-mining-book/
114 stars 35 forks source link

add slot gene2Symbol for class compareClusterResult #29

Closed huerqiang closed 4 years ago

huerqiang commented 4 years ago

为了使enrichplot 包中的 cnetplot函数更好地处理compareClusterResult数据,在DOSE中进行如下更改: 1、为compareClusterResult 增加一个slot: gene2Symbol 2、增加geneID.compareClusterResult()geneInCategory.compareClusterResult() 3、为setReadable函数增加处理compareClusterResult数据的功能

huerqiang commented 4 years ago

1、在DESCRIPTION添加作者信息 2、为compareClusterResult 增加slots: keytype 和 readable。 3、在 clusterProfiler 包 的compareCluster.R文件添加keytype和readable的赋值。