Class: SequencingRun
classDiagram
class SequencingRun
click SequencingRun href "../SequencingRun"
AIRRStandards <|-- SequencingRun
click AIRRStandards href "../AIRRStandards"
SequencingRun <|-- AIRRSequencingAssay
click AIRRSequencingAssay href "../AIRRSequencingAssay"
SequencingRun : sequencing_facility
SequencingRun : sequencing_files
SequencingRun --> "0..1" SequencingData : sequencing_files
click SequencingData href "../SequencingData"
SequencingRun : sequencing_kit
SequencingRun : sequencing_platform
SequencingRun : sequencing_run_date
SequencingRun : sequencing_run_id
SequencingRun : total_reads_passing_qc_filter
Inheritance
- AIRRStandards
- SequencingRun
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
sequencing_run_id | 0..1 String |
ID of sequencing run assigned by the sequencing facility | direct |
total_reads_passing_qc_filter | 0..1 Integer |
Number of usable reads for analysis | direct |
sequencing_platform | 0..1 String |
Designation of sequencing instrument used | direct |
sequencing_facility | 0..1 String |
Name and address of sequencing facility | direct |
sequencing_run_date | 0..1 Datetime |
Date of sequencing run | direct |
sequencing_kit | 0..1 String |
Name, manufacturer, order and lot numbers of sequencing kit | direct |
sequencing_files | 0..1 SequencingData |
Set of sequencing files produced by the sequencing run | direct |
Identifier and Mapping Information
Schema Source
- from schema: https://github.com/airr-knowledge/ak-schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | ak_schema:SequencingRun |
native | ak_schema:SequencingRun |
LinkML Source
Direct
name: SequencingRun
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: AIRRStandards
slots:
- sequencing_run_id
- total_reads_passing_qc_filter
- sequencing_platform
- sequencing_facility
- sequencing_run_date
- sequencing_kit
- sequencing_files
Induced
name: SequencingRun
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: AIRRStandards
attributes:
sequencing_run_id:
name: sequencing_run_id
annotations:
nullable:
tag: nullable
value: true
description: ID of sequencing run assigned by the sequencing facility
from_schema: https://github.com/airr-knowledge/ak-schema
rank: 1000
alias: sequencing_run_id
owner: SequencingRun
domain_of:
- SequencingRun
- SampleProcessing
range: string
total_reads_passing_qc_filter:
name: total_reads_passing_qc_filter
annotations:
nullable:
tag: nullable
value: true
description: Number of usable reads for analysis
from_schema: https://github.com/airr-knowledge/ak-schema
rank: 1000
alias: total_reads_passing_qc_filter
owner: SequencingRun
domain_of:
- SequencingRun
- SampleProcessing
range: integer
sequencing_platform:
name: sequencing_platform
annotations:
nullable:
tag: nullable
value: true
description: Designation of sequencing instrument used
from_schema: https://github.com/airr-knowledge/ak-schema
rank: 1000
alias: sequencing_platform
owner: SequencingRun
domain_of:
- SequencingRun
- SampleProcessing
range: string
sequencing_facility:
name: sequencing_facility
annotations:
nullable:
tag: nullable
value: true
description: Name and address of sequencing facility
from_schema: https://github.com/airr-knowledge/ak-schema
rank: 1000
alias: sequencing_facility
owner: SequencingRun
domain_of:
- SequencingRun
- SampleProcessing
range: string
sequencing_run_date:
name: sequencing_run_date
annotations:
nullable:
tag: nullable
value: true
description: Date of sequencing run
from_schema: https://github.com/airr-knowledge/ak-schema
rank: 1000
alias: sequencing_run_date
owner: SequencingRun
domain_of:
- SequencingRun
- SampleProcessing
range: datetime
sequencing_kit:
name: sequencing_kit
annotations:
nullable:
tag: nullable
value: true
description: Name, manufacturer, order and lot numbers of sequencing kit
from_schema: https://github.com/airr-knowledge/ak-schema
rank: 1000
alias: sequencing_kit
owner: SequencingRun
domain_of:
- SequencingRun
- SampleProcessing
range: string
sequencing_files:
name: sequencing_files
annotations:
nullable:
tag: nullable
value: false
description: Set of sequencing files produced by the sequencing run
from_schema: https://github.com/airr-knowledge/ak-schema
rank: 1000
alias: sequencing_files
owner: SequencingRun
domain_of:
- SequencingRun
- SampleProcessing
range: SequencingData