Skip to content

Class: DemultiplexedTargetsForExperimentSample

a list of raw reads for a experiment sample for all targets within panel

URI: portable_microhaplotype_object:DemultiplexedTargetsForExperimentSample

classDiagram class DemultiplexedTargetsForExperimentSample click DemultiplexedTargetsForExperimentSample href "../DemultiplexedTargetsForExperimentSample" DemultiplexedTargetsForExperimentSample : demultiplexed_targets DemultiplexedTargetsForExperimentSample --> "1..*" DemultiplexedTargetForExperimentSample : demultiplexed_targets click DemultiplexedTargetForExperimentSample href "../DemultiplexedTargetForExperimentSample" DemultiplexedTargetsForExperimentSample : experiment_sample_id

Slots

Name Cardinality and Range Description Inheritance
experiment_sample_id 1
String
a unique identifier for this sequence/amplification run on a specimen direct
demultiplexed_targets 1..*
DemultiplexedTargetForExperimentSample
a list of the targets extracted for a sample direct

Usages

used by used in type used
DemultiplexedExperimentSamples demultiplexed_experiment_samples range DemultiplexedTargetsForExperimentSample

Identifier and Mapping Information

Schema Source

  • from schema: https://plasmogenepi.github.io/portable-microhaplotype-object

Mappings

Mapping Type Mapped Value
self portable_microhaplotype_object:DemultiplexedTargetsForExperimentSample
native portable_microhaplotype_object:DemultiplexedTargetsForExperimentSample

LinkML Source

Direct

name: DemultiplexedTargetsForExperimentSample
description: a list of raw reads for a experiment sample for all targets within panel
from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
slots:
- experiment_sample_id
attributes:
  demultiplexed_targets:
    name: demultiplexed_targets
    description: 'a list of the targets extracted for a sample '
    from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
    rank: 1000
    domain_of:
    - DemultiplexedTargetsForExperimentSample
    range: DemultiplexedTargetForExperimentSample
    required: true
    multivalued: true
    inlined_as_list: false

Induced

name: DemultiplexedTargetsForExperimentSample
description: a list of raw reads for a experiment sample for all targets within panel
from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
attributes:
  demultiplexed_targets:
    name: demultiplexed_targets
    description: 'a list of the targets extracted for a sample '
    from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
    rank: 1000
    alias: demultiplexed_targets
    owner: DemultiplexedTargetsForExperimentSample
    domain_of:
    - DemultiplexedTargetsForExperimentSample
    range: DemultiplexedTargetForExperimentSample
    required: true
    multivalued: true
    inlined_as_list: false
  experiment_sample_id:
    name: experiment_sample_id
    description: a unique identifier for this sequence/amplification run on a specimen
    from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
    rank: 1000
    alias: experiment_sample_id
    owner: DemultiplexedTargetsForExperimentSample
    domain_of:
    - DemultiplexedTargetsForExperimentSample
    - MicrohaplotypesForSample
    - ExperimentInfo
    range: string
    required: true
    pattern: ^[A-z-._0-9 ]$