Skip to content

Class: QualityControlMetric

A quality control measure and its associated value.

URI: namo:QualityControlMetric

classDiagram class QualityControlMetric click QualityControlMetric href "../QualityControlMetric/" QualityControlMetric : metric_name QualityControlMetric : metric_value QualityControlMetric : pass_fail_status QualityControlMetric : threshold

Slots

Name Cardinality and Range Description Inheritance
metric_name 0..1
String
Name of the quality control metric direct
metric_value 0..1
Float
Value of the quality control metric direct
threshold 0..1
Float
Acceptable threshold for this metric direct
pass_fail_status 0..1
Boolean
Whether this metric passes quality control criteria direct

Usages

used by used in type used
Reproducibility quality_control_metrics range QualityControlMetric

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/monarch-initiative/namo

Mappings

Mapping Type Mapped Value
self namo:QualityControlMetric
native namo:QualityControlMetric

LinkML Source

Direct

name: QualityControlMetric
description: A quality control measure and its associated value.
from_schema: https://w3id.org/monarch-initiative/namo
attributes:
  metric_name:
    name: metric_name
    description: Name of the quality control metric.
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    domain_of:
    - QualityControlMetric
  metric_value:
    name: metric_value
    description: Value of the quality control metric.
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    domain_of:
    - QualityControlMetric
    range: float
  threshold:
    name: threshold
    description: Acceptable threshold for this metric.
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    domain_of:
    - QualityControlMetric
    range: float
  pass_fail_status:
    name: pass_fail_status
    description: Whether this metric passes quality control criteria.
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    domain_of:
    - QualityControlMetric
    range: boolean

Induced

name: QualityControlMetric
description: A quality control measure and its associated value.
from_schema: https://w3id.org/monarch-initiative/namo
attributes:
  metric_name:
    name: metric_name
    description: Name of the quality control metric.
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    alias: metric_name
    owner: QualityControlMetric
    domain_of:
    - QualityControlMetric
    range: string
  metric_value:
    name: metric_value
    description: Value of the quality control metric.
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    alias: metric_value
    owner: QualityControlMetric
    domain_of:
    - QualityControlMetric
    range: float
  threshold:
    name: threshold
    description: Acceptable threshold for this metric.
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    alias: threshold
    owner: QualityControlMetric
    domain_of:
    - QualityControlMetric
    range: float
  pass_fail_status:
    name: pass_fail_status
    description: Whether this metric passes quality control criteria.
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    alias: pass_fail_status
    owner: QualityControlMetric
    domain_of:
    - QualityControlMetric
    range: boolean