-
Notifications
You must be signed in to change notification settings - Fork 6
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
Has the ontology snapshot changed? missing regulation relationships #316
Comments
As far as I know, there have been no major changes to the ontology build, but @balhoff may be able to add additional information here. |
It's a bit weird. GO:1904689 | negative regulation of cytoplasmic translational initiation |
It might be a problem at our end. I will reopen if necessary.... |
I don't know of any intentional changes. |
so none of these are annotated to cytoplasmic translation by propagation (ancestry): https://www.pombase.org/gene/SPAC27E2.02 https://www.pombase.org/gene/SPAC688.14 https://www.pombase.org/gene/SPBC800.09 Maybe these should be part_of rather than regulation of? but in this case what could be annotated to these terms? |
This issue is also related |
Maybe it is an issue at our end after all. |
@ValWood were you able to locate the cause of this mapping/ancestry issue- is it the change in GO's reasoning re: "regulates a whole process" vs "regulates part of the process"? |
Hi no I did not look at this yet, but I think it is due to the recent changes. This is how it looks: translation and MF translation repressor has an is_a connection to So yes the recent changes (removing propagation over some relationships) prevented the annotation inheritance, it seems. However, the proposed more recent change to prevent inheritance over ALL regulation relationships, will negate any fix applied now, this issue will return if/when this proposal is implemented. It will be odd that that common initiation factors like Is the MF-BP relationship correct? In this scenario, the regulation connection here would be between the activity and target entity (I'm also making an assumption here that Noctua exports these connections as "blah" rather than "regulation of blah" otherwise we are in a pickle...(can anyone confirm? all my attempts to export a simple model to check these things so far have failed) Or, maybe I just need to get used to the annotation not propagating into the translation class, but definitely, we would need to enrich over "regulation" to get the best results if that is the case. |
Seems to be a lot of points here, so not sure where to drive in and if I have the correct take on this! In terms of what you get when you do a query - it should be absolutely clear to the user that there are options to have the 'core' process components and/or the regulators (that act on the core factors or direct regulators of core factors). |
but initation factors also include regulators. It isn't very clear to me what is classed as core and what is regulation. Everyone seems to have a different take on this. |
Yes, that is the problem (well part of it!) |
Describe the issue/bug
We used to get regulation inferences from the ontology shapshot, but this no longer seems to be the case.
Expected behavior
Here is a good example why they are needed for inference.
The translation repressor sum2
https://www.pombase.org/gene/SPBC800.09
no longer gets mapped to "cytoplasmic translation" by inference.
Without the regulation relationships I don't see a way to annotate this to cytoplasmic translation?
A clear and concise description of what you expected to happen.
To Reproduce
Please include any information you can about: what, where, when, and why. Please include any URLs involved in the issue.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the issue that you feel may be important. E.g. browser version, time of day.
The text was updated successfully, but these errors were encountered: