Skip to content

GeneGeneticInteraction

A genetic interaction between genes (e.g. phenotypic suppression)

classDiagram GeneInteraction <|-- GeneGeneticInteraction GeneGeneticInteraction : created_by GeneGeneticInteraction : cross_references GeneGeneticInteraction : date_created GeneGeneticInteraction : date_updated GeneGeneticInteraction : db_date_created GeneGeneticInteraction : db_date_updated GeneGeneticInteraction : evidence GeneGeneticInteraction : gene_association_subject GeneGeneticInteraction : gene_gene_association_object GeneGeneticInteraction : interaction_id GeneGeneticInteraction : interaction_source GeneGeneticInteraction : interaction_type GeneGeneticInteraction : interactor_A_genetic_perturbation GeneGeneticInteraction : interactor_A_role GeneGeneticInteraction : interactor_A_type GeneGeneticInteraction : interactor_B_genetic_perturbation GeneGeneticInteraction : interactor_B_role GeneGeneticInteraction : interactor_B_type GeneGeneticInteraction : internal GeneGeneticInteraction : obsolete GeneGeneticInteraction : phenotypes_or_traits GeneGeneticInteraction : relation GeneGeneticInteraction : unique_id GeneGeneticInteraction : updated_by

URI: alliance:GeneGeneticInteraction

Parent Classes

Slots

Name Description
created_by The individual that created the entity.
cross_references Additional identifier(s) of the interaction annotation other than the primary id.
date_created The date on which an entity was created. This can be applied to nodes or edges.
date_updated Date on which an entity was last modified.
db_date_created The date on which an entity was created in the Alliance database. This is distinct from date_created, which represents the date when the entity was originally created (i.e. at the MOD for imported data).
db_date_updated Date on which an entity was last modified in the Alliance database. This is distinct from date_updated, which represents the date when the entity was last modified and may predate import into the Alliance database.
evidence The evidence that supports some assertion.
gene_association_subject the subject gene in the association. If the relation is symmetric, subject vs object is arbitrary. We allow a gene product to stand as a proxy for the gene or vice versa.
gene_gene_association_object the object gene in the association. If the relation is symmetric, subject vs object is arbitrary. We allow a gene product to stand as a proxy for the gene or vice versa.
interaction_id The unique primary identifier for the interaction. This should be the source (curation) database identifier, or if that is not available then the aggregation database identifier (e.g. IMEx)
interaction_source The interaction database that curated the interaction. e.g. BioGRID An MITerm from the AGR interaction source subset of AGR terms.
interaction_type The type of interaction between the two genes or gene products. e.g. physical association. An MITerm from the AGR interaction type subset of MITerms
interactor_A_genetic_perturbation None
interactor_A_role An MITerm from the AGR interactor A role subset of MITerms
interactor_A_type An MITerm from the AGR interaction type subset of MITerms
interactor_B_genetic_perturbation None
interactor_B_role An MITerm from the AGR interactor B role subset of MITerms
interactor_B_type An MITerm from the AGR interaction type subset of MITerms
internal Classifies the entity as private (for internal use) or not (for public use).
obsolete Entity is no longer current.
phenotypes_or_traits None
relation A high-level grouping for the relationship type. This is analogous to category for nodes. In RDF, this corresponds to rdf:predicate and in Neo4j this corresponds to the relationship type.
unique_id A non-curie unique identifier for a thing.
updated_by The individual that last modified the entity.

Mappings

Mapping Type Mapped Value
self ['alliance:GeneGeneticInteraction']
native ['alliance:GeneGeneticInteraction']

LinkML Specification

Direct

name: GeneGeneticInteraction
description: A genetic interaction between genes (e.g. phenotypic suppression)
from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
is_a: GeneInteraction
slots:
- interactor_A_genetic_perturbation
- interactor_B_genetic_perturbation
- phenotypes_or_traits
slot_usage:
  relation:
    name: relation
    domain_of:
    - ConstructComponentSlotAnnotation
    - Association
    subproperty_of: genetically_interacts_with

Induced

name: GeneGeneticInteraction
description: A genetic interaction between genes (e.g. phenotypic suppression)
from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
is_a: GeneInteraction
slot_usage:
  relation:
    name: relation
    domain_of:
    - ConstructComponentSlotAnnotation
    - Association
    subproperty_of: genetically_interacts_with
attributes:
  interactor_A_genetic_perturbation:
    name: interactor_A_genetic_perturbation
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    is_a: association_slot
    domain: GeneGeneticInteraction
    alias: interactor_A_genetic_perturbation
    owner: GeneGeneticInteraction
    domain_of:
    - GeneGeneticInteraction
    range: Allele
    required: false
  interactor_B_genetic_perturbation:
    name: interactor_B_genetic_perturbation
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    is_a: association_slot
    domain: GeneGeneticInteraction
    alias: interactor_B_genetic_perturbation
    owner: GeneGeneticInteraction
    domain_of:
    - GeneGeneticInteraction
    range: Allele
    required: false
  phenotypes_or_traits:
    name: phenotypes_or_traits
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    domain: GeneGeneticInteraction
    multivalued: true
    alias: phenotypes_or_traits
    owner: GeneGeneticInteraction
    domain_of:
    - GeneGeneticInteraction
    - GeneGeneticInteractionDTO
    range: string
    required: false
  unique_id:
    name: unique_id
    description: A non-curie unique identifier for a thing.
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    multivalued: false
    alias: unique_id
    owner: GeneGeneticInteraction
    domain_of:
    - Reagent
    - Exon
    - CodingSequence
    - Person
    - Annotation
    - ExperimentalCondition
    - ConditionRelation
    - ExpressionExperiment
    - GeneInteraction
    range: string
  interaction_id:
    name: interaction_id
    description: The unique primary identifier for the interaction. This should be
      the source (curation) database identifier, or if that is not available then
      the aggregation database identifier (e.g. IMEx)
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    domain: GeneInteraction
    alias: interaction_id
    owner: GeneGeneticInteraction
    domain_of:
    - GeneInteraction
    - GeneInteractionDTO
    range: string
    required: false
  cross_references:
    name: cross_references
    description: Additional identifier(s) of the interaction annotation other than
      the primary id.
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    singular_name: cross_reference
    multivalued: true
    alias: cross_references
    owner: GeneGeneticInteraction
    domain_of:
    - Antibody
    - AuthorReference
    - GenomicEntity
    - GenomeAssembly
    - OntologyTerm
    - ExternalDataBaseEntity
    - GeneInteraction
    range: CrossReference
  interaction_source:
    name: interaction_source
    description: The interaction database that curated the interaction. e.g. BioGRID
      An MITerm from the AGR interaction source subset of AGR terms.
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    alias: interaction_source
    owner: GeneGeneticInteraction
    domain_of:
    - GeneInteraction
    range: MITerm
    required: true
  interaction_type:
    name: interaction_type
    description: The type of interaction between the two genes or gene products. e.g.
      physical association. An MITerm from the AGR interaction type subset of MITerms
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    is_a: association_slot
    domain: GeneInteraction
    multivalued: false
    alias: interaction_type
    owner: GeneGeneticInteraction
    domain_of:
    - GeneInteraction
    range: MITerm
    required: true
  interactor_A_role:
    name: interactor_A_role
    description: An MITerm from the AGR interactor A role subset of MITerms
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    is_a: association_slot
    domain: GeneInteraction
    multivalued: true
    alias: interactor_A_role
    owner: GeneGeneticInteraction
    domain_of:
    - GeneInteraction
    range: MITerm
    required: false
  interactor_B_role:
    name: interactor_B_role
    description: An MITerm from the AGR interactor B role subset of MITerms
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    is_a: association_slot
    domain: GeneInteraction
    multivalued: true
    alias: interactor_B_role
    owner: GeneGeneticInteraction
    domain_of:
    - GeneInteraction
    range: MITerm
    required: false
  interactor_A_type:
    name: interactor_A_type
    description: An MITerm from the AGR interaction type subset of MITerms
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    is_a: association_slot
    domain: GeneInteraction
    multivalued: false
    alias: interactor_A_type
    owner: GeneGeneticInteraction
    domain_of:
    - GeneInteraction
    range: MITerm
    required: true
  interactor_B_type:
    name: interactor_B_type
    description: An MITerm from the AGR interaction type subset of MITerms
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    is_a: association_slot
    domain: GeneInteraction
    multivalued: false
    alias: interactor_B_type
    owner: GeneGeneticInteraction
    domain_of:
    - GeneInteraction
    range: MITerm
    required: true
  gene_association_subject:
    name: gene_association_subject
    description: the subject gene in the association. If the relation is symmetric,
      subject vs object is arbitrary. We allow a gene product to stand as a proxy
      for the gene or vice versa.
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    alias: gene_association_subject
    owner: GeneGeneticInteraction
    domain_of:
    - GeneGenomicLocationAssociation
    - GeneChromosomalLocationAssociation
    - GeneGeneticMapAssociation
    - GeneGeneAssociation
    - GenePathwayAssociation
    range: Gene
    required: true
  gene_gene_association_object:
    name: gene_gene_association_object
    description: the object gene in the association. If the relation is symmetric,
      subject vs object is arbitrary. We allow a gene product to stand as a proxy
      for the gene or vice versa.
    from_schema: https://github.com/alliance-genome/agr_persistent_schema/geneInteraction.yaml
    alias: gene_gene_association_object
    owner: GeneGeneticInteraction
    domain_of:
    - GeneGeneAssociation
    range: Gene
    required: true
  evidence:
    name: evidence
    description: The evidence that supports some assertion.
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    multivalued: true
    alias: evidence
    owner: GeneGeneticInteraction
    domain_of:
    - Note
    - SlotAnnotation
    - EvidenceAssociation
    range: InformationContentEntity
  relation:
    name: relation
    description: A high-level grouping for the relationship type. This is analogous
      to category for nodes. In RDF, this corresponds to rdf:predicate and in Neo4j
      this corresponds to the relationship type.
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    is_a: association_slot
    alias: relation
    owner: GeneGeneticInteraction
    domain_of:
    - ConstructComponentSlotAnnotation
    - Association
    subproperty_of: genetically_interacts_with
    symmetric: true
    range: string
    required: true
  created_by:
    name: created_by
    description: The individual that created the entity.
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    domain: AuditedObject
    multivalued: false
    alias: created_by
    owner: GeneGeneticInteraction
    domain_of:
    - AuditedObject
    range: Person
  date_created:
    name: date_created
    description: The date on which an entity was created. This can be applied to nodes
      or edges.
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    aliases:
    - creation_date
    exact_mappings:
    - dct:createdOn
    - WIKIDATA_PROPERTY:P577
    alias: date_created
    owner: GeneGeneticInteraction
    domain_of:
    - AuditedObject
    - AuditedObjectDTO
    range: datetime
  updated_by:
    name: updated_by
    description: The individual that last modified the entity.
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    domain: AuditedObject
    multivalued: false
    alias: updated_by
    owner: GeneGeneticInteraction
    domain_of:
    - AuditedObject
    range: Person
  date_updated:
    name: date_updated
    description: Date on which an entity was last modified.
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    aliases:
    - date_last_modified
    alias: date_updated
    owner: GeneGeneticInteraction
    domain_of:
    - AuditedObject
    - AuditedObjectDTO
    range: datetime
  db_date_created:
    name: db_date_created
    description: The date on which an entity was created in the Alliance database.  This
      is distinct from date_created, which represents the date when the entity was
      originally created (i.e. at the MOD for imported data).
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    alias: db_date_created
    owner: GeneGeneticInteraction
    domain_of:
    - AuditedObject
    - AuditedObjectDTO
    range: datetime
  db_date_updated:
    name: db_date_updated
    description: Date on which an entity was last modified in the Alliance database.  This
      is distinct from date_updated, which represents the date when the entity was
      last modified and may predate import into the Alliance database.
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    alias: db_date_updated
    owner: GeneGeneticInteraction
    domain_of:
    - AuditedObject
    - AuditedObjectDTO
    range: datetime
  internal:
    name: internal
    description: Classifies the entity as private (for internal use) or not (for public
      use).
    notes:
    - Default value is true.
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    alias: internal
    owner: GeneGeneticInteraction
    domain_of:
    - AuditedObject
    - AuditedObjectDTO
    range: boolean
    required: true
  obsolete:
    name: obsolete
    description: Entity is no longer current.
    notes:
    - Obsolete entities are preserved in the database for posterity but should not
      be publicly displayed.
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    alias: obsolete
    owner: GeneGeneticInteraction
    domain_of:
    - AuditedObject
    - AuditedObjectDTO
    range: boolean