Skip to content

Class: CellTypeCoverage

Assessment of cell type representation and cellular diversity between systems.

URI: [namo:CellTypeCoverage](https://w3id.org/monarch-initiative/namo/CellTypeCoverage)
classDiagram class CellTypeCoverage click CellTypeCoverage href "../CellTypeCoverage/" NamedThing <|-- CellTypeCoverage click NamedThing href "../NamedThing/" CellTypeCoverage : cell_type_proportions CellTypeCoverage --> "*" CellTypeProportion : cell_type_proportions click CellTypeProportion href "../CellTypeProportion/" CellTypeCoverage : coverage_percentage CellTypeCoverage : description CellTypeCoverage : id CellTypeCoverage : missing_cell_types CellTypeCoverage --> "*" Cell : missing_cell_types click Cell href "../Cell/" CellTypeCoverage : name CellTypeCoverage : represented_cell_types CellTypeCoverage --> "*" Cell : represented_cell_types click Cell href "../Cell/" CellTypeCoverage : single_cell_method CellTypeCoverage : type
## Inheritance * [NamedThing](NamedThing.md) * **CellTypeCoverage** ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [coverage_percentage](coverage_percentage.md) | 0..1
[Float](Float.md) | Percentage of target cell types represented in the model system | direct | | [represented_cell_types](represented_cell_types.md) | *
[Cell](Cell.md) | List of cell types present in both model and biological system | direct | | [missing_cell_types](missing_cell_types.md) | *
[Cell](Cell.md) | List of cell types present in biological system but missing in model | direct | | [cell_type_proportions](cell_type_proportions.md) | *
[CellTypeProportion](CellTypeProportion.md) | Quantitative comparison of cell type proportions | direct | | [single_cell_method](single_cell_method.md) | 0..1
[String](String.md) | Method used for single-cell analysis (e | direct | | [id](id.md) | 1
[Uriorcurie](Uriorcurie.md) | A unique identifier for a thing | [NamedThing](NamedThing.md) | | [name](name.md) | 0..1
[String](String.md) | A human-readable name for a thing | [NamedThing](NamedThing.md) | | [description](description.md) | 0..1
[String](String.md) | A human-readable description for a thing | [NamedThing](NamedThing.md) | | [type](type.md) | 0..1
[String](String.md) | | [NamedThing](NamedThing.md) | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [StructuredConcordanceResult](StructuredConcordanceResult.md) | [cell_type_coverage](cell_type_coverage.md) | range | [CellTypeCoverage](CellTypeCoverage.md) | ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/monarch-initiative/namo ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | namo:CellTypeCoverage | | native | namo:CellTypeCoverage | ## LinkML Source ### Direct
name: CellTypeCoverage
description: Assessment of cell type representation and cellular diversity between
  systems.
from_schema: https://w3id.org/monarch-initiative/namo
is_a: NamedThing
attributes:
  coverage_percentage:
    name: coverage_percentage
    description: Percentage of target cell types represented in the model system.
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    domain_of:
    - CellTypeCoverage
    range: float
  represented_cell_types:
    name: represented_cell_types
    description: List of cell types present in both model and biological system.
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    domain_of:
    - CellTypeCoverage
    range: Cell
    bindings:
    - range: CellTypeEnum
      obligation_level: REQUIRED
      binds_value_of: id
    multivalued: true
    inlined_as_list: true
  missing_cell_types:
    name: missing_cell_types
    description: List of cell types present in biological system but missing in model.
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    domain_of:
    - CellTypeCoverage
    range: Cell
    bindings:
    - range: CellTypeEnum
      obligation_level: REQUIRED
      binds_value_of: id
    multivalued: true
    inlined_as_list: true
  cell_type_proportions:
    name: cell_type_proportions
    description: Quantitative comparison of cell type proportions.
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    domain_of:
    - CellTypeCoverage
    range: CellTypeProportion
    multivalued: true
    inlined_as_list: true
  single_cell_method:
    name: single_cell_method
    description: Method used for single-cell analysis (e.g., scRNA-seq, flow cytometry).
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    domain_of:
    - CellTypeCoverage

### Induced
name: CellTypeCoverage
description: Assessment of cell type representation and cellular diversity between
  systems.
from_schema: https://w3id.org/monarch-initiative/namo
is_a: NamedThing
attributes:
  coverage_percentage:
    name: coverage_percentage
    description: Percentage of target cell types represented in the model system.
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    owner: CellTypeCoverage
    domain_of:
    - CellTypeCoverage
    range: float
  represented_cell_types:
    name: represented_cell_types
    description: List of cell types present in both model and biological system.
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    owner: CellTypeCoverage
    domain_of:
    - CellTypeCoverage
    range: Cell
    bindings:
    - range: CellTypeEnum
      obligation_level: REQUIRED
      binds_value_of: id
    multivalued: true
    inlined: true
    inlined_as_list: true
  missing_cell_types:
    name: missing_cell_types
    description: List of cell types present in biological system but missing in model.
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    owner: CellTypeCoverage
    domain_of:
    - CellTypeCoverage
    range: Cell
    bindings:
    - range: CellTypeEnum
      obligation_level: REQUIRED
      binds_value_of: id
    multivalued: true
    inlined: true
    inlined_as_list: true
  cell_type_proportions:
    name: cell_type_proportions
    description: Quantitative comparison of cell type proportions.
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    owner: CellTypeCoverage
    domain_of:
    - CellTypeCoverage
    range: CellTypeProportion
    multivalued: true
    inlined: true
    inlined_as_list: true
  single_cell_method:
    name: single_cell_method
    description: Method used for single-cell analysis (e.g., scRNA-seq, flow cytometry).
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    owner: CellTypeCoverage
    domain_of:
    - CellTypeCoverage
    range: string
  id:
    name: id
    description: A unique identifier for a thing
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    owner: CellTypeCoverage
    domain_of:
    - NamedThing
    - Reference
    - BiolinkEntity
    range: uriorcurie
    required: true
  name:
    name: name
    description: A human-readable name for a thing
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    slot_uri: schema:name
    owner: CellTypeCoverage
    domain_of:
    - NamedThing
    - BiolinkEntity
    range: string
  description:
    name: description
    description: A human-readable description for a thing
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    slot_uri: schema:description
    owner: CellTypeCoverage
    domain_of:
    - NamedThing
    - BiolinkEntity
    range: string
  type:
    name: type
    from_schema: https://w3id.org/monarch-initiative/namo
    rank: 1000
    designates_type: true
    owner: CellTypeCoverage
    domain_of:
    - NamedThing
    range: string