Class: MHCGenotypeSet
Default MHCGenotypeSet description
URI: https://github.com/vdjserver/vdjserver-airr-schema/MHCGenotypeSet
classDiagram
class MHCGenotypeSet
click MHCGenotypeSet href "../MHCGenotypeSet/"
AIRRStandards <|-- MHCGenotypeSet
click AIRRStandards href "../AIRRStandards/"
MHCGenotypeSet : mhc_genotype_list
MHCGenotypeSet --> "*" MHCGenotype : mhc_genotype_list
click MHCGenotype href "../MHCGenotype/"
MHCGenotypeSet : mhc_genotype_set_id
Inheritance
- AIRRStandards
- MHCGenotypeSet
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| mhc_genotype_set_id | 0..1 String |
A unique identifier for this MHCGenotypeSet | direct |
| mhc_genotype_list | * MHCGenotype |
List of MHCGenotypes included in this set | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| SubjectGenotype | mhc_genotype_set | range | MHCGenotypeSet |
Identifier and Mapping Information
Schema Source
- from schema: https://github.com/vdjserver/vdjserver-airr-schema
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | https://github.com/vdjserver/vdjserver-airr-schema/MHCGenotypeSet |
| native | https://github.com/vdjserver/vdjserver-airr-schema/MHCGenotypeSet |
LinkML Source
Direct
name: MHCGenotypeSet
description: Default MHCGenotypeSet description
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
is_a: AIRRStandards
slots:
- mhc_genotype_set_id
- mhc_genotype_list
Induced
name: MHCGenotypeSet
description: Default MHCGenotypeSet description
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
is_a: AIRRStandards
attributes:
mhc_genotype_set_id:
name: mhc_genotype_set_id
description: A unique identifier for this MHCGenotypeSet
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
rank: 1000
owner: MHCGenotypeSet
domain_of:
- MHCGenotypeSet
range: string
mhc_genotype_list:
name: mhc_genotype_list
description: List of MHCGenotypes included in this set
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
rank: 1000
owner: MHCGenotypeSet
domain_of:
- MHCGenotypeSet
range: MHCGenotype
multivalued: true