Class: DetectionMethod
Method used for detecting or measuring analytes
URI: outcomes_model:DetectionMethod
classDiagram
class DetectionMethod
click DetectionMethod href "../DetectionMethod/"
NamedEntity <|-- DetectionMethod
click NamedEntity href "../NamedEntity/"
DetectionMethod : description
DetectionMethod : detection_type
DetectionMethod : id
DetectionMethod : instrumentation
DetectionMethod : sensitivity
DetectionMethod : technical_replicates
Inheritance
- NamedEntity
- DetectionMethod
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| detection_type | 0..1 String |
Type of detection method | direct |
| instrumentation | 0..1 String |
Specific instruments or equipment used | direct |
| sensitivity | 0..1 String |
Sensitivity of detection method | direct |
| technical_replicates | 0..1 Integer |
Number of technical replicates | direct |
| id | 1 Uriorcurie |
A unique identifier | NamedEntity |
| description | 0..1 String |
A detailed description | NamedEntity |
Usages
| used by | used in | type | used |
|---|---|---|---|
| OxidativeStressMeasurement | detection_method_details | range | DetectionMethod |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/EHS-Data-Standards/outcomes-model
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | outcomes_model:DetectionMethod |
| native | outcomes_model:DetectionMethod |
LinkML Source
Direct
name: DetectionMethod
description: Method used for detecting or measuring analytes
from_schema: https://w3id.org/EHS-Data-Standards/outcomes-model
is_a: NamedEntity
slots:
- detection_type
- instrumentation
- sensitivity
- technical_replicates
Induced
name: DetectionMethod
description: Method used for detecting or measuring analytes
from_schema: https://w3id.org/EHS-Data-Standards/outcomes-model
is_a: NamedEntity
attributes:
detection_type:
name: detection_type
description: Type of detection method
from_schema: https://w3id.org/EHS-Data-Standards/outcomes-model
rank: 1000
alias: detection_type
owner: DetectionMethod
domain_of:
- DetectionMethod
range: string
instrumentation:
name: instrumentation
description: Specific instruments or equipment used
from_schema: https://w3id.org/EHS-Data-Standards/outcomes-model
rank: 1000
alias: instrumentation
owner: DetectionMethod
domain_of:
- Assay
- DetectionMethod
range: string
sensitivity:
name: sensitivity
description: Sensitivity of detection method
from_schema: https://w3id.org/EHS-Data-Standards/outcomes-model
rank: 1000
alias: sensitivity
owner: DetectionMethod
domain_of:
- DetectionMethod
range: string
technical_replicates:
name: technical_replicates
description: Number of technical replicates
from_schema: https://w3id.org/EHS-Data-Standards/outcomes-model
rank: 1000
alias: technical_replicates
owner: DetectionMethod
domain_of:
- DetectionMethod
range: integer
id:
name: id
description: A unique identifier
from_schema: https://w3id.org/EHS-Data-Standards/outcomes-model
rank: 1000
identifier: true
alias: id
owner: DetectionMethod
domain_of:
- NamedEntity
range: uriorcurie
required: true
description:
name: description
description: A detailed description
from_schema: https://w3id.org/EHS-Data-Standards/outcomes-model
rank: 1000
alias: description
owner: DetectionMethod
domain_of:
- NamedEntity
range: string