Erqiang Hu
Erqiang Hu
请确保你输入的gene是ENTREZID,并且使用最新版本的clusterProfiler
从报错信息来看就是你输入的基因与TERM2GENE的基因id不同,请仔细检查一下。
我暂时没能复现你的这个问题,我建议你尝试下别的网路环境,有没有受VPN的影响?
Please use the latest version of clusterProfiler and get the document by `?enrichGO`.
@nitinmahajan20 You should library(clusterProfiler) first.
Please update your related packages(DOSE, fgsea, and so on) and try again.
geneList 参数应当是一个数值型向量(如logFC值),其names是基因id。并不是一个data.frame。
Please use the devel version of Bioconductor to install HPO.db. ```r if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager") # The following initializes usage of Bioc devel BiocManager::install(version='devel') BiocManager::install("HPO.db") ``` Or install...
Please make sure you are using the devel version of Bioconductor: ```r BiocManager::install(version='devel') ```
Please provide the kk2 object, and see the result of as.data.frame(kk2).