-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add annotations for KEGG pathways and genes #107
Comments
Just to comment on this. KEGG is basically dead for many researchers since moving behind a non-open license. This makes it basically impossible to work with KEGG data and annotations. Many researchers dropped KEGG in recent years (as did I). I would not recommend to put any effort in supporting KEGG, but instead use open alternatives such as reactome. |
I am not quite sure I understand this correctly. @NantiaL could you maybe provide an example of what you are asking for? |
With this I mean a simple annotation of genes within the model. Given a RefSeq annotation file with multiple entries like gene, CDS etc.:
extract information e.g., locus tag, gene ID, and name, and add them as annotations (CV terms) in the model. Similar information can be extracted also from the GenBank annotation file. This would require to introduce a new input parameter, meaning the user will need to provide the .gff file while executing ModelPolisher. |
We already implemented something similar in refineGEMs. 🤔 The section |
It would be very useful to have annotations for KEGG subsystems and genes assigned by the ModelPolisher. This would save a lot of time and work during model curation.
To obtain genes' annotations one of the following methods could be used:
conv
operationThe text was updated successfully, but these errors were encountered: