Class: GenotypeSet
classDiagram
class GenotypeSet
click GenotypeSet href "../GenotypeSet"
AIRRStandards <|-- GenotypeSet
click AIRRStandards href "../AIRRStandards"
GenotypeSet <|-- AIRRGenotypeData
click AIRRGenotypeData href "../AIRRGenotypeData"
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/airr-knowledge/ak-schema
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | ak_schema:GenotypeSet |
| native | ak_schema:GenotypeSet |
LinkML Source
Direct
name: GenotypeSet
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: AIRRStandards
slots:
- receptor_genotype_set_id
- genotype_class_list
Induced
name: GenotypeSet
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: AIRRStandards
attributes:
receptor_genotype_set_id:
name: receptor_genotype_set_id
annotations:
nullable:
tag: nullable
value: true
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/airr-knowledge/ak-schema
rank: 1000
alias: receptor_genotype_set_id
owner: GenotypeSet
domain_of:
- GenotypeSet
range: string
genotype_class_list:
name: genotype_class_list
annotations:
nullable:
tag: nullable
value: true
description: List of Genotypes included in this Receptor Genotype Set.
from_schema: https://github.com/airr-knowledge/ak-schema
rank: 1000
alias: genotype_class_list
owner: GenotypeSet
domain_of:
- GenotypeSet
range: Genotype
multivalued: true