Skip to content

Class: MicrohaplotypesForTarget

Microhaplotypes detected for a specific target

URI: portable_microhaplotype_object:MicrohaplotypesForTarget

classDiagram class MicrohaplotypesForTarget click MicrohaplotypesForTarget href "../MicrohaplotypesForTarget" MicrohaplotypesForTarget : haps MicrohaplotypesForTarget --> "1..*" MicrohaplotypeForTarget : haps click MicrohaplotypeForTarget href "../MicrohaplotypeForTarget" MicrohaplotypesForTarget : mhaps_target_id

Slots

Name Cardinality and Range Description Inheritance
mhaps_target_id 1
Integer
the index for a target in the microhaplotypes_info list direct
haps 1..*
MicrohaplotypeForTarget
a list of the microhaplotypes detected for this target direct

Usages

used by used in type used
MicrohaplotypesForSample target_results range MicrohaplotypesForTarget

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: MicrohaplotypesForTarget
description: Microhaplotypes detected for a specific target
from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
slots:
- mhaps_target_id
attributes:
  haps:
    name: haps
    description: a list of the microhaplotypes detected for this target
    from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
    rank: 1000
    domain_of:
    - MicrohaplotypesForTarget
    range: MicrohaplotypeForTarget
    required: true
    multivalued: true
    inlined: true
    inlined_as_list: true

Induced

name: MicrohaplotypesForTarget
description: Microhaplotypes detected for a specific target
from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
attributes:
  haps:
    name: haps
    description: a list of the microhaplotypes detected for this target
    from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
    rank: 1000
    alias: haps
    owner: MicrohaplotypesForTarget
    domain_of:
    - MicrohaplotypesForTarget
    range: MicrohaplotypeForTarget
    required: true
    multivalued: true
    inlined: true
    inlined_as_list: true
  mhaps_target_id:
    name: mhaps_target_id
    description: the index for a target in the microhaplotypes_info list
    from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
    rank: 1000
    alias: mhaps_target_id
    owner: MicrohaplotypesForTarget
    domain_of:
    - MicrohaplotypesForTarget
    range: integer
    required: true
    pattern: ^[0-9]+$