Skip to content

Enum: ExpressionMatrixType

URI: [bican:ExpressionMatrixType](https://identifiers.org/brain-bican/vocab/ExpressionMatrixType) ## Permissible Values | Value | Meaning | Description | | --- | --- | --- | | normalized | None | Matrix contains normalized expression values | | raw_count | None | Matrix contains raw counts | ## Slots | Name | Description | | --- | --- | | [matrix_type](matrix_type.md) | Whether this matrix contains normalized expression values or raw counts | ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/brain-bican/cell-taxonomy ## LinkML Source
name: ExpressionMatrixType
from_schema: https://w3id.org/brain-bican/cell-taxonomy
rank: 1000
permissible_values:
  normalized:
    text: normalized
    description: Matrix contains normalized expression values.
  raw_count:
    text: raw_count
    description: Matrix contains raw counts.