-
Notifications
You must be signed in to change notification settings - Fork 58
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
[WIP] ProteoRE topGO enrichment analysis 20210412 #598
base: master
Are you sure you want to change the base?
[WIP] ProteoRE topGO enrichment analysis 20210412 #598
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@combesf I added a few comments. Most of them are also true for the other tools.
<option value="parentchild" >ParentChild</option> | ||
</param> | ||
<param name="threshold" type="text" label="p-value threshold (e.g : 1e-3)" value="1e-3"/> | ||
<param name="correction" label="Multiple testing procedure (p-value adjustment)" type="select"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
indentation ... I recommend using https://github.com/galaxyproject/galaxy-language-server it will format your files nicely and will point you to a few limiting issues.
<param name="genelist" value="ID_Converter_FKW_Lacombe_et_al_2017_OK.txt"/> | ||
<param name="column" value="c8"/> | ||
<param name="header" value="TRUE"/> | ||
</conditional> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add a test for at least every conditional. The Galaxy language server has a feature to bootstrap the test cases.
|
||
**Galaxy integration** | ||
|
||
Lisa Perus, Lien Nguyen, Florence Combes, Yves Vandenbrouck - CEA, INSERM, CNRS, Grenoble-Alpes University, BIG Institute, FR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you add this as proper citation? maybe in bibtex?
@combesf can I help here in some way? |
@@ -0,0 +1,10 @@ | |||
library("topGO") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that file should go and should probably be added to the .gitignore file
@combesf thanks for the adjustments. There are a few open questions. |
Another ProteoRE tool for review.
Thanks !