Skip to content

Class: CellRatio

Ratio specification for different cell types in co-culture systems.

URI: namo:CellRatio

classDiagram class CellRatio click CellRatio href "../CellRatio/" CellRatio : cell_type CellRatio --> "0..1" Term : cell_type click Term href "../Term/" CellRatio : ratio CellRatio : ratio_type CellRatio --> "0..1" RatioTypeEnum : ratio_type click RatioTypeEnum href "../RatioTypeEnum/"

Slots

Name Cardinality and Range Description Inheritance
cell_type 0..1
Term
The cell type for which the ratio is specified direct
ratio 0..1
Float
Proportion or ratio of this cell type (0 direct
ratio_type 0..1
RatioTypeEnum
Type of ratio specification (percentage, absolute, fold) direct

Usages

used by used in type used
CoCulture cell_ratios range CellRatio

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: CellRatio
description: Ratio specification for different cell types in co-culture systems.
from_schema: https://w3id.org/monarch-initiative/namo
attributes:
  cell_type:
    name: cell_type
    description: The cell type for which the ratio is specified
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    domain_of:
    - CellRatio
    - CellTypeProportion
    range: Term
    inlined: true
  ratio:
    name: ratio
    description: Proportion or ratio of this cell type (0.0-1.0 or absolute numbers)
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    domain_of:
    - CellRatio
    range: float
  ratio_type:
    name: ratio_type
    description: Type of ratio specification (percentage, absolute, fold)
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    domain_of:
    - CellRatio
    range: RatioTypeEnum

Induced

name: CellRatio
description: Ratio specification for different cell types in co-culture systems.
from_schema: https://w3id.org/monarch-initiative/namo
attributes:
  cell_type:
    name: cell_type
    description: The cell type for which the ratio is specified
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    alias: cell_type
    owner: CellRatio
    domain_of:
    - CellRatio
    - CellTypeProportion
    range: Term
    inlined: true
  ratio:
    name: ratio
    description: Proportion or ratio of this cell type (0.0-1.0 or absolute numbers)
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    alias: ratio
    owner: CellRatio
    domain_of:
    - CellRatio
    range: float
  ratio_type:
    name: ratio_type
    description: Type of ratio specification (percentage, absolute, fold)
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    alias: ratio_type
    owner: CellRatio
    domain_of:
    - CellRatio
    range: RatioTypeEnum