Skip to content

Class: RepertoireFilter

Default RepertoireFilter description

URI: https://github.com/vdjserver/vdjserver-airr-schema/RepertoireFilter

 classDiagram
    class RepertoireFilter
    click RepertoireFilter href "../RepertoireFilter/"
      AIRRStandards <|-- RepertoireFilter
        click AIRRStandards href "../AIRRStandards/"

      RepertoireFilter : filter

      RepertoireFilter : repertoire_description

      RepertoireFilter : repertoire_id

      RepertoireFilter : time_point





        RepertoireFilter --> "0..1" TimePoint : time_point
        click TimePoint href "../TimePoint/"



Inheritance

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
filter 0..1
String
A JSON object describing how this Repertoire was filtered using the same stru... direct

Usages

used by used in type used
RepertoireGroup repertoires range RepertoireFilter

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self https://github.com/vdjserver/vdjserver-airr-schema/RepertoireFilter
native https://github.com/vdjserver/vdjserver-airr-schema/RepertoireFilter

LinkML Source

Direct

name: RepertoireFilter
description: Default RepertoireFilter description
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
is_a: AIRRStandards
slots:
- repertoire_id
- repertoire_description
- time_point
- filter

Induced

name: RepertoireFilter
description: Default RepertoireFilter description
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
is_a: AIRRStandards
attributes:
  repertoire_id:
    name: repertoire_id
    from_schema: https://github.com/vdjserver/vdjserver-airr-schema
    rank: 1000
    owner: RepertoireFilter
    domain_of:
    - Repertoire
    - RepertoireFilter
    - Rearrangement
    - Clone
    - Node
    - Cell
    - Expression
    - Reactivity
    - ADCRearrangementLoad
    - ADCDownloadCacheRepertoire
    - StatisticsCacheRepertoire
    - VisualizationDocument
    range: string
  repertoire_description:
    name: repertoire_description
    annotations:
      nullable:
        tag: nullable
        value: true
    from_schema: https://github.com/vdjserver/vdjserver-airr-schema
    rank: 1000
    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/vdjserver/vdjserver-airr-schema
    rank: 1000
    owner: RepertoireFilter
    domain_of:
    - RepertoireFilter
    range: TimePoint
  filter:
    name: filter
    annotations:
      nullable:
        tag: nullable
        value: true
    description: A JSON object describing how this Repertoire was filtered using the
      same structure as an ADC API query
    from_schema: https://github.com/vdjserver/vdjserver-airr-schema
    rank: 1000
    owner: RepertoireFilter
    domain_of:
    - RepertoireFilter
    range: string