Principles for merging terms: Difference between revisions

From GO Wiki
Jump to navigation Jump to search
(New page: Term Merges, Splits and Movements ==Term merges== Terms are merged in cases where two terms have exactly the same meaning. Usually this situation arises when one term exists, and another...)
 
(17 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Term Merges, Splits and Movements
==Merge Procedure==
[[Merging Ontology Terms]]


==Term merges==
==What is a GO term merge?==
Term merges result from two or more terms being subsumed into a single term.


Terms are merged in cases where two terms have exactly the same meaning. Usually this situation arises when one term exists, and another wording of the same concept is added as a new term instead of as a synonym, either because a curator didn't find the old term or didn't know it meant the same thing.
==When are GO terms merged?==
Common reasons to merge terms include:
* Terms have exactly the same meaning  
* The meaning is too close to support consistent, distinct annotations
* The distinction between a parent and a child is not useful or necessary in the scope of GO


When two terms are merged, e.g. term A and term B are merged into term A, the GO ID of term B is made a secondary GO ID, and the term string is made a synonym. Usually, the ID that has existed longer is used as the primary ID, but exceptions can be made; for example, the term string of the newer ID may be more correct or the definition may be better.


Secondary GO IDs are stored in the OBO flat file with the 'alt_id' tag.
Care should be taken when merging terms that may be used elsewhere, because it may create false assertions (annotations), in particular NOT. Also if terms are used for logical definitions, then that may create incorrect assertions.  


TO PROPOSE AT AN ANNOTATION CALL: '''Whenever possible, obsolete term with 'REPLACED BY' rather than merging terms'''.


==Term splits==
==What happens when GO terms are merged?==
When terms are merged, e.g. term A and term B are merged into term A, the GO ID of term B is made an alternative (secondary) GO ID, and the term string is made a synonym. Secondary GO IDs remain in GO with the 'alt_id' tag.


A term can be split if curators decide that it combines two or more concepts that should be represented by separate terms.
  ++ Add example


The standard procedure for splitting a term is to obsolete the original term and add a comment directing annotators to the new term.


== Review Status ==


==Moving terms==
Last reviewed:


Terms can be moved as long as the term's new position correctly reflects its relationships to other terms and moving the term does not imply a significant change in the meaning of the term. Terms should not, however, be moved between ontologies; only within the same ontology. If you need to move a term to a different ontology, first obsolete it and then create a new term in the other ontology.
[[Ontology_Development#Editing_the_Ontology |Back to: Editing the Ontology]]


 
[[Category:GO Editors]][[Category:Ontology]][[Category:Editor_Guide_2018]][[Category:To be reviewed]]
[[Category:Curator_Guides]][[Category:Ontology]]

Revision as of 12:49, 26 October 2020

Merge Procedure

Merging Ontology Terms

What is a GO term merge?

Term merges result from two or more terms being subsumed into a single term.

When are GO terms merged?

Common reasons to merge terms include:

  • Terms have exactly the same meaning
  • The meaning is too close to support consistent, distinct annotations
  • The distinction between a parent and a child is not useful or necessary in the scope of GO


Care should be taken when merging terms that may be used elsewhere, because it may create false assertions (annotations), in particular NOT. Also if terms are used for logical definitions, then that may create incorrect assertions.

TO PROPOSE AT AN ANNOTATION CALL: Whenever possible, obsolete term with 'REPLACED BY' rather than merging terms.

What happens when GO terms are merged?

When terms are merged, e.g. term A and term B are merged into term A, the GO ID of term B is made an alternative (secondary) GO ID, and the term string is made a synonym. Secondary GO IDs remain in GO with the 'alt_id' tag.

  ++ Add example


Review Status

Last reviewed:

Back to: Editing the Ontology