Associations

  • Edges in a graph
  • Represents assertions or statements
  • A hierarchy of associations
  • The root of all associations is the ‘association’ class.

Example: GeneToGeneAssociation, GeneToDiseaseAssociation, DiseaseToPhenotypicFeatureAssociation

  • An association connects a subject node and an object node via a predicate
  • The nature of the association is defined based on its properties
  • An association can have properties like provided_by, evidence, publications
  • Certain associations can have additional properties that are unique, as in the case of DiseaseToPhenotypicFeatureAssociation frequency_qualifier

Backlinks