LICENSE
README.md
pyproject.toml
src/crispyx/__init__.py
src/crispyx/_checkpoint.py
src/crispyx/_disk.py
src/crispyx/_grouping.py
src/crispyx/_kernels.py
src/crispyx/_memory.py
src/crispyx/_messages.py
src/crispyx/_namespaces.py
src/crispyx/_preflight.py
src/crispyx/_size_factors.py
src/crispyx/_statistics.py
src/crispyx/batch.py
src/crispyx/data.py
src/crispyx/de.py
src/crispyx/dimred.py
src/crispyx/glm.py
src/crispyx/plotting.py
src/crispyx/profiling.py
src/crispyx/pseudobulk.py
src/crispyx/qc.py
src/crispyx.egg-info/PKG-INFO
src/crispyx.egg-info/SOURCES.txt
src/crispyx.egg-info/dependency_links.txt
src/crispyx.egg-info/requires.txt
src/crispyx.egg-info/top_level.txt
tests/test_batch_process.py
tests/test_benchmarking.py
tests/test_convert_to_csc.py
tests/test_convert_to_csr.py
tests/test_data_helpers.py
tests/test_de_lowexpr_filter.py
tests/test_de_reload.py
tests/test_dimred.py
tests/test_disk_dispatch.py
tests/test_groupby_alias.py
tests/test_memory_dispatch.py
tests/test_messages.py
tests/test_nb_glm.py
tests/test_normalisation.py
tests/test_normalized_effects.py
tests/test_plotting.py
tests/test_preflight_dispatch.py
tests/test_profiling.py
tests/test_pseudobulk_batch.py
tests/test_pseudobulk_memory.py
tests/test_pseudobulk_profiles.py
tests/test_qc_parity.py
tests/test_scanpy_parity.py
tests/test_streaming_control.py
tests/test_wilcoxon_dispatch.py
tests/test_wilcoxon_stratified.py
tests/test_workflow.py