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

each edge in a reactome model should have one identical evidence statement linking it to the source pathway #37

Closed
goodb opened this issue Dec 19, 2018 · 11 comments
Assignees

Comments

@goodb
Copy link
Contributor

goodb commented Dec 19, 2018

Each edge in the GO-CAM should be linked to an evidence statement with the source being the reactome unique identifier for the corresponding pathway record. e.g. reactome:R-HSA-450302
(Noctua ought to expand that the way it does for PMIDs to e.g. https://reactome.org/content/detail/R-HSA-450302 ).

@goodb goodb self-assigned this Dec 19, 2018
@goodb
Copy link
Contributor Author

goodb commented Jan 8, 2019

This is important for producing gpad - see 'annotation preview' or gpad export in noctua. Currently nothing comes up for reactome models - a common source is needed.

@goodb
Copy link
Contributor Author

goodb commented Jan 10, 2019

@ukemi @deustp01 @vanaukenk The conversion code currently digs pubmed references out of xrefs on the Reactome entities (pathways, reactions, controllers). These are applied a little haphazardly as they are attached to entities in Reactome and they need to be moved onto relations in go-cam. You can see examples on the BP has_part MF relations for most models.

Should these pubmed references be taken out? In a sense they are redundant with the reactome source reference that I am adding in now which itself includes them.

@deustp01
Copy link
Collaborator

"redundant" as in you already cite the R-HSA-###### identifier of the relevant event as a reference, so a user can follow that ID to the Reactome page that has all the literature references with PMIDs?
If that's what you mean, then yes, exactly, adding the PMIDs to the GO-CAM is redundant and also haphazard because each PMID almost certainly contributes only a part of the total evidence that supports the GO-CAM model and, as discussed fully already, there is no way to figure out computationally which PMID supports which part.

@goodb
Copy link
Contributor Author

goodb commented Jan 10, 2019

Yup that is what I meant. Okay. I will drop the pmids.

@ukemi
Copy link

ukemi commented Jan 10, 2019

We need to be sure in our systematic reviews to see how this affects the GPAD output of a model. I suspect that if the reference is removed, no annotation will be generated. If we want annotations from these, we will need to find something to add. @goodb when you tweak your code, does it generate a new model or overwrite an old one? I have created template documents for some of the models that we will review and added them to the folder @huaiyumi created.

Note we should all start watching this repository so no one gets left out of a conversation.

@ukemi
Copy link

ukemi commented Jan 10, 2019

I see that @goodb already pointed out the GPAD issue above. @vanaukenk do you know what reference is currently cited for Reactome-based annotations in GO?

@goodb
Copy link
Contributor Author

goodb commented Jan 10, 2019

This ticket was generated because the current approach doesn't generate any GPAD. When this is finished, the GPAD should come out fine because all of the relations will have the same reference to the reactome:R-HSA-###### identifier.

@goodb
Copy link
Contributor Author

goodb commented Jan 10, 2019

Pathways are overwritten in noctua-dev when updates are made. I suggest manually crafted example pathways go into the main noctua as it is more stable (you can still tag them as dev).

@ukemi
Copy link

ukemi commented Jan 10, 2019

I just checked, it is the URL that is the ref. So theorhetically if all of this works, we should be able to regenerate the Reactome annotation file from the models. That's something we should check. Maybe the annotations will improve. Who knows?

@ukemi
Copy link

ukemi commented Jan 10, 2019

Overwritten is good because the link that we put in our review documents will be stable.

@goodb
Copy link
Contributor Author

goodb commented Jan 10, 2019 via email

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