Skip to content

Class: TableAsDict

A table inlined in a metrics dataset

  • NOTE: this is an abstract class and should not be instantiated directly

URI: microscopemetrics_schema:TableAsDict

classDiagram class TableAsDict Table <|-- TableAsDict TableAsDict : columns TableAsDict --|> Column : columns TableAsDict : description TableAsDict : name

Inheritance

Slots

Name Cardinality and Range Description Inheritance
columns 1..*
Column
A list of the columns of the table direct
name 0..1
String
The name of an entity NamedObject
description 0..1
String
A description of an entity NamedObject

Usages

used by used in type used
ArgolightBOutput spots_properties range TableAsDict
ArgolightBOutput spots_distances range TableAsDict
ArgolightEOutput intensity_profiles range TableAsDict
FieldIlluminationOutput intensity_profiles range TableAsDict

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema

Mappings

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

LinkML Source

Direct

name: TableAsDict
description: A table inlined in a metrics dataset
from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema
is_a: Table
abstract: true
attributes:
  columns:
    name: columns
    description: A list of the columns of the table
    from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema/core_schema
    rank: 1000
    multivalued: true
    range: Column
    required: true
    inlined: true
    inlined_as_list: false

Induced

name: TableAsDict
description: A table inlined in a metrics dataset
from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema
is_a: Table
abstract: true
attributes:
  columns:
    name: columns
    description: A list of the columns of the table
    from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema/core_schema
    rank: 1000
    multivalued: true
    alias: columns
    owner: TableAsDict
    domain_of:
    - TableAsDict
    range: Column
    required: true
    inlined: true
    inlined_as_list: false
  name:
    name: name
    description: The name of an entity
    from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema
    rank: 1000
    multivalued: false
    alias: name
    owner: TableAsDict
    domain_of:
    - NamedObject
    - Experimenter
    - Column
    range: string
    required: false
  description:
    name: description
    description: A description of an entity
    from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema
    rank: 1000
    multivalued: false
    alias: description
    owner: TableAsDict
    domain_of:
    - NamedObject
    - Roi
    - Tag
    range: string