Skip to content

Class: SubjectGenotype

URI: ak_schema:SubjectGenotype

classDiagram class SubjectGenotype click SubjectGenotype href "../SubjectGenotype" AIRRStandards <|-- SubjectGenotype click AIRRStandards href "../AIRRStandards" SubjectGenotype : mhc_genotype_set SubjectGenotype --> "0..1" MHCGenotypeSet : mhc_genotype_set click MHCGenotypeSet href "../MHCGenotypeSet" SubjectGenotype : receptor_genotype_set SubjectGenotype --> "0..1" GenotypeSet : receptor_genotype_set click GenotypeSet href "../GenotypeSet"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
receptor_genotype_set 0..1
GenotypeSet
Immune receptor genotype set for this subject direct
mhc_genotype_set 0..1
MHCGenotypeSet
MHC genotype set for this subject direct

Usages

used by used in type used
Subject genotype range SubjectGenotype

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: SubjectGenotype
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: AIRRStandards
slots:
- receptor_genotype_set
- mhc_genotype_set

Induced

name: SubjectGenotype
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: AIRRStandards
attributes:
  receptor_genotype_set:
    name: receptor_genotype_set
    annotations:
      nullable:
        tag: nullable
        value: true
    description: Immune receptor genotype set for this subject.
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    alias: receptor_genotype_set
    owner: SubjectGenotype
    domain_of:
    - SubjectGenotype
    range: GenotypeSet
  mhc_genotype_set:
    name: mhc_genotype_set
    annotations:
      nullable:
        tag: nullable
        value: true
    description: MHC genotype set for this subject.
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    alias: mhc_genotype_set
    owner: SubjectGenotype
    domain_of:
    - SubjectGenotype
    range: MHCGenotypeSet