Skip to content

Class: DemultiplexedExperimentSamples

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

URI: portable_microhaplotype_object:DemultiplexedExperimentSamples

classDiagram class DemultiplexedExperimentSamples click DemultiplexedExperimentSamples href "../DemultiplexedExperimentSamples" DemultiplexedExperimentSamples : demultiplexed_experiment_samples DemultiplexedExperimentSamples --> "1..*" DemultiplexedTargetsForExperimentSample : demultiplexed_experiment_samples click DemultiplexedTargetsForExperimentSample href "../DemultiplexedTargetsForExperimentSample" DemultiplexedExperimentSamples : tar_amp_bioinformatics_info_id

Slots

Name Cardinality and Range Description Inheritance
tar_amp_bioinformatics_info_id 1
String
a unique identifier for this targeted amplicon bioinformatics pipeline run direct
demultiplexed_experiment_samples 1..*
DemultiplexedTargetsForExperimentSample
a list of the samples with the number of raw reads extracted direct

Usages

used by used in type used
PortableMicrohaplotypeObject target_demultiplexed_experiment_samples range DemultiplexedExperimentSamples

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: DemultiplexedExperimentSamples
description: a list of raw reads counts for each experiment sample for all targets
  within panel
from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
slots:
- tar_amp_bioinformatics_info_id
attributes:
  demultiplexed_experiment_samples:
    name: demultiplexed_experiment_samples
    description: 'a list of the samples with the number of raw reads extracted '
    from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
    rank: 1000
    domain_of:
    - DemultiplexedExperimentSamples
    range: DemultiplexedTargetsForExperimentSample
    required: true
    multivalued: true
    inlined_as_list: false

Induced

name: DemultiplexedExperimentSamples
description: a list of raw reads counts for each experiment sample for all targets
  within panel
from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
attributes:
  demultiplexed_experiment_samples:
    name: demultiplexed_experiment_samples
    description: 'a list of the samples with the number of raw reads extracted '
    from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
    rank: 1000
    alias: demultiplexed_experiment_samples
    owner: DemultiplexedExperimentSamples
    domain_of:
    - DemultiplexedExperimentSamples
    range: DemultiplexedTargetsForExperimentSample
    required: true
    multivalued: true
    inlined_as_list: false
  tar_amp_bioinformatics_info_id:
    name: tar_amp_bioinformatics_info_id
    description: a unique identifier for this targeted amplicon bioinformatics pipeline
      run
    from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
    rank: 1000
    alias: tar_amp_bioinformatics_info_id
    owner: DemultiplexedExperimentSamples
    domain_of:
    - MicrohaplotypesDetected
    - DemultiplexedExperimentSamples
    - TarAmpBioinformaticsInfo
    range: string
    required: true
    pattern: ^[A-z-._0-9 ]$