Class: 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/airr-knowledge/ak-schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | ak_schema:MHCGenotypeSet |
native | ak_schema:MHCGenotypeSet |
LinkML Source
Direct
name: MHCGenotypeSet
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: AIRRStandards
slots:
- mhc_genotype_set_id
- mhc_genotype_list
Induced
name: MHCGenotypeSet
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: AIRRStandards
attributes:
mhc_genotype_set_id:
name: mhc_genotype_set_id
annotations:
nullable:
tag: nullable
value: true
description: A unique identifier for this MHCGenotypeSet
from_schema: https://github.com/airr-knowledge/ak-schema
rank: 1000
alias: mhc_genotype_set_id
owner: MHCGenotypeSet
domain_of:
- MHCGenotypeSet
range: string
mhc_genotype_list:
name: mhc_genotype_list
annotations:
nullable:
tag: nullable
value: true
description: List of MHCGenotypes included in this set
from_schema: https://github.com/airr-knowledge/ak-schema
rank: 1000
alias: mhc_genotype_list
owner: MHCGenotypeSet
domain_of:
- MHCGenotypeSet
range: MHCGenotype
multivalued: true