Skip to content

GeneMolecularInteractionDTO

Ingest class for a physical molecular interaction between gene products (e.g. protein-protein interactions or protein-RNA interactions) or between genes and DNA-binding factors (e.g. protein-DNA interactions)

classDiagram GeneInteractionDTO <|-- GeneMolecularInteractionDTO GeneMolecularInteractionDTO : aggregation_database_curie GeneMolecularInteractionDTO : created_by_curie GeneMolecularInteractionDTO : cross_reference_dtos GeneMolecularInteractionDTO : date_created GeneMolecularInteractionDTO : date_updated GeneMolecularInteractionDTO : db_date_created GeneMolecularInteractionDTO : db_date_updated GeneMolecularInteractionDTO : detection_method_curie GeneMolecularInteractionDTO : evidence_curies GeneMolecularInteractionDTO : gene_relation_name GeneMolecularInteractionDTO : interaction_id GeneMolecularInteractionDTO : interaction_source_curie GeneMolecularInteractionDTO : interaction_type_curie GeneMolecularInteractionDTO : interactor_A_role_curie GeneMolecularInteractionDTO : interactor_A_type_curie GeneMolecularInteractionDTO : interactor_B_role_curie GeneMolecularInteractionDTO : interactor_B_type_curie GeneMolecularInteractionDTO : internal GeneMolecularInteractionDTO : object_gene_identifier GeneMolecularInteractionDTO : obsolete GeneMolecularInteractionDTO : subject_gene_identifier GeneMolecularInteractionDTO : updated_by_curie

URI: alliance:GeneMolecularInteractionDTO

Parent Classes

Slots

Name Description
aggregation_database_curie The database that collected the interaction annotation from another resource and aggregated it into a consolidated resource, e.g. IMEx. Value is the curie of an MITerm from the AGR aggregation database subset of MITerms.
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.
detection_method_curie The experimental method used to identify the physical interaction between two molecules. Value is the curie of an MITerm from the AGR detection method subset of MITerms.
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_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_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.
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:GeneMolecularInteractionDTO']
native ['alliance:GeneMolecularInteractionDTO']

LinkML Specification

Direct

name: GeneMolecularInteractionDTO
description: Ingest class for a physical molecular interaction between gene products
  (e.g. protein-protein interactions or protein-RNA interactions) or between genes
  and DNA-binding factors (e.g. protein-DNA interactions)
from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
is_a: GeneInteractionDTO
slots:
- aggregation_database_curie
- detection_method_curie
slot_usage:
  gene_relation_name:
    name: gene_relation_name
    domain_of:
    - GeneGeneAssociationDTO
    subproperty_of: physically_interacts_with
    symmetric: true

Induced

name: GeneMolecularInteractionDTO
description: Ingest class for a physical molecular interaction between gene products
  (e.g. protein-protein interactions or protein-RNA interactions) or between genes
  and DNA-binding factors (e.g. protein-DNA interactions)
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: physically_interacts_with
    symmetric: true
attributes:
  aggregation_database_curie:
    name: aggregation_database_curie
    description: The database that collected the interaction annotation from another
      resource and aggregated it into a consolidated resource, e.g. IMEx.  Value is
      the curie of an MITerm from the AGR aggregation database subset of MITerms.
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    alias: aggregation_database_curie
    owner: GeneMolecularInteractionDTO
    domain_of:
    - GeneMolecularInteractionDTO
    range: string
  detection_method_curie:
    name: detection_method_curie
    description: The experimental method used to identify the physical interaction
      between two molecules. Value is the curie of an MITerm from the AGR detection
      method subset of MITerms.
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    alias: detection_method_curie
    owner: GeneMolecularInteractionDTO
    domain_of:
    - GeneMolecularInteractionDTO
    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: GeneMolecularInteractionDTO
    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: GeneMolecularInteractionDTO
    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: GeneMolecularInteractionDTO
    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: GeneMolecularInteractionDTO
    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: GeneMolecularInteractionDTO
    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: GeneMolecularInteractionDTO
    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: GeneMolecularInteractionDTO
    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: GeneMolecularInteractionDTO
    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: GeneMolecularInteractionDTO
    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: GeneMolecularInteractionDTO
    domain_of:
    - GeneGeneAssociationDTO
    subproperty_of: physically_interacts_with
    symmetric: true
    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: GeneMolecularInteractionDTO
    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: GeneMolecularInteractionDTO
    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: GeneMolecularInteractionDTO
    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: GeneMolecularInteractionDTO
    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: GeneMolecularInteractionDTO
    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: GeneMolecularInteractionDTO
    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: GeneMolecularInteractionDTO
    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: GeneMolecularInteractionDTO
    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: GeneMolecularInteractionDTO
    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: GeneMolecularInteractionDTO
    domain_of:
    - AuditedObject
    - AuditedObjectDTO
    range: boolean