Class: RepertoireFilter
URI: ak_schema:RepertoireFilter
classDiagram
class RepertoireFilter
click RepertoireFilter href "../RepertoireFilter"
AIRRStandards <|-- RepertoireFilter
click AIRRStandards href "../AIRRStandards"
RepertoireFilter : repertoire_description
RepertoireFilter : repertoire_id
RepertoireFilter : time_point
RepertoireFilter --> "0..1" TimePoint : time_point
click TimePoint href "../TimePoint"
Inheritance
- AIRRStandards
- RepertoireFilter
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| repertoire_id | 0..1 String |
direct | |
| repertoire_description | 0..1 String |
direct | |
| time_point | 0..1 TimePoint |
Time point designation for this repertoire within the group | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| RepertoireGroup | repertoires | range | RepertoireFilter |
Identifier and Mapping Information
Schema Source
- from schema: https://github.com/airr-knowledge/ak-schema
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | ak_schema:RepertoireFilter |
| native | ak_schema:RepertoireFilter |
LinkML Source
Direct
name: RepertoireFilter
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: AIRRStandards
slots:
- repertoire_id
- repertoire_description
- time_point
Induced
name: RepertoireFilter
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: AIRRStandards
attributes:
repertoire_id:
name: repertoire_id
from_schema: https://github.com/airr-knowledge/ak-schema
rank: 1000
alias: repertoire_id
owner: RepertoireFilter
domain_of:
- AIRRSequencingAssay
- Repertoire
- RepertoireFilter
- Rearrangement
- Clone
- Cell
- CellExpression
range: string
repertoire_description:
name: repertoire_description
annotations:
nullable:
tag: nullable
value: true
from_schema: https://github.com/airr-knowledge/ak-schema
rank: 1000
alias: repertoire_description
owner: RepertoireFilter
domain_of:
- Repertoire
- RepertoireFilter
range: string
time_point:
name: time_point
annotations:
nullable:
tag: nullable
value: true
description: Time point designation for this repertoire within the group
from_schema: https://github.com/airr-knowledge/ak-schema
rank: 1000
alias: time_point
owner: RepertoireFilter
domain_of:
- RepertoireFilter
range: TimePoint