Skip to content

Class: AIRR-seq Assay (AIRRAssay)

A record representing an AIRR-seq assay.

URI: nfdi4immuno:AIRRAssay

 classDiagram
    class AIRRAssay
    click AIRRAssay href "../AIRRAssay/"
      AIRRAssay : airr_runs





        AIRRAssay --> "1..*" AIRRRun : airr_runs
        click AIRRRun href "../AIRRRun/"



      AIRRAssay : sample_id

Slots

Name Cardinality and Range Description Inheritance
sample_id 1
String
The user defined sample ID used to associate samples with the sample event direct
airr_runs 1..*
AIRRRun
References to AIRR-seq runs associated with a sample direct

Identifier and Mapping Information

Schema Source

  • from schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema

Mappings

Mapping Type Mapped Value
self nfdi4immuno:AIRRAssay
native nfdi4immuno:AIRRAssay

LinkML Source

Direct

name: AIRRAssay
description: A record representing an AIRR-seq assay.
title: AIRR-seq Assay
from_schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
slots:
- sample_id
- airr_runs

Induced

name: AIRRAssay
description: A record representing an AIRR-seq assay.
title: AIRR-seq Assay
from_schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
attributes:
  sample_id:
    name: sample_id
    description: 'The user defined sample ID used to associate samples with the sample
      event. Must be unique within the study.

      '
    title: Sample ID
    examples:
    - value: MH031_v01
    from_schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
    rank: 1000
    is_a: abstract_id
    identifier: true
    alias: sample_id
    owner: AIRRAssay
    domain_of:
    - AIRRAssay
    - CytometryExperiment
    - DataFile
    - Sample
    range: string
    required: true
    pattern: ^.+$
  airr_runs:
    name: airr_runs
    description: References to AIRR-seq runs associated with a sample.
    title: AIRR-seq runs
    from_schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
    rank: 1000
    alias: airr_runs
    owner: AIRRAssay
    domain_of:
    - AIRRAssay
    range: AIRRRun
    required: true
    multivalued: true
    minimum_cardinality: 1