-
Notifications
You must be signed in to change notification settings - Fork 89
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
Update gorule-0000006 to exclude annotations with source = GOC #1519
Comments
Doc PR #1520 |
To clarify, when you mean "false positive", you referring to the on line here? |
For example GO:0005623 (obsolete cell ;) |
@pgaudet Are there any other examples of this? |
In snapshot there is still a TAIR annotation that is a false negative for this error: ERROR - Violates GO Rule: GORULE:0000006: IEP and HEP usage is restricted to terms from the Biological Process ontology -- TAIR locus:2092221 STP10 GO:0005623 TAIR:Publication:501768255|PMID:26893494 IEP C AT3G19940 AT3G19940|STP10|SUGAR TRANSPORT PROTEIN 10|MPN9.18 protein taxon:3702 20160301 GOC TAIR:locus:2092221 but GO:0005623 is obsolete so this is filter via the gorule-0000001 parser (I think). Is that what you were asking ? |
@pgaudet Apologies, I should have brought this up today. |
I dont think so |
The problem here is interontology kinks keep the same evidence code (AFAIK). The best solution may be to change that behavior. |
Modify rule definition to: For GAF ELSE if Aspect (Col 9) = BP -> OK ELSE if assigned by is NOT GOC , check Aspect (Col 9) = IF col 9 = BP -> OK Implement similar rule for GPAD (column 10 and get aspect from goid) |
@pgaudet , we can simplify |
…ude-annot-source-goc For geneontology/go-site#1519 - exclude annotations with source = GOC
Pascale to add some tests to check that there is an exception for annotations assigned by GOC. |
Added Now we need to check that we dont get an error for this line |
Working on the GAF test script |
Check at the next release |
Working except for merged terms, see #2081 |
Hello,
As stated, gorule-0000006 is creating false positives for interontology links derived from BP.
We would like to change the rule so that any aspect is allowed with IEP/HEP annotations when assigned by =GOC.
Thanks, Pascale
The text was updated successfully, but these errors were encountered: