Class: ReactionInfo
information on a panel of targeted amplicon primer pairs
URI: portable_microhaplotype_object:ReactionInfo
classDiagram
class ReactionInfo
click ReactionInfo href "../ReactionInfo"
ReactionInfo : panel_targets
ReactionInfo : reaction_name
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
panel_targets | 1..* Integer |
a list of the target indexes in the target_info list | direct |
reaction_name | 1 String |
a name for this reaction | direct |
Usages
used by | used in | type | used |
---|---|---|---|
PanelInfo | reactions | range | ReactionInfo |
Identifier and Mapping Information
Schema Source
- from schema: https://plasmogenepi.github.io/portable-microhaplotype-object
Mappings
Mapping Type | Mapped Value |
---|---|
self | portable_microhaplotype_object:ReactionInfo |
native | portable_microhaplotype_object:ReactionInfo |
LinkML Source
Direct
name: ReactionInfo
description: information on a panel of targeted amplicon primer pairs
from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
attributes:
panel_targets:
name: panel_targets
description: a list of the target indexes in the target_info list
from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
rank: 1000
domain_of:
- ReactionInfo
range: integer
required: true
multivalued: true
inlined: true
inlined_as_list: true
reaction_name:
name: reaction_name
description: a name for this reaction
from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
rank: 1000
domain_of:
- ReactionInfo
range: string
required: true
pattern: ^[A-z-._0-9]+$
Induced
name: ReactionInfo
description: information on a panel of targeted amplicon primer pairs
from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
attributes:
panel_targets:
name: panel_targets
description: a list of the target indexes in the target_info list
from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
rank: 1000
alias: panel_targets
owner: ReactionInfo
domain_of:
- ReactionInfo
range: integer
required: true
multivalued: true
inlined: true
inlined_as_list: true
reaction_name:
name: reaction_name
description: a name for this reaction
from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
rank: 1000
alias: reaction_name
owner: ReactionInfo
domain_of:
- ReactionInfo
range: string
required: true
pattern: ^[A-z-._0-9]+$