Skip to content

Class: HarmonizedMetricsDatasetCollection

A collection of harmonized microscope-metrics datasets. All of the datasets in the collection share the same analysis and processing parameters.

URI: microscopemetrics_schema:HarmonizedMetricsDatasetCollection

classDiagram class HarmonizedMetricsDatasetCollection click HarmonizedMetricsDatasetCollection href "../HarmonizedMetricsDatasetCollection" MetricsDatasetCollection <|-- HarmonizedMetricsDatasetCollection click MetricsDatasetCollection href "../MetricsDatasetCollection" HarmonizedMetricsDatasetCollection : data_reference HarmonizedMetricsDatasetCollection --> "0..1" DataReference : data_reference click DataReference href "../DataReference" HarmonizedMetricsDatasetCollection : dataset_class HarmonizedMetricsDatasetCollection : dataset_collection HarmonizedMetricsDatasetCollection --> "*" MetricsDataset : dataset_collection click MetricsDataset href "../MetricsDataset" HarmonizedMetricsDatasetCollection : description HarmonizedMetricsDatasetCollection : linked_references HarmonizedMetricsDatasetCollection --> "*" DataReference : linked_references click DataReference href "../DataReference" HarmonizedMetricsDatasetCollection : name

Inheritance

Slots

Name Cardinality and Range Description Inheritance
dataset_class 1
String
The class of the datasets in the collection direct
dataset_collection *
MetricsDataset
The datasets of the collection MetricsDatasetCollection
data_reference 0..1
DataReference
A reference to the data MetricsObject
linked_references *
DataReference
A list of linked references MetricsObject
name 0..1
String
The human readable name of an entity NamedObject
description 0..1
String
A human readable description of an entity NamedObject

Identifier and Mapping Information

Schema Source

  • from schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema

Mappings

Mapping Type Mapped Value
self microscopemetrics_schema:HarmonizedMetricsDatasetCollection
native microscopemetrics_schema:HarmonizedMetricsDatasetCollection

LinkML Source

Direct

name: HarmonizedMetricsDatasetCollection
description: A collection of harmonized microscope-metrics datasets. All of the datasets  in
  the collection share the same analysis and processing parameters.
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
is_a: MetricsDatasetCollection
attributes:
  dataset_class:
    name: dataset_class
    description: The class of the datasets in the collection
    from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema/core
    rank: 1000
    domain_of:
    - HarmonizedMetricsDatasetCollection
    range: string
    required: true
    multivalued: false

Induced

name: HarmonizedMetricsDatasetCollection
description: A collection of harmonized microscope-metrics datasets. All of the datasets  in
  the collection share the same analysis and processing parameters.
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
is_a: MetricsDatasetCollection
attributes:
  dataset_class:
    name: dataset_class
    description: The class of the datasets in the collection
    from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema/core
    rank: 1000
    alias: dataset_class
    owner: HarmonizedMetricsDatasetCollection
    domain_of:
    - HarmonizedMetricsDatasetCollection
    range: string
    required: true
    multivalued: false
  dataset_collection:
    name: dataset_collection
    description: The datasets of the collection
    from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema/core
    rank: 1000
    alias: dataset_collection
    owner: HarmonizedMetricsDatasetCollection
    domain_of:
    - MetricsDatasetCollection
    range: MetricsDataset
    multivalued: true
    inlined: true
    inlined_as_list: true
  data_reference:
    name: data_reference
    description: A reference to the data
    from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
    rank: 1000
    alias: data_reference
    owner: HarmonizedMetricsDatasetCollection
    domain_of:
    - MetricsObject
    range: DataReference
    required: false
    multivalued: false
  linked_references:
    name: linked_references
    description: A list of linked references
    from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
    rank: 1000
    alias: linked_references
    owner: HarmonizedMetricsDatasetCollection
    domain_of:
    - MetricsObject
    range: DataReference
    required: false
    multivalued: true
    inlined: true
    inlined_as_list: true
  name:
    name: name
    description: The human readable name of an entity
    from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema/core
    rank: 1000
    alias: name
    owner: HarmonizedMetricsDatasetCollection
    domain_of:
    - NamedObject
    range: string
    required: false
    multivalued: false
  description:
    name: description
    description: A human readable description of an entity
    from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema/core
    rank: 1000
    alias: description
    owner: HarmonizedMetricsDatasetCollection
    domain_of:
    - NamedObject
    range: string
    required: false
    multivalued: false