-
Notifications
You must be signed in to change notification settings - Fork 217
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
[Feature Request] Store collections of evidence annotation #653
Comments
I would have expected that this particular way (using annotations) to work. Could you give an example of an SBML model (with FBC) that has one of those annotations but is not read by our parser? |
I was in the same situation wanting to update a model with the existing experimental information. As I did not really liked the way of developing the model using a spreadsheet, I wrote an editor based on cobrapy that allows you to edit and check both the model and the experimental information. Have a look at it here: https://github.com/JuBra/GEMEditor What I basically came up with is the division of the information in two types: All this information is stored along with the model in the sbml file, however within a different namespace. I really like the idea of developing a general standard for how to represent the experimental information in the model though. |
@matthiaskoenig is that closer to what you were looking for? |
This would basically work today from a parser perspective, i.e. if one encodes evidence on species, genes, compartments and reactions via RDF annotations these should be usable. So basically, I would say this issue will be solved with rewriting the SBML parser. The underlying issue (which is not part of this here) is "how to store evidence for a model", which cannot be solved here, but is part of the reconstruction. |
Hi all, The SBML parser functionality has been extended with the new libsbml parser and evidence annotations can be read. The real issues are now
|
Closing in favor of #684. |
Problem description
The system of confidence scores which has been proposed in the past is simple albeit overly-simplified and difficult-to-verify. Using an evidence ontology coupled directly with cross-references to the appropriate publications would truly make metabolic models into the knowledge bases that they are always said to be.
Please consider these threads for more details:
opencobra/schema#4
draeger-lab/ModelPolisher#5
The text was updated successfully, but these errors were encountered: