Skip to content
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

Do not use p-value as a parameter of TopAnat analysis #196

Open
fbastian opened this issue May 26, 2020 · 1 comment
Open

Do not use p-value as a parameter of TopAnat analysis #196

fbastian opened this issue May 26, 2020 · 1 comment

Comments

@fbastian
Copy link
Member

In GitLab by @jwollbrett on Sep 3, 2018, 09:34

p-value is currently used as a parameter of a TopAnat analysis. It means that it is used to generate the unique key of an analysis.

If a user want to run the same analysis with a different p-value, TopAnat analysis has to be run again (which is time consuming).

In the code the p-value is used to filter the results after running topGO. It could be a better idea to remove the p-value from both the generation of the unique key of an analysis and from filter step of the code. The p-value could be used only to filter data shown in the website.

Then, rerunning a TopAnat analysis with a different p-value will be extremely fast.

@fbastian
Copy link
Member Author

In GitLab by @jwollbrett on Sep 3, 2018, 09:35

changed the description

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant