Class: RepertoireGroup
URI: ak_schema:RepertoireGroup
classDiagram
class RepertoireGroup
click RepertoireGroup href "../RepertoireGroup"
AIRRStandards <|-- RepertoireGroup
click AIRRStandards href "../AIRRStandards"
RepertoireGroup : repertoire_group_description
RepertoireGroup : repertoire_group_id
RepertoireGroup : repertoire_group_name
RepertoireGroup : repertoires
RepertoireGroup --> "*" RepertoireGroupDetail : repertoires
click RepertoireGroupDetail href "../RepertoireGroupDetail"
Inheritance
- AIRRStandards
- RepertoireGroup
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
repertoire_group_id | 0..1 String |
Identifier for this repertoire collection | direct |
repertoire_group_name | 0..1 String |
Short display name for this repertoire collection | direct |
repertoire_group_description | 0..1 String |
Repertoire collection description | direct |
repertoires | * RepertoireGroupDetail |
List of repertoires in this collection with an associated description and tim... | direct |
Identifier and Mapping Information
Schema Source
- from schema: https://github.com/airr-knowledge/ak-schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | ak_schema:RepertoireGroup |
native | ak_schema:RepertoireGroup |
LinkML Source
Direct
name: RepertoireGroup
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: AIRRStandards
slots:
- repertoire_group_id
- repertoire_group_name
- repertoire_group_description
- repertoires
Induced
name: RepertoireGroup
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: AIRRStandards
attributes:
repertoire_group_id:
name: repertoire_group_id
annotations:
nullable:
tag: nullable
value: true
description: Identifier for this repertoire collection
from_schema: https://github.com/airr-knowledge/ak-schema
rank: 1000
alias: repertoire_group_id
owner: RepertoireGroup
domain_of:
- RepertoireGroup
range: string
repertoire_group_name:
name: repertoire_group_name
annotations:
nullable:
tag: nullable
value: true
description: Short display name for this repertoire collection
from_schema: https://github.com/airr-knowledge/ak-schema
rank: 1000
alias: repertoire_group_name
owner: RepertoireGroup
domain_of:
- RepertoireGroup
range: string
repertoire_group_description:
name: repertoire_group_description
annotations:
nullable:
tag: nullable
value: true
description: Repertoire collection description
from_schema: https://github.com/airr-knowledge/ak-schema
rank: 1000
alias: repertoire_group_description
owner: RepertoireGroup
domain_of:
- RepertoireGroup
range: string
repertoires:
name: repertoires
annotations:
nullable:
tag: nullable
value: true
description: List of repertoires in this collection with an associated description
and time point designation
from_schema: https://github.com/airr-knowledge/ak-schema
rank: 1000
alias: repertoires
owner: RepertoireGroup
domain_of:
- RepertoireGroup
range: RepertoireGroupDetail
multivalued: true