czbenchmarks.tasks.types
This module defines types used for representing cell data in computational biology tasks.
- Types:
CellRepresentation: A union type representing various formats of cell data, including dense arrays, sparse matrices, and dataframes. This type can be expanded to include subtypes such as GeneExpression, Embedding, CellImage, etc.
Attributes
Module Contents
- czbenchmarks.tasks.types.CellRepresentation