Skip to content

Class: MicrohaplotypeForTarget

Microhaplotype detected for a specific target

URI: portable_microhaplotype_object:MicrohaplotypeForTarget

classDiagram class MicrohaplotypeForTarget click MicrohaplotypeForTarget href "../MicrohaplotypeForTarget" MicrohaplotypeForTarget : mhap_id MicrohaplotypeForTarget : reads MicrohaplotypeForTarget : umis

Slots

Name Cardinality and Range Description Inheritance
mhap_id 1
Integer
the index for a microhaplotype for a target in the microhaplotypes_info list,... direct
reads 1
Integer
the read count associated with this microhaplotype direct
umis 0..1
Integer
the unique molecular identifier (umi) count associated with this microhaploty... direct

Usages

used by used in type used
MicrohaplotypesForTarget haps range MicrohaplotypeForTarget

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: MicrohaplotypeForTarget
description: Microhaplotype detected for a specific target
from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
slots:
- mhap_id
attributes:
  reads:
    name: reads
    description: the read count associated with this microhaplotype
    from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
    rank: 1000
    domain_of:
    - MicrohaplotypeForTarget
    range: integer
    required: true
  umis:
    name: umis
    description: the unique molecular identifier (umi) count associated with this
      microhaplotype
    from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
    rank: 1000
    domain_of:
    - MicrohaplotypeForTarget
    range: integer
    required: false

Induced

name: MicrohaplotypeForTarget
description: Microhaplotype detected for a specific target
from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
attributes:
  reads:
    name: reads
    description: the read count associated with this microhaplotype
    from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
    rank: 1000
    alias: reads
    owner: MicrohaplotypeForTarget
    domain_of:
    - MicrohaplotypeForTarget
    range: integer
    required: true
  umis:
    name: umis
    description: the unique molecular identifier (umi) count associated with this
      microhaplotype
    from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
    rank: 1000
    alias: umis
    owner: MicrohaplotypeForTarget
    domain_of:
    - MicrohaplotypeForTarget
    range: integer
    required: false
  mhap_id:
    name: mhap_id
    description: the index for a microhaplotype for a target in the microhaplotypes_info
      list, e.g. microhaplotypes_info[mhaps_target_id][mhap_id]
    from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
    rank: 1000
    alias: mhap_id
    owner: MicrohaplotypeForTarget
    domain_of:
    - MicrohaplotypeForTarget
    range: integer
    required: true
    pattern: ^[0-9]+$