Skip to content

Class: SubjectGenotype

Default SubjectGenotype description

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

Mappings

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

LinkML Source

Direct

name: SubjectGenotype
description: Default SubjectGenotype description
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
is_a: AIRRStandards
slots:
- receptor_genotype_set
- mhc_genotype_set

Induced

name: SubjectGenotype
description: Default SubjectGenotype description
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
is_a: AIRRStandards
attributes:
  receptor_genotype_set:
    name: receptor_genotype_set
    description: Immune receptor genotype set for this subject.
    from_schema: https://github.com/vdjserver/vdjserver-airr-schema
    rank: 1000
    owner: SubjectGenotype
    domain_of:
    - SubjectGenotype
    range: GenotypeSet
  mhc_genotype_set:
    name: mhc_genotype_set
    description: MHC genotype set for this subject.
    from_schema: https://github.com/vdjserver/vdjserver-airr-schema
    rank: 1000
    owner: SubjectGenotype
    domain_of:
    - SubjectGenotype
    range: MHCGenotypeSet