-
Notifications
You must be signed in to change notification settings - Fork 255
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
enrichKEGG issue:the Description column and ID information are identical in 4.10.0 #742
Comments
Note that you are using an old version of Let me give some context: when Since Yet, using
|
When using version 4.10.0 of clusterProfiler, the output from the enrichKEGG function shows that the Description column and ID information are identical, which did not happen with version 4.6.0. Is this a bug introduced in the newer version? How can it be resolved? The KEGG database used is internally constructed, with the use_internal_data parameter set to TRUE.
x <- enrichKEGG(geneSet, organism = organism, keyType = 'kegg', pvalueCutoff = 0.05, pAdjustMethod = 'BH', minGSSize = 5, maxGSSize = 2000, qvalueCutoff = 0.2, use_internal_data = T)
The text was updated successfully, but these errors were encountered: