Skip to content

Class: CellTypeProportion

Quantitative comparison of cell type proportions between systems.

URI: [namo:CellTypeProportion](https://w3id.org/monarch-initiative/namo/CellTypeProportion)
classDiagram class CellTypeProportion click CellTypeProportion href "../CellTypeProportion/" CellTypeProportion : biological_proportion CellTypeProportion : cell_type CellTypeProportion --> "0..1" Cell : cell_type click Cell href "../Cell/" CellTypeProportion : model_proportion CellTypeProportion : proportion_ratio
## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [cell_type](cell_type.md) | 0..1
[Cell](Cell.md) | The cell type being compared | direct | | [model_proportion](model_proportion.md) | 0..1
[Float](Float.md) | Proportion of this cell type in the model system | direct | | [biological_proportion](biological_proportion.md) | 0..1
[Float](Float.md) | Proportion of this cell type in the biological system | direct | | [proportion_ratio](proportion_ratio.md) | 0..1
[Float](Float.md) | Ratio of model to biological proportions | direct | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [CellTypeCoverage](CellTypeCoverage.md) | [cell_type_proportions](cell_type_proportions.md) | range | [CellTypeProportion](CellTypeProportion.md) | ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/monarch-initiative/namo ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | namo:CellTypeProportion | | native | namo:CellTypeProportion | ## LinkML Source ### Direct
name: CellTypeProportion
description: Quantitative comparison of cell type proportions between systems.
from_schema: https://w3id.org/monarch-initiative/namo
attributes:
  cell_type:
    name: cell_type
    description: The cell type being compared.
    from_schema: https://w3id.org/monarch-initiative/namo
    domain_of:
    - CellRatio
    - CellTypeProportion
    range: Cell
    bindings:
    - range: CellTypeEnum
      obligation_level: REQUIRED
      binds_value_of: id
    inlined: true
  model_proportion:
    name: model_proportion
    description: Proportion of this cell type in the model system.
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    domain_of:
    - CellTypeProportion
    range: float
  biological_proportion:
    name: biological_proportion
    description: Proportion of this cell type in the biological system.
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    domain_of:
    - CellTypeProportion
    range: float
  proportion_ratio:
    name: proportion_ratio
    description: Ratio of model to biological proportions.
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    domain_of:
    - CellTypeProportion
    range: float

### Induced
name: CellTypeProportion
description: Quantitative comparison of cell type proportions between systems.
from_schema: https://w3id.org/monarch-initiative/namo
attributes:
  cell_type:
    name: cell_type
    description: The cell type being compared.
    from_schema: https://w3id.org/monarch-initiative/namo
    owner: CellTypeProportion
    domain_of:
    - CellRatio
    - CellTypeProportion
    range: Cell
    bindings:
    - range: CellTypeEnum
      obligation_level: REQUIRED
      binds_value_of: id
    inlined: true
  model_proportion:
    name: model_proportion
    description: Proportion of this cell type in the model system.
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    owner: CellTypeProportion
    domain_of:
    - CellTypeProportion
    range: float
  biological_proportion:
    name: biological_proportion
    description: Proportion of this cell type in the biological system.
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    owner: CellTypeProportion
    domain_of:
    - CellTypeProportion
    range: float
  proportion_ratio:
    name: proportion_ratio
    description: Ratio of model to biological proportions.
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    owner: CellTypeProportion
    domain_of:
    - CellTypeProportion
    range: float