Skip to content

Class: RepresentativeMicrohaplotype

the representative sequence for a microhaplotype, similar to a fast(a/q) format

URI: portable_microhaplotype_object:RepresentativeMicrohaplotype

classDiagram class RepresentativeMicrohaplotype click RepresentativeMicrohaplotype href "../RepresentativeMicrohaplotype" RepresentativeMicrohaplotype : alt_annotations RepresentativeMicrohaplotype : masking RepresentativeMicrohaplotype --> "*" MaskingInfo : masking click MaskingInfo href "../MaskingInfo" RepresentativeMicrohaplotype : microhaplotype_name RepresentativeMicrohaplotype : pseudocigar RepresentativeMicrohaplotype : quality RepresentativeMicrohaplotype : seq

Slots

Name Cardinality and Range Description Inheritance
seq 1
String
the DNA sequence direct
microhaplotype_name 0..1
String
an optional name for this microhaplotype direct
quality 0..1
String
the ansi fastq per base quality score for this sequence, this is optional direct
pseudocigar 0..1
String
the pseudocigar of the haplotype direct
masking *
MaskingInfo
masking info for the sequence direct
alt_annotations *
String
a list of additional annotations associated with this microhaplotype, e direct

Usages

used by used in type used
RepresentativeMicrohaplotypesForTarget microhaplotypes range RepresentativeMicrohaplotype

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: RepresentativeMicrohaplotype
description: the representative sequence for a microhaplotype, similar to a fast(a/q)
  format
from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
slots:
- seq
attributes:
  microhaplotype_name:
    name: microhaplotype_name
    description: an optional name for this microhaplotype
    from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
    rank: 1000
    domain_of:
    - RepresentativeMicrohaplotype
    range: string
    required: false
    pattern: ^[A-z-._0-9]+$
  quality:
    name: quality
    description: the ansi fastq per base quality score for this sequence, this is
      optional
    from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
    rank: 1000
    domain_of:
    - RepresentativeMicrohaplotype
    range: string
    required: false
    pattern: ^[A-z-._0-9]+$
  pseudocigar:
    name: pseudocigar
    description: the pseudocigar of the haplotype
    from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
    rank: 1000
    domain_of:
    - RepresentativeMicrohaplotype
    range: string
    required: false
    pattern: ^[A-z-._0-9]+$
  masking:
    name: masking
    description: masking info for the sequence
    from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
    rank: 1000
    domain_of:
    - RepresentativeMicrohaplotype
    range: MaskingInfo
    required: false
    multivalued: true
  alt_annotations:
    name: alt_annotations
    description: a list of additional annotations associated with this microhaplotype,
      e.g. wildtype, amino acid changes etc
    from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
    rank: 1000
    domain_of:
    - RepresentativeMicrohaplotype
    range: string
    required: false
    multivalued: true
    inlined: true
    inlined_as_list: true

Induced

name: RepresentativeMicrohaplotype
description: the representative sequence for a microhaplotype, similar to a fast(a/q)
  format
from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
attributes:
  microhaplotype_name:
    name: microhaplotype_name
    description: an optional name for this microhaplotype
    from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
    rank: 1000
    alias: microhaplotype_name
    owner: RepresentativeMicrohaplotype
    domain_of:
    - RepresentativeMicrohaplotype
    range: string
    required: false
    pattern: ^[A-z-._0-9]+$
  quality:
    name: quality
    description: the ansi fastq per base quality score for this sequence, this is
      optional
    from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
    rank: 1000
    alias: quality
    owner: RepresentativeMicrohaplotype
    domain_of:
    - RepresentativeMicrohaplotype
    range: string
    required: false
    pattern: ^[A-z-._0-9]+$
  pseudocigar:
    name: pseudocigar
    description: the pseudocigar of the haplotype
    from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
    rank: 1000
    alias: pseudocigar
    owner: RepresentativeMicrohaplotype
    domain_of:
    - RepresentativeMicrohaplotype
    range: string
    required: false
    pattern: ^[A-z-._0-9]+$
  masking:
    name: masking
    description: masking info for the sequence
    from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
    rank: 1000
    alias: masking
    owner: RepresentativeMicrohaplotype
    domain_of:
    - RepresentativeMicrohaplotype
    range: MaskingInfo
    required: false
    multivalued: true
  alt_annotations:
    name: alt_annotations
    description: a list of additional annotations associated with this microhaplotype,
      e.g. wildtype, amino acid changes etc
    from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
    rank: 1000
    alias: alt_annotations
    owner: RepresentativeMicrohaplotype
    domain_of:
    - RepresentativeMicrohaplotype
    range: string
    required: false
    multivalued: true
    inlined: true
    inlined_as_list: true
  seq:
    name: seq
    description: the DNA sequence
    from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
    rank: 1000
    alias: seq
    owner: RepresentativeMicrohaplotype
    domain_of:
    - RepresentativeMicrohaplotype
    - PrimerInfo
    range: string
    required: true
    pattern: ^[A-z]+$