Skip to content

Slot: host_age

if specimen is from a person, the age in years of the person, can be float value so for 3 month old put 0.25

URI: portable_microhaplotype_object:host_age

Applicable Classes

Name Description Modifies Slot
SpecimenInfo Information on specimen info no

Properties

  • Range: Double

  • Regex pattern: ^\d*\.?\d+$

Examples

Value
0.1
1
7

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

name: host_age
description: if specimen is from a person, the age in years of the person, can be
  float value so for 3 month old put 0.25
examples:
- value: '0.1'
- value: '1'
- value: '7'
from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
rank: 1000
alias: host_age
owner: SpecimenInfo
domain_of:
- SpecimenInfo
range: double
required: false
pattern: ^\d*\.?\d+$