Skip to content

AlleleDiseaseAnnotationDTO

Ingest class for an association between an allele and a disease

classDiagram DiseaseAnnotationDTO <|-- AlleleDiseaseAnnotationDTO AlleleDiseaseAnnotationDTO : allele_identifier AlleleDiseaseAnnotationDTO : annotation_type_name AlleleDiseaseAnnotationDTO : asserted_gene_identifiers AlleleDiseaseAnnotationDTO : condition_relation_dtos AlleleDiseaseAnnotationDTO : created_by_curie AlleleDiseaseAnnotationDTO : data_provider_dto AlleleDiseaseAnnotationDTO : date_created AlleleDiseaseAnnotationDTO : date_updated AlleleDiseaseAnnotationDTO : db_date_created AlleleDiseaseAnnotationDTO : db_date_updated AlleleDiseaseAnnotationDTO : disease_genetic_modifier_identifiers AlleleDiseaseAnnotationDTO : disease_genetic_modifier_relation_name AlleleDiseaseAnnotationDTO : disease_qualifier_names AlleleDiseaseAnnotationDTO : disease_relation_name AlleleDiseaseAnnotationDTO : do_term_curie AlleleDiseaseAnnotationDTO : evidence_code_curies AlleleDiseaseAnnotationDTO : genetic_sex_name AlleleDiseaseAnnotationDTO : inferred_gene_identifier AlleleDiseaseAnnotationDTO : internal AlleleDiseaseAnnotationDTO : mod_internal_id AlleleDiseaseAnnotationDTO : negated AlleleDiseaseAnnotationDTO : note_dtos AlleleDiseaseAnnotationDTO : obsolete AlleleDiseaseAnnotationDTO : primary_external_id AlleleDiseaseAnnotationDTO : reference_curie AlleleDiseaseAnnotationDTO : secondary_data_provider_dto AlleleDiseaseAnnotationDTO : updated_by_curie AlleleDiseaseAnnotationDTO : with_gene_identifiers

URI: alliance:AlleleDiseaseAnnotationDTO

Parent Classes

Slots

Name Description
allele_identifier Identifier (curie/primary_external_id/mod_internal_id) of the allele
annotation_type_name Name of the VocabularyTerm describing the annotation type selected from the 'Annotation types' Vocabulary
asserted_gene_identifiers Identifiers (curie/primary_external_id/mod_internal_id) of the gene(s) to which something is manually asserted to be associated
condition_relation_dtos None
created_by_curie Curie of the Person object representing the individual that created the entity
data_provider_dto Ingest object representing the organization (e.g. MOD) from which the data was sourced and a CrossReference to that organisation's site
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.
disease_genetic_modifier_identifiers Identifiers (curie/primary_external_id/mod_internal_id) of Gene, Allele or AGM that modifies the disease model
disease_genetic_modifier_relation_name Name of the VocabularyTerm that describes how the genetic modifier modifies the disease model, selected from the 'Disease genetic modifier relations' Vocabulary.
disease_qualifier_names Names of terms from the 'Disease qualifiers' vocabulary
disease_relation_name Name of term from 'Disease Relation Vocabulary' vocabulary
do_term_curie Curie of DOTerm describing the disease
evidence_code_curies List of ECOTerm curies
genetic_sex_name Name of term from the 'Genetic sexes' vocabulary
inferred_gene_identifier Identifier (curie/primary_external_id/mod_internal_id) of gene to which something is inferred to be associated via an automated pipeline
internal Classifies the entity as private (for internal use) or not (for public use).
mod_internal_id The model organism database (MOD) internal identifier for the object
negated if set to true, then the association is negated i.e. is not true
note_dtos None
obsolete Entity is no longer current.
primary_external_id The primary external (non-Alliance) database identifier/curie for the object. Note that this may be an external (non-Alliance member) identifier for an object, like a UniProt ID for a protein, and may act as the MOD's/Alliance member's primary key for the entity.
reference_curie External reference curie used for ingest
secondary_data_provider_dto Ingest object representing organization (e.g. MOD) that provided the data directly to the Alliance, but not the original source, and a CrossReference to that organisation's site
updated_by_curie Curie of the Person object representing the individual that updated the entity
with_gene_identifiers Identifier (curie/primary_external_id/mod_internal_id) of genes http://geneontology.org/docs/go-annotation-file-gaf-format-2.2/#with-or-from-column-8

Mappings

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

LinkML Specification

Direct

name: AlleleDiseaseAnnotationDTO
description: Ingest class for an association between an allele and a disease
from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
is_a: DiseaseAnnotationDTO
slots:
- allele_identifier
- inferred_gene_identifier
- asserted_gene_identifiers

Induced

name: AlleleDiseaseAnnotationDTO
description: Ingest class for an association between an allele and a disease
from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
is_a: DiseaseAnnotationDTO
attributes:
  allele_identifier:
    name: allele_identifier
    description: Identifier (curie/primary_external_id/mod_internal_id) of the allele
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    alias: allele_identifier
    owner: AlleleDiseaseAnnotationDTO
    domain_of:
    - AlleleCellLineAssociationDTO
    - AlleleGenerationMethodAssociationDTO
    - AlleleGenomicEntityAssociationDTO
    - AlleleImageAssociationDTO
    - AlleleOriginAssociationDTO
    - AffectedGenomicModelComponentDTO
    - AllelePhenotypeAnnotationDTO
    - AlleleDiseaseAnnotationDTO
    - BioSampleGenomicInformationDTO
    range: string
    required: true
  inferred_gene_identifier:
    name: inferred_gene_identifier
    description: Identifier (curie/primary_external_id/mod_internal_id) of gene to
      which something is inferred to be associated via an automated pipeline
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    alias: inferred_gene_identifier
    owner: AlleleDiseaseAnnotationDTO
    domain_of:
    - AllelePhenotypeAnnotationDTO
    - AGMPhenotypeAnnotationDTO
    - AlleleDiseaseAnnotationDTO
    - AGMDiseaseAnnotationDTO
    range: string
  asserted_gene_identifiers:
    name: asserted_gene_identifiers
    description: Identifiers (curie/primary_external_id/mod_internal_id) of the gene(s)
      to which something is manually asserted to be associated
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    multivalued: true
    alias: asserted_gene_identifiers
    owner: AlleleDiseaseAnnotationDTO
    domain_of:
    - AllelePhenotypeAnnotationDTO
    - AGMPhenotypeAnnotationDTO
    - AlleleDiseaseAnnotationDTO
    - AGMDiseaseAnnotationDTO
    range: string
  disease_relation_name:
    name: disease_relation_name
    description: Name of term from 'Disease Relation Vocabulary' vocabulary
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    domain: DiseaseAnnotationDTO
    alias: disease_relation_name
    owner: AlleleDiseaseAnnotationDTO
    domain_of:
    - DiseaseAnnotationDTO
    range: string
    required: true
  do_term_curie:
    name: do_term_curie
    description: Curie of DOTerm describing the disease
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    domain: DiseaseAnnotationDTO
    alias: do_term_curie
    owner: AlleleDiseaseAnnotationDTO
    domain_of:
    - DiseaseAnnotationDTO
    range: string
    required: true
  negated:
    name: negated
    description: if set to true, then the association is negated i.e. is not true
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    alias: negated
    owner: AlleleDiseaseAnnotationDTO
    domain_of:
    - DiseaseAnnotation
    - DiseaseAnnotationDTO
    - ExpressionAnnotation
    range: boolean
  evidence_code_curies:
    name: evidence_code_curies
    description: List of ECOTerm curies
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    multivalued: true
    alias: evidence_code_curies
    owner: AlleleDiseaseAnnotationDTO
    domain_of:
    - DiseaseAnnotationDTO
    range: string
  annotation_type_name:
    name: annotation_type_name
    description: Name of the VocabularyTerm describing the annotation type selected
      from the 'Annotation types' Vocabulary
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    domain: DiseaseAnnotationDTO
    alias: annotation_type_name
    owner: AlleleDiseaseAnnotationDTO
    domain_of:
    - DiseaseAnnotationDTO
    range: string
  with_gene_identifiers:
    name: with_gene_identifiers
    description: Identifier (curie/primary_external_id/mod_internal_id) of genes http://geneontology.org/docs/go-annotation-file-gaf-format-2.2/#with-or-from-column-8
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    multivalued: true
    alias: with_gene_identifiers
    owner: AlleleDiseaseAnnotationDTO
    domain_of:
    - DiseaseAnnotationDTO
    range: string
  disease_qualifier_names:
    name: disease_qualifier_names
    description: Names of terms from the 'Disease qualifiers' vocabulary
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    domain: DiseaseAnnotationDTO
    multivalued: true
    alias: disease_qualifier_names
    owner: AlleleDiseaseAnnotationDTO
    domain_of:
    - DiseaseAnnotationDTO
    range: string
  genetic_sex_name:
    name: genetic_sex_name
    description: Name of term from the 'Genetic sexes' vocabulary
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    domain: DiseaseAnnotationDTO
    alias: genetic_sex_name
    owner: AlleleDiseaseAnnotationDTO
    domain_of:
    - DiseaseAnnotationDTO
    range: string
  secondary_data_provider_dto:
    name: secondary_data_provider_dto
    description: Ingest object representing organization (e.g. MOD) that provided
      the data directly to the Alliance, but not the original source, and a CrossReference
      to that organisation's site
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    multivalued: false
    alias: secondary_data_provider_dto
    owner: AlleleDiseaseAnnotationDTO
    domain_of:
    - DiseaseAnnotationDTO
    range: DataProviderDTO
    inlined: true
  disease_genetic_modifier_identifiers:
    name: disease_genetic_modifier_identifiers
    description: Identifiers (curie/primary_external_id/mod_internal_id) of Gene,
      Allele or AGM that modifies the disease model
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    domain: DiseaseAnnotationDTO
    multivalued: true
    alias: disease_genetic_modifier_identifiers
    owner: AlleleDiseaseAnnotationDTO
    domain_of:
    - DiseaseAnnotationDTO
    range: string
  disease_genetic_modifier_relation_name:
    name: disease_genetic_modifier_relation_name
    description: Name of the VocabularyTerm that describes how the genetic modifier
      modifies the disease model, selected from the 'Disease genetic modifier relations'
      Vocabulary.
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    domain: DiseaseAnnotationDTO
    multivalued: false
    alias: disease_genetic_modifier_relation_name
    owner: AlleleDiseaseAnnotationDTO
    domain_of:
    - DiseaseAnnotationDTO
    range: string
  mod_internal_id:
    name: mod_internal_id
    description: The model organism database (MOD) internal identifier for the object
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    alias: mod_internal_id
    owner: AlleleDiseaseAnnotationDTO
    domain_of:
    - SubmittedObject
    - SubmittedObjectDTO
    - Annotation
    - AnnotationDTO
    range: string
  primary_external_id:
    name: primary_external_id
    description: The primary external (non-Alliance) database identifier/curie for
      the object. Note that this may be an external (non-Alliance member) identifier
      for an object, like a UniProt ID for a protein, and may act as the MOD's/Alliance
      member's primary key for the entity.
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    alias: primary_external_id
    owner: AlleleDiseaseAnnotationDTO
    domain_of:
    - SubmittedObject
    - SubmittedObjectDTO
    - Person
    - Annotation
    - AnnotationDTO
    range: string
  note_dtos:
    name: note_dtos
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    multivalued: true
    alias: note_dtos
    owner: AlleleDiseaseAnnotationDTO
    domain_of:
    - VariantDTO
    - AlleleDTO
    - AntibodyDTO
    - ConstructComponentSlotAnnotationDTO
    - ConstructGenomicEntityAssociationDTO
    - GeneDTO
    - AnnotationDTO
    - HTPExpressionDatasetSampleAnnotationDTO
    range: NoteDTO
    inlined: true
    inlined_as_list: true
  data_provider_dto:
    name: data_provider_dto
    description: Ingest object representing the organization (e.g. MOD) from which
      the data was sourced and a CrossReference to that organisation's site
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    multivalued: false
    alias: data_provider_dto
    owner: AlleleDiseaseAnnotationDTO
    domain_of:
    - SubmittedObjectDTO
    - ChromosomeDTO
    - AssemblyComponentDTO
    - AnnotationDTO
    range: DataProviderDTO
    required: true
    inlined: true
  condition_relation_dtos:
    name: condition_relation_dtos
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    multivalued: true
    alias: condition_relation_dtos
    owner: AlleleDiseaseAnnotationDTO
    domain_of:
    - AnnotationDTO
    range: ConditionRelationDTO
    inlined: true
    inlined_as_list: true
  reference_curie:
    name: reference_curie
    description: External reference curie used for ingest
    from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
    alias: reference_curie
    owner: AlleleDiseaseAnnotationDTO
    domain_of:
    - SourceVariantGenomicLocationAssociationDTO
    - SourceVariantTranscriptLocationAssociationDTO
    - SourceVariantPolypeptideLocationAssociationDTO
    - SingleReferenceAssociationDTO
    - ConditionRelationDTO
    range: string
    required: true
  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: AlleleDiseaseAnnotationDTO
    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: AlleleDiseaseAnnotationDTO
    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: AlleleDiseaseAnnotationDTO
    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: AlleleDiseaseAnnotationDTO
    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: AlleleDiseaseAnnotationDTO
    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: AlleleDiseaseAnnotationDTO
    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: AlleleDiseaseAnnotationDTO
    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: AlleleDiseaseAnnotationDTO
    domain_of:
    - AuditedObject
    - AuditedObjectDTO
    range: boolean