Skip to content

Class: RepertoireGroupDetail

URI: ak_schema:RepertoireGroupDetail

classDiagram class RepertoireGroupDetail click RepertoireGroupDetail href "../RepertoireGroupDetail" AIRRStandards <|-- RepertoireGroupDetail click AIRRStandards href "../AIRRStandards" RepertoireGroupDetail : repertoire_description RepertoireGroupDetail : repertoire_id RepertoireGroupDetail : time_point RepertoireGroupDetail --> "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

Usages

used by used in type used
RepertoireGroup repertoires range RepertoireGroupDetail

Identifier and Mapping Information

Schema Source

  • from schema: https://github.com/airr-knowledge/ak-schema

Mappings

Mapping Type Mapped Value
self ak_schema:RepertoireGroupDetail
native ak_schema:RepertoireGroupDetail

LinkML Source

Direct

name: RepertoireGroupDetail
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: AIRRStandards
slots:
- repertoire_id
- repertoire_description
- time_point

Induced

name: RepertoireGroupDetail
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: RepertoireGroupDetail
    domain_of:
    - AIRRSequencingAssay
    - Repertoire
    - RepertoireGroupDetail
    - 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: RepertoireGroupDetail
    domain_of:
    - Repertoire
    - RepertoireGroupDetail
    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: RepertoireGroupDetail
    domain_of:
    - RepertoireGroupDetail
    range: TimePoint