Skip to content

Class: MHCAllele

URI: ak_schema:MHCAllele

classDiagram class MHCAllele click MHCAllele href "../MHCAllele" AIRRStandards <|-- MHCAllele click AIRRStandards href "../AIRRStandards" MHCAllele : allele_designation MHCAllele : gene MHCAllele --> "0..1" GeneOntology : gene click GeneOntology href "../GeneOntology" MHCAllele : reference_set_ref

Inheritance

Slots

Name Cardinality and Range Description Inheritance
allele_designation 0..1
String
direct
gene 0..1
GeneOntology
The MHC gene to which the described allele belongs direct
reference_set_ref 0..1
String
Repository and list from which it was taken (issuer/name/version) direct

Usages

used by used in type used
MHCGenotype mhc_alleles range MHCAllele

Identifier and Mapping Information

Schema Source

  • from schema: https://github.com/airr-knowledge/ak-schema

Mappings

Mapping Type Mapped Value
self ak_schema:MHCAllele
native ak_schema:MHCAllele

LinkML Source

Direct

name: MHCAllele
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: AIRRStandards
slots:
- allele_designation
- gene
- reference_set_ref

Induced

name: MHCAllele
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: AIRRStandards
attributes:
  allele_designation:
    name: allele_designation
    annotations:
      nullable:
        tag: nullable
        value: true
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    alias: allele_designation
    owner: MHCAllele
    domain_of:
    - AlleleDescription
    - MHCAllele
    range: string
  gene:
    name: gene
    annotations:
      nullable:
        tag: nullable
        value: true
    description: The MHC gene to which the described allele belongs
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    alias: gene
    owner: MHCAllele
    domain_of:
    - MHCAllele
    range: GeneOntology
  reference_set_ref:
    name: reference_set_ref
    annotations:
      nullable:
        tag: nullable
        value: true
    description: Repository and list from which it was taken (issuer/name/version)
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    alias: reference_set_ref
    owner: MHCAllele
    domain_of:
    - MHCAllele
    range: string