Skip to content

Class: ChannelDimensions

Dimensions of a microfluidic channel

URI: namo:ChannelDimensions

classDiagram class ChannelDimensions click ChannelDimensions href "../ChannelDimensions/" ChannelDimensions : channel_name ChannelDimensions : height ChannelDimensions : length ChannelDimensions : width

Slots

Name Cardinality and Range Description Inheritance
channel_name 0..1
String
Name or identifier of the channel (e direct
width 0..1
Float
Width of the channel in micrometers direct
height 0..1
Float
Height of the channel in micrometers direct
length 0..1
Float
Length of the channel in millimeters direct

Usages

used by used in type used
MicrofluidicDesign channel_dimensions range ChannelDimensions

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: ChannelDimensions
description: Dimensions of a microfluidic channel
from_schema: https://w3id.org/monarch-initiative/namo
attributes:
  channel_name:
    name: channel_name
    description: Name or identifier of the channel (e.g., apical, basolateral, vascular)
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    domain_of:
    - ChannelDimensions
  width:
    name: width
    description: Width of the channel in micrometers
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    domain_of:
    - ChannelDimensions
    range: float
  height:
    name: height
    description: Height of the channel in micrometers
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    domain_of:
    - ChannelDimensions
    range: float
  length:
    name: length
    description: Length of the channel in millimeters
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    domain_of:
    - ChannelDimensions
    range: float

Induced

name: ChannelDimensions
description: Dimensions of a microfluidic channel
from_schema: https://w3id.org/monarch-initiative/namo
attributes:
  channel_name:
    name: channel_name
    description: Name or identifier of the channel (e.g., apical, basolateral, vascular)
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    alias: channel_name
    owner: ChannelDimensions
    domain_of:
    - ChannelDimensions
    range: string
  width:
    name: width
    description: Width of the channel in micrometers
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    alias: width
    owner: ChannelDimensions
    domain_of:
    - ChannelDimensions
    range: float
  height:
    name: height
    description: Height of the channel in micrometers
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    alias: height
    owner: ChannelDimensions
    domain_of:
    - ChannelDimensions
    range: float
  length:
    name: length
    description: Length of the channel in millimeters
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    alias: length
    owner: ChannelDimensions
    domain_of:
    - ChannelDimensions
    range: float