We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At the 100th line code in https://github.com/YuLab-SMU/DOSE/blob/master/R/enricher_internal.R, it is numWdrawn=k-1, it should represent the number of the real terms we get, but why minus one? I think 'minus one' is wrong. The right code should be numWdrawn=k
numWdrawn=k-1
numWdrawn=k
The text was updated successfully, but these errors were encountered:
Maybe you should learn more about "Fisher's exact test": https://www.pathwaycommons.org/guide/primers/statistics/fishers_exact_test/
Sorry, something went wrong.
No branches or pull requests
At the 100th line code in https://github.com/YuLab-SMU/DOSE/blob/master/R/enricher_internal.R, it is
numWdrawn=k-1
, it should represent the number of the real terms we get, but why minus one? I think 'minus one' is wrong. The right code should benumWdrawn=k
The text was updated successfully, but these errors were encountered: