LICENSE
README.md
pyproject.toml
src/metalsinglecell/__init__.py
src/metalsinglecell/backed.py
src/metalsinglecell/cluster.py
src/metalsinglecell/config.py
src/metalsinglecell/decomposition.py
src/metalsinglecell/embedding.py
src/metalsinglecell/gr.py
src/metalsinglecell/integration.py
src/metalsinglecell/neighbors.py
src/metalsinglecell/pp.py
src/metalsinglecell/preprocess.py
src/metalsinglecell/reference.py
src/metalsinglecell/sparse.py
src/metalsinglecell/spatial.py
src/metalsinglecell/tl.py
src/metalsinglecell/tools.py
src/metalsinglecell/validation.py
src/metalsinglecell.egg-info/PKG-INFO
src/metalsinglecell.egg-info/SOURCES.txt
src/metalsinglecell.egg-info/dependency_links.txt
src/metalsinglecell.egg-info/requires.txt
src/metalsinglecell.egg-info/top_level.txt
src/metalsinglecell/_vendor/__init__.py
src/metalsinglecell/_vendor/mlx_vis/LICENSE
src/metalsinglecell/_vendor/mlx_vis/NOTICE
src/metalsinglecell/_vendor/mlx_vis/__init__.py
src/metalsinglecell/_vendor/mlx_vis/knn.py
src/metalsinglecell/_vendor/mlx_vis/nndescent.py
src/metalsinglecell/_vendor/mlx_vis/normalize.py
src/metalsinglecell/_vendor/mlx_vis/tsne.py
src/metalsinglecell/_vendor/mlx_vis/umap.py
src/metalsinglecell/graph/__init__.py
src/metalsinglecell/graph/_prof.py
src/metalsinglecell/graph/csr_graph.py
src/metalsinglecell/graph/leiden.py
src/metalsinglecell/graph/louvain.py
src/metalsinglecell/graph/primitives.py
tests/test_backed_streaming.py
tests/test_config.py
tests/test_gpu_parity.py
tests/test_harmonize.py
tests/test_import_contract.py
tests/test_postfix_fixes.py
tests/test_validation.py