-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR in enrichGO,when seting ont = "ALL",Error in data.frame(..., check.names = FALSE) : 行名里有缺失值。 #713
Comments
It is working in my hands with the example code. See below. I noticed you are indeed using the latest version of Therefore I recommend to update your complete
|
go <- enrichGO(gene = id,
#universe = names(geneList),#背景基因
OrgDb = "org.Mm.eg.db",
ont = "ALL",#"BP", "MF", "CC"
pAdjustMethod = "BH",
pvalueCutoff = 0.5,
qvalueCutoff = 0.5,
readable = TRUE)
Error in data.frame(..., check.names = FALSE) : 行名里有缺失值
but, running "BP", "MF",or "CC" separately, they all success.
R 4.4.0
clusterprofiler 4.12.2
The text was updated successfully, but these errors were encountered: