Class: GenotypeSet
Default GenotypeSet description
URI: https://github.com/vdjserver/vdjserver-airr-schema/GenotypeSet
classDiagram
class GenotypeSet
click GenotypeSet href "../GenotypeSet/"
AIRRStandards <|-- GenotypeSet
click AIRRStandards href "../AIRRStandards/"
GenotypeSet : genotype_class_list
GenotypeSet --> "*" Genotype : genotype_class_list
click Genotype href "../Genotype/"
GenotypeSet : receptor_genotype_set_id
Inheritance
- AIRRStandards
- GenotypeSet
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| receptor_genotype_set_id | 0..1 String |
A unique identifier for this Receptor Genotype Set, typically generated by th... | direct |
| genotype_class_list | * Genotype |
List of Genotypes included in this Receptor Genotype Set | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| SubjectGenotype | receptor_genotype_set | range | GenotypeSet |
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/GenotypeSet |
| native | https://github.com/vdjserver/vdjserver-airr-schema/GenotypeSet |
LinkML Source
Direct
name: GenotypeSet
description: Default GenotypeSet description
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
is_a: AIRRStandards
slots:
- receptor_genotype_set_id
- genotype_class_list
Induced
name: GenotypeSet
description: Default GenotypeSet description
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
is_a: AIRRStandards
attributes:
receptor_genotype_set_id:
name: receptor_genotype_set_id
description: A unique identifier for this Receptor Genotype Set, typically generated
by the repository hosting the schema, for example from the underlying ID of
the database record.
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
rank: 1000
owner: GenotypeSet
domain_of:
- GenotypeSet
range: string
genotype_class_list:
name: genotype_class_list
description: List of Genotypes included in this Receptor Genotype Set.
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
rank: 1000
owner: GenotypeSet
domain_of:
- GenotypeSet
range: Genotype
multivalued: true