LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
src/scbac/__init__.py
src/scbac/__main__.py
src/scbac/_released_loader.py
src/scbac/aaso.py
src/scbac/analysis.py
src/scbac/cli.py
src/scbac/constants.py
src/scbac/custom.py
src/scbac/data.py
src/scbac/install_models.py
src/scbac/paths.py
src/scbac/pretrained.py
src/scbac/raa.py
src/scbac/training.py
src/scbac/utils.py
src/scbac/visualization.py
src/scbac.egg-info/PKG-INFO
src/scbac.egg-info/SOURCES.txt
src/scbac.egg-info/dependency_links.txt
src/scbac.egg-info/entry_points.txt
src/scbac.egg-info/requires.txt
src/scbac.egg-info/top_level.txt
src/scbac/models/__init__.py
src/scbac/models/clm.py
src/scbac/models/elasticnet.py
src/scbac/models/transformer.py
src/scbac/pretrained_raa/.DS_Store
src/scbac/pretrained_raa/README.md
src/scbac/pretrained_raa/Ensemble_Adult/.gitkeep
src/scbac/pretrained_raa/Ensemble_Adult/adult_linear_DonorRAA.pkl
src/scbac/pretrained_raa/Ensemble_Adult/adult_linear_celllevel.pkl
src/scbac/pretrained_raa/Ensemble_Adult/thresholds_20260602_103912.json
tests/test_core.py
tests/test_paths.py