Class: PlateInfo
Information about a plate location in a standard 96 well plate
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 of plate the specimen was in | direct |
plate_row | 0..1 String |
the row the specimen was in | direct |
plate_col | 0..1 Integer |
the column the specimen was in | direct |
Usages
used by | used in | type | used |
---|---|---|---|
ExperimentInfo | extraction_plate_info | range | PlateInfo |
ExperimentInfo | sequencing_prep_plate_info | range | PlateInfo |
SpecimenInfo | 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 in a standard 96 well plate
from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
attributes:
plate_name:
name: plate_name
description: a name of plate the specimen was in
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 the specimen was in
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 the specimen was in
from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
rank: 1000
domain_of:
- PlateInfo
range: integer
pattern: ^[0-9]+$
Induced
name: PlateInfo
description: Information about a plate location in a standard 96 well plate
from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
attributes:
plate_name:
name: plate_name
description: a name of plate the specimen was in
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 the specimen was in
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 the specimen was in
from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
rank: 1000
alias: plate_col
owner: PlateInfo
domain_of:
- PlateInfo
range: integer
pattern: ^[0-9]+$