czbenchmarks.tasks.types ======================== .. py:module:: czbenchmarks.tasks.types .. autoapi-nested-parse:: 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 ---------- .. autoapisummary:: czbenchmarks.tasks.types.CellRepresentation Module Contents --------------- .. py:data:: CellRepresentation