Skip to content

Commit

Permalink
Merge pull request #2031 from geneontology/pgaudet-patch-85
Browse files Browse the repository at this point in the history
Update gorule-0000015.md
  • Loading branch information
pgaudet authored Jun 28, 2023
2 parents 931ef64 + b06b2a4 commit ac629b9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 15 deletions.
18 changes: 10 additions & 8 deletions metadata/rules/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -421,14 +421,16 @@ This rule is now merged with GORULE:0000020.
* status: implemented


For background: dual species annotations are used to capture information about
multi-organism interactions. The first taxon ID should be that of the
species encoding the gene product, and the second should be the taxon of
the other species in the interaction. Where the interaction is between
organisms of the same species, both taxon IDs should be the same.

This rule should check that these annotations should be used only in conjunction with
terms that have the biological process term 'GO:0044419 : biological process involved in interspecies interaction between organisms', the process GO:0043903 regulation of interspecies interactions between organisms, or the cellular component term 'GO:0018995 : host cellular component' as an ancestor.
For background: dual (or multiple) species annotations are used to capture information about multi-species interactions. The first taxon ID should be that of the species encoding the gene product annotated, and the second (and further) IDs should be the taxon of the other species in the interaction.

* Each value in the Taxon column (GAF column 13) should be unique.

This rule applies to annotations to either these terms of their is_a descendants:
* GO:0044419 biological process involved in interspecies interaction between organisms
* GO:0043903 regulation of interspecies interactions between organisms, or
* GO:0018995 host cellular component

* Annotations to other terms should have a single value in the Taxon column (GAF column 13).

<a name="gorule0000016"/>

Expand Down
16 changes: 9 additions & 7 deletions metadata/rules/gorule-0000015.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ examples:
format: gaf
input: "UniProtKB O56786 hol187 GO:0020002 PMID:10419939 IDA C Holin protein Hol187 hol187 protein taxon:55511|taxon:9696 20170423 CACAO"
---
For background: dual species annotations are used to capture information about
multi-organism interactions. The first taxon ID should be that of the
species encoding the gene product, and the second should be the taxon of
the other species in the interaction. Where the interaction is between
organisms of the same species, both taxon IDs should be the same.
For background: dual (or multiple) species annotations are used to capture information about multi-species interactions. The first taxon ID should be that of the species encoding the gene product annotated, and the second (and further) IDs should be the taxon of the other species in the interaction.

This rule should check that these annotations should be used only in conjunction with
terms that have the biological process term 'GO:0044419 : biological process involved in interspecies interaction between organisms', the process GO:0043903 regulation of interspecies interactions between organisms, or the cellular component term 'GO:0018995 : host cellular component' as an ancestor.
* Each value in the Taxon column (GAF column 13) should be unique.

This rule applies to annotations to either these terms of their is_a descendants:
* GO:0044419 biological process involved in interspecies interaction between organisms
* GO:0043903 regulation of interspecies interactions between organisms, or
* GO:0018995 host cellular component

* Annotations to other terms should have a single value in the Taxon column (GAF column 13).

0 comments on commit ac629b9

Please sign in to comment.