-
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
smth wrong with enrichGO #737
Comments
I agree that it might be somewhat counter-intuitive, but to exclusively filter on Reason for the need to set On the help page of e.g. This also becomes clear when looking at the source code used for filtering, Also:
To illustrate this with some code (note the use of tail to show the last 6 gene sets (+ corresponding statistics) that 'survive' filtering :
Then: enrichGO example 1.
enrichGO example 2.
enrichGO example 3.
enrichGO example 4.
|
Issue: qvalueCutoff parameter in enrichGO seems not working as expected
Code Example
Current Output
Version Information
Expected Behavior
Setting
qvalueCutoff = 0.05
should filter results to only show entries with qvalue < 0.05. However:This appears to contradict the parameter's intended filtering function as shown in
args(enrichGO)
.The text was updated successfully, but these errors were encountered: