Skip to content

Class: MHCAllele

Default MHCAllele description

URI: https://github.com/vdjserver/vdjserver-airr-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

Mappings

Mapping Type Mapped Value
self https://github.com/vdjserver/vdjserver-airr-schema/MHCAllele
native https://github.com/vdjserver/vdjserver-airr-schema/MHCAllele

LinkML Source

Direct

name: MHCAllele
description: Default MHCAllele description
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
is_a: AIRRStandards
slots:
- allele_designation
- gene
- reference_set_ref

Induced

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