LICENSE
README.md
pyproject.toml
src/scanchor/__init__.py
src/scanchor/config.py
src/scanchor/train.py
src/scanchor.egg-info/PKG-INFO
src/scanchor.egg-info/SOURCES.txt
src/scanchor.egg-info/dependency_links.txt
src/scanchor.egg-info/requires.txt
src/scanchor.egg-info/top_level.txt
src/scanchor/data/__init__.py
src/scanchor/data/covariates.py
src/scanchor/data/datasets.py
src/scanchor/embeddings/__init__.py
src/scanchor/embeddings/scgpt_extract.py
src/scanchor/evaluate/__init__.py
src/scanchor/evaluate/baselines.py
src/scanchor/evaluate/leave_one_batch_out.py
src/scanchor/evaluate/metrics.py
src/scanchor/evaluate/replicate_test.py
src/scanchor/model/__init__.py
src/scanchor/model/batch_discriminator.py
src/scanchor/model/correction_head.py
src/scanchor/model/losses.py
tests/test_batch_discriminator.py
tests/test_correction_head.py
tests/test_integration_pipeline.py
tests/test_losses.py
tests/test_train.py