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

Provide an overview of confidence scores #59

Closed
Midnighter opened this issue Apr 25, 2017 · 7 comments
Closed

Provide an overview of confidence scores #59

Midnighter opened this issue Apr 25, 2017 · 7 comments

Comments

@Midnighter
Copy link
Member

Show simple stats on distribution of confidence scores in report and point out problem areas.

@ChristianLieven
Copy link
Contributor

By confidence scores do you mean those defined in the Protocol or an internal score calculated in some other way?

@Midnighter
Copy link
Member Author

The ones by the protocol.

@phantomas1234
Copy link
Contributor

Most models wouldn't have confidence scores but maybe it would be good to return to the recommendations of the original protocols paper.

@ChristianLieven ChristianLieven self-assigned this May 19, 2017
@ChristianLieven
Copy link
Contributor

ChristianLieven commented Jul 6, 2017

That would be great, but I am afraid that COBRApy neither imports nor exports any notes correctly. I tried it by adding the following notes field to the RECON1 model from BiGG.
<notes> <body xmlns="http://www.w3.org/1999/xhtml"> <center><h2>This is a TEST</h2></center> <p>I am wondering if COBRApy is able to import this.</p> </body> </notes>
I was quite surprised that RECON1 did not contain the confidence scores upon which some of the results of this research are based on.

I was not able to find the keywords 'confidence', 'score' or 'confidence_score' in cobra.io.sbml nor cobra.io.sbml3. If I saw that right the legacy import looks specifically for charge, GPR, and subsystem in the notes field but doesn't account for the confidence score. It seems that this might be one of the reasons why most models (available through BiGG) don't have the confidence scores. So in order for us to test for this, I'll open up an issue at COBRApy to address the lack of confidence score parsing first.

@Midnighter
Copy link
Member Author

All notes are simply parsed into a dictionary available under the corresponding attribute cobra.Reaction.notes and other components. If you say that cobrapy does not round-trip the notes correctly then we should definitely address that. Please do open an issue.

@Midnighter
Copy link
Member Author

Blocked by extension of SBML schema additions.

@ChristianLieven
Copy link
Contributor

Will be covered more elegantly by checks for SBO and other Evidence Ontologies, such as in this issue #280

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

3 participants