Class: PlateInfo
Information about a plate location, e.g. a standard 96 well plate with row having a letter and column having a number
URI: portable_microhaplotype_object:PlateInfo
classDiagram
class PlateInfo
click PlateInfo href "../PlateInfo"
PlateInfo : plate_col
PlateInfo : plate_name
PlateInfo : plate_row
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| plate_name | 0..1 String |
a name for the plate | direct |
| plate_row | 0..1 String |
the row position | direct |
| plate_col | 0..1 Integer |
the column position | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| LibrarySampleInfo | library_prep_plate_info | range | PlateInfo |
| SpecimenInfo | storage_plate_info | range | PlateInfo |
Identifier and Mapping Information
Schema Source
- from schema: https://plasmogenepi.github.io/portable-microhaplotype-object
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | portable_microhaplotype_object:PlateInfo |
| native | portable_microhaplotype_object:PlateInfo |
LinkML Source
Direct
name: PlateInfo
description: Information about a plate location, e.g. a standard 96 well plate with
row having a letter and column having a number
from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
attributes:
plate_name:
name: plate_name
description: a name for the plate
from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
rank: 1000
domain_of:
- PlateInfo
range: string
pattern: ^[A-z-._0-9 ]+$
plate_row:
name: plate_row
description: the row position
from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
rank: 1000
domain_of:
- PlateInfo
range: string
pattern: ^[A-z]$
plate_col:
name: plate_col
description: the column position
from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
rank: 1000
domain_of:
- PlateInfo
range: integer
minimum_value: 0
pattern: ^[0-9]+$
Induced
name: PlateInfo
description: Information about a plate location, e.g. a standard 96 well plate with
row having a letter and column having a number
from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
attributes:
plate_name:
name: plate_name
description: a name for the plate
from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
rank: 1000
alias: plate_name
owner: PlateInfo
domain_of:
- PlateInfo
range: string
pattern: ^[A-z-._0-9 ]+$
plate_row:
name: plate_row
description: the row position
from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
rank: 1000
alias: plate_row
owner: PlateInfo
domain_of:
- PlateInfo
range: string
pattern: ^[A-z]$
plate_col:
name: plate_col
description: the column position
from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
rank: 1000
alias: plate_col
owner: PlateInfo
domain_of:
- PlateInfo
range: integer
minimum_value: 0
pattern: ^[0-9]+$