Skip to content

GeneGeneticInteractionDTO

Ingest class for genetic interaction between genes (e.g. phenotypic suppression)

classDiagram GeneInteractionDTO <|-- GeneGeneticInteractionDTO GeneGeneticInteractionDTO : created_by_curie GeneGeneticInteractionDTO : cross_reference_dtos GeneGeneticInteractionDTO : date_created GeneGeneticInteractionDTO : date_updated GeneGeneticInteractionDTO : db_date_created GeneGeneticInteractionDTO : db_date_updated GeneGeneticInteractionDTO : evidence_curies GeneGeneticInteractionDTO : gene_relation_name GeneGeneticInteractionDTO : interaction_id GeneGeneticInteractionDTO : interaction_source_curie GeneGeneticInteractionDTO : interaction_type_curie GeneGeneticInteractionDTO : interactor_A_genetic_perturbation_curie GeneGeneticInteractionDTO : interactor_A_role_curie GeneGeneticInteractionDTO : interactor_A_type_curie GeneGeneticInteractionDTO : interactor_B_genetic_perturbation_curie GeneGeneticInteractionDTO : interactor_B_role_curie GeneGeneticInteractionDTO : interactor_B_type_curie GeneGeneticInteractionDTO : internal GeneGeneticInteractionDTO : object_gene_identifier GeneGeneticInteractionDTO : obsolete GeneGeneticInteractionDTO : phenotypes_or_traits GeneGeneticInteractionDTO : subject_gene_identifier GeneGeneticInteractionDTO : updated_by_curie

URI: alliance:GeneGeneticInteractionDTO

Parent Classes

Slots

Name Description
created_by_curie Curie of the Person object representing the individual that created the entity
cross_reference_dtos None
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_curies Curies of InformationContentEntity objects given as evidence
gene_relation_name Name of VocabularyTerm describing relationship between a subject entity and an object Gene
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_curie The interaction database that curated the interaction. e.g. BioGRID. Value is the curie of an MITerm from the AGR interaction source subset of AGR terms.
interaction_type_curie The type of interaction between the two genes or gene products. e.g. physical association. Value is the curie of an MITerm from the AGR interaction type subset of MITerms
interactor_A_genetic_perturbation_curie None
interactor_A_role_curie Curie of an MITerm from the AGR interactor A role subset of MITerm
interactor_A_type_curie Curie of an MITerm from the AGR interaction type subset of MITerms
interactor_B_genetic_perturbation_curie None
interactor_B_role_curie Curie of an MITerm from the AGR interactor B role subset of MITerms
interactor_B_type_curie Curie of an MITerm from the AGR interaction type subset of MITerms
internal Classifies the entity as private (for internal use) or not (for public use).
object_gene_identifier Identifier (curie/primary_external_id/mod_internal_id) of the object gene in a gene-to-gene association
obsolete Entity is no longer current.
phenotypes_or_traits None
subject_gene_identifier Identifier (curie/primary_external_id/mod_internal_id) of the subject gene in a gene-to-gene association
updated_by_curie Curie of the Person object representing the individual that updated the entity

Mappings

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

LinkML Specification

Direct

name: GeneGeneticInteractionDTO
description: Ingest class for genetic interaction between genes (e.g. phenotypic suppression)
from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
is_a: GeneInteractionDTO
slots:
- interactor_A_genetic_perturbation_curie
- interactor_B_genetic_perturbation_curie
- phenotypes_or_traits
slot_usage:
  gene_relation_name:
    name: gene_relation_name
    domain_of:
    - GeneGeneAssociationDTO
    subproperty_of: genetically_interacts_with

Induced

name: GeneGeneticInteractionDTO
description: Ingest class for genetic interaction between genes (e.g. phenotypic suppression)
from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
is_a: GeneInteractionDTO
slot_usage:
  gene_relation_name:
    name: gene_relation_name
    domain_of:
    - GeneGeneAssociationDTO
    subproperty_of: genetically_interacts_with
attributes:
  interactor_A_genetic_perturbation_curie:
    name: interactor_A_genetic_perturbation_curie
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    domain: GeneGeneticInteractionDTO
    alias: interactor_A_genetic_perturbation_curie
    owner: GeneGeneticInteractionDTO
    domain_of:
    - GeneGeneticInteractionDTO
    range: string
  interactor_B_genetic_perturbation_curie:
    name: interactor_B_genetic_perturbation_curie
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    domain: GeneGeneticInteractionDTO
    alias: interactor_B_genetic_perturbation_curie
    owner: GeneGeneticInteractionDTO
    domain_of:
    - GeneGeneticInteractionDTO
    range: string
  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: GeneGeneticInteractionDTO
    domain_of:
    - GeneGeneticInteraction
    - GeneGeneticInteractionDTO
    range: string
    required: false
  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: GeneGeneticInteractionDTO
    domain_of:
    - GeneInteraction
    - GeneInteractionDTO
    range: string
    required: false
  cross_reference_dtos:
    name: cross_reference_dtos
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    multivalued: true
    alias: cross_reference_dtos
    owner: GeneGeneticInteractionDTO
    domain_of:
    - AntibodyDTO
    - GenomicEntityDTO
    - GenomeAssemblyDTO
    - ExternalDataBaseEntityDTO
    - GeneInteractionDTO
    range: CrossReferenceDTO
    inlined: true
    inlined_as_list: true
  interaction_source_curie:
    name: interaction_source_curie
    description: The interaction database that curated the interaction. e.g. BioGRID.
      Value is the curie of 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_curie
    owner: GeneGeneticInteractionDTO
    domain_of:
    - GeneInteractionDTO
    range: string
    required: true
  interaction_type_curie:
    name: interaction_type_curie
    description: The type of interaction between the two genes or gene products. e.g.
      physical association. Value is the curie of an MITerm from the AGR interaction
      type subset of MITerms
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    domain: GeneInteractionDTO
    alias: interaction_type_curie
    owner: GeneGeneticInteractionDTO
    domain_of:
    - GeneInteractionDTO
    range: string
    required: true
  interactor_A_role_curie:
    name: interactor_A_role_curie
    description: Curie of an MITerm from the AGR interactor A role subset of MITerm
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    domain: GeneInteractionDTO
    multivalued: true
    alias: interactor_A_role_curie
    owner: GeneGeneticInteractionDTO
    domain_of:
    - GeneInteractionDTO
    range: string
    required: false
  interactor_B_role_curie:
    name: interactor_B_role_curie
    description: Curie of an MITerm from the AGR interactor B role subset of MITerms
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    domain: GeneInteractionDTO
    multivalued: true
    alias: interactor_B_role_curie
    owner: GeneGeneticInteractionDTO
    domain_of:
    - GeneInteractionDTO
    range: string
    required: false
  interactor_A_type_curie:
    name: interactor_A_type_curie
    description: Curie of an MITerm from the AGR interaction type subset of MITerms
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    domain: GeneInteractionDTO
    multivalued: false
    alias: interactor_A_type_curie
    owner: GeneGeneticInteractionDTO
    domain_of:
    - GeneInteractionDTO
    range: string
    required: true
  interactor_B_type_curie:
    name: interactor_B_type_curie
    description: Curie of an MITerm from the AGR interaction type subset of MITerms
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    domain: GeneInteractionDTO
    multivalued: false
    alias: interactor_B_type_curie
    owner: GeneGeneticInteractionDTO
    domain_of:
    - GeneInteractionDTO
    range: string
    required: true
  subject_gene_identifier:
    name: subject_gene_identifier
    description: Identifier (curie/primary_external_id/mod_internal_id) of the subject
      gene in a gene-to-gene association
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    domain: GeneGeneAssociationDTO
    alias: subject_gene_identifier
    owner: GeneGeneticInteractionDTO
    domain_of:
    - GeneGeneAssociationDTO
    range: string
    required: true
  gene_relation_name:
    name: gene_relation_name
    description: Name of VocabularyTerm describing relationship between a subject
      entity and an object Gene
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    alias: gene_relation_name
    owner: GeneGeneticInteractionDTO
    domain_of:
    - GeneGeneAssociationDTO
    subproperty_of: genetically_interacts_with
    range: string
    required: true
  object_gene_identifier:
    name: object_gene_identifier
    description: Identifier (curie/primary_external_id/mod_internal_id) of the object
      gene in a gene-to-gene association
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    domain: GeneGeneAssociationDTO
    alias: object_gene_identifier
    owner: GeneGeneticInteractionDTO
    domain_of:
    - GeneGeneAssociationDTO
    range: string
    required: true
  evidence_curies:
    name: evidence_curies
    description: Curies of InformationContentEntity objects given as evidence
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    multivalued: true
    alias: evidence_curies
    owner: GeneGeneticInteractionDTO
    domain_of:
    - NoteDTO
    - SlotAnnotationDTO
    - EvidenceAssociationDTO
    - GeneGeneAssociationDTO
    range: string
  created_by_curie:
    name: created_by_curie
    description: Curie of the Person object representing the individual that created
      the entity
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    domain: AuditedObjectDTO
    alias: created_by_curie
    owner: GeneGeneticInteractionDTO
    domain_of:
    - AuditedObjectDTO
    range: string
  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: GeneGeneticInteractionDTO
    domain_of:
    - AuditedObject
    - AuditedObjectDTO
    range: datetime
  updated_by_curie:
    name: updated_by_curie
    description: Curie of the Person object representing the individual that updated
      the entity
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    domain: AuditedObjectDTO
    alias: updated_by_curie
    owner: GeneGeneticInteractionDTO
    domain_of:
    - AuditedObjectDTO
    range: string
  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: GeneGeneticInteractionDTO
    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: GeneGeneticInteractionDTO
    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: GeneGeneticInteractionDTO
    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: GeneGeneticInteractionDTO
    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: GeneGeneticInteractionDTO
    domain_of:
    - AuditedObject
    - AuditedObjectDTO
    range: boolean