Class: MicrohaplotypesForSample
Microhaplotypes detected for a sample for all targets
URI: portable_microhaplotype_object:MicrohaplotypesForSample
classDiagram
class MicrohaplotypesForSample
click MicrohaplotypesForSample href "../MicrohaplotypesForSample"
MicrohaplotypesForSample : experiment_sample_id
MicrohaplotypesForSample : target_results
MicrohaplotypesForSample --> "1..*" MicrohaplotypesForTarget : target_results
click MicrohaplotypesForTarget href "../MicrohaplotypesForTarget"
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
experiment_sample_id | 1 Integer |
the index into the experiment_info list | direct |
target_results | 1..* MicrohaplotypesForTarget |
a list of the microhaplotypes detected for a list of targets | direct |
Usages
used by | used in | type | used |
---|---|---|---|
MicrohaplotypesDetected | experiment_samples | range | MicrohaplotypesForSample |
Identifier and Mapping Information
Schema Source
- from schema: https://plasmogenepi.github.io/portable-microhaplotype-object
Mappings
Mapping Type | Mapped Value |
---|---|
self | portable_microhaplotype_object:MicrohaplotypesForSample |
native | portable_microhaplotype_object:MicrohaplotypesForSample |
LinkML Source
Direct
name: MicrohaplotypesForSample
description: Microhaplotypes detected for a sample for all targets
from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
slots:
- experiment_sample_id
attributes:
target_results:
name: target_results
description: a list of the microhaplotypes detected for a list of targets
from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
rank: 1000
domain_of:
- MicrohaplotypesForSample
range: MicrohaplotypesForTarget
required: true
multivalued: true
inlined: true
inlined_as_list: true
Induced
name: MicrohaplotypesForSample
description: Microhaplotypes detected for a sample for all targets
from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
attributes:
target_results:
name: target_results
description: a list of the microhaplotypes detected for a list of targets
from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
rank: 1000
alias: target_results
owner: MicrohaplotypesForSample
domain_of:
- MicrohaplotypesForSample
range: MicrohaplotypesForTarget
required: true
multivalued: true
inlined: true
inlined_as_list: true
experiment_sample_id:
name: experiment_sample_id
description: the index into the experiment_info list
from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
rank: 1000
alias: experiment_sample_id
owner: MicrohaplotypesForSample
domain_of:
- MicrohaplotypesForSample
- ReadCountsByStageForExperimentalSample
range: integer
required: true
pattern: ^[0-9]+$