Skip to content

Class: ProcessedMeasurement

A measurement that requires additional processing to generate a result.

URI: kb_cdm:ProcessedMeasurement

classDiagram class ProcessedMeasurement click ProcessedMeasurement href "../ProcessedMeasurement" Measurement <|-- ProcessedMeasurement click Measurement href "../Measurement" ProcessedMeasurement : attribute_cv_term_id ProcessedMeasurement : attribute_name ProcessedMeasurement : created_at ProcessedMeasurement : entity_id ProcessedMeasurement : maximum_value ProcessedMeasurement : measurement_id ProcessedMeasurement : minimum_value ProcessedMeasurement : protocol_id ProcessedMeasurement : quality ProcessedMeasurement : raw_value ProcessedMeasurement : unit ProcessedMeasurement : value

Inheritance

Slots

Name Cardinality and Range Description Inheritance
measurement_id 1
UUID
Internal (CDM) unique identifier for a measurement Measurement
protocol_id 1
UUID
The ID of the protocol used to generate the measurement Measurement
created_at 0..1
Iso8601
Timestamp for the measurement Measurement
quality 0..1
String
The quality of the measurement, indicating the confidence that one can have i... Measurement
maximum_value 0..1
Float
If the quantity describes a range, represents the upper bound of the range QuantityValue
minimum_value 0..1
Float
If the quantity describes a range, represents the lower bound of the range QuantityValue
value 0..1
Float
The numeric portion of the quantity QuantityValue
unit 0..1
Curie
The unit of the quantity QuantityValue
entity_id 1
UUID
The database entity (sample, feature, protein, etc AttributeValue
attribute_name 1
String
The attribute being captured in this annotation AttributeValue
attribute_cv_term_id 0..1
LocalCurie
If the attribute is a term from a controlled vocabulary, the ID of the term AttributeValue
raw_value 0..1
String
Raw value from the source data AttributeValue

Identifier and Mapping Information

Schema Source

  • from schema: http://kbase.github.io/cdm-schema/cdm_schema

Mappings

Mapping Type Mapped Value
self kb_cdm:ProcessedMeasurement
native kb_cdm:ProcessedMeasurement

LinkML Source

Direct

name: ProcessedMeasurement
description: A measurement that requires additional processing to generate a result.
from_schema: http://kbase.github.io/cdm-schema/cdm_schema
is_a: Measurement

Induced

name: ProcessedMeasurement
description: A measurement that requires additional processing to generate a result.
from_schema: http://kbase.github.io/cdm-schema/cdm_schema
is_a: Measurement
attributes:
  measurement_id:
    name: measurement_id
    description: Internal (CDM) unique identifier for a measurement.
    from_schema: http://kbase.github.io/cdm-schema/cdm_schema
    rank: 1000
    identifier: true
    alias: measurement_id
    owner: ProcessedMeasurement
    domain_of:
    - Entity_X_Measurement
    - Measurement
    range: UUID
    required: true
  protocol_id:
    name: protocol_id
    description: The ID of the protocol used to generate the measurement.
    from_schema: http://kbase.github.io/cdm-schema/cdm_schema
    rank: 1000
    alias: protocol_id
    owner: ProcessedMeasurement
    domain_of:
    - Protocol_X_ProtocolParticipant
    - Cluster
    - Feature
    - Protocol
    - Measurement
    range: UUID
    required: true
  created_at:
    name: created_at
    description: Timestamp for the measurement.
    from_schema: http://kbase.github.io/cdm-schema/cdm_attr_value
    alias: created_at
    owner: ProcessedMeasurement
    domain_of:
    - Event
    - Experiment
    - Measurement
    range: iso8601
  quality:
    name: quality
    description: The quality of the measurement, indicating the confidence that one
      can have in its correctness.
    from_schema: http://kbase.github.io/cdm-schema/cdm_attr_value
    aliases:
    - confidence
    rank: 1000
    alias: quality
    owner: ProcessedMeasurement
    domain_of:
    - Measurement
    range: string
  maximum_value:
    name: maximum_value
    description: If the quantity describes a range, represents the upper bound of
      the range.
    from_schema: http://kbase.github.io/cdm-schema/cdm_attr_value
    rank: 1000
    alias: maximum_value
    owner: ProcessedMeasurement
    domain_of:
    - QuantityValue
    range: float
  minimum_value:
    name: minimum_value
    description: If the quantity describes a range, represents the lower bound of
      the range.
    from_schema: http://kbase.github.io/cdm-schema/cdm_attr_value
    rank: 1000
    alias: minimum_value
    owner: ProcessedMeasurement
    domain_of:
    - QuantityValue
    range: float
  value:
    name: value
    description: The numeric portion of the quantity.
    from_schema: http://kbase.github.io/cdm-schema/cdm_attr_value
    alias: value
    owner: ProcessedMeasurement
    domain_of:
    - QuantityValue
    - TextValue
    - Statements
    range: float
  unit:
    name: unit
    description: The unit of the quantity. Should be a term from UCUM.
    from_schema: http://kbase.github.io/cdm-schema/cdm_attr_value
    rank: 1000
    alias: unit
    owner: ProcessedMeasurement
    domain_of:
    - QuantityValue
    range: curie
  entity_id:
    name: entity_id
    description: The database entity (sample, feature, protein, etc.) to which the
      attribute-value annotation refers.
    from_schema: http://kbase.github.io/cdm-schema/cdm_schema
    rank: 1000
    alias: entity_id
    owner: ProcessedMeasurement
    domain_of:
    - Association_X_SupportingObject
    - Entity_X_Measurement
    - ClusterMember
    - Sequence
    - Entity
    - Identifier
    - Name
    - AttributeValue
    range: UUID
    required: true
  attribute_name:
    name: attribute_name
    description: The attribute being captured in this annotation.
    from_schema: http://kbase.github.io/cdm-schema/cdm_attr_value
    aliases:
    - type
    - name
    rank: 1000
    alias: attribute_name
    owner: ProcessedMeasurement
    domain_of:
    - AttributeValue
    range: string
    required: true
  attribute_cv_term_id:
    name: attribute_cv_term_id
    description: If the attribute is a term from a controlled vocabulary, the ID of
      the term.
    from_schema: http://kbase.github.io/cdm-schema/cdm_attr_value
    rank: 1000
    alias: attribute_cv_term_id
    owner: ProcessedMeasurement
    domain_of:
    - AttributeValue
    range: local_curie
  raw_value:
    name: raw_value
    description: Raw value from the source data. May or may not include units or other
      unstructured information.
    from_schema: http://kbase.github.io/cdm-schema/cdm_attr_value
    rank: 1000
    alias: raw_value
    owner: ProcessedMeasurement
    domain_of:
    - AttributeValue
    - Geolocation
    range: string