.coveragerc
.gitignore
.gitmodules
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE.txt
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/build-docs.yml
.github/workflows/pypi-publish.yml
.github/workflows/pypi-test.yml
docs/Makefile
docs/authors.md
docs/changelog.md
docs/conf.py
docs/contributing.md
docs/index.md
docs/license.md
docs/readme.md
docs/requirements.txt
docs/_static/.gitignore
lib/CMakeLists.txt
lib/src/classify_integrated.cpp
lib/src/classify_single.cpp
lib/src/def.h
lib/src/find_classic_markers.cpp
lib/src/init.cpp
lib/src/train_integrated.cpp
lib/src/train_single.cpp
lib/src/utils.h
src/singler/__init__.py
src/singler/_utils.py
src/singler/aggregate_reference.py
src/singler/annotate_integrated.py
src/singler/annotate_single.py
src/singler/classify_integrated.py
src/singler/classify_single.py
src/singler/get_classic_markers.py
src/singler/train_integrated.py
src/singler/train_single.py
src/singler.egg-info/PKG-INFO
src/singler.egg-info/SOURCES.txt
src/singler.egg-info/dependency_links.txt
src/singler.egg-info/not-zip-safe
src/singler.egg-info/requires.txt
src/singler.egg-info/top_level.txt
tests/conftest.py
tests/test_aggregate_reference.py
tests/test_annotate_integrated.py
tests/test_annotate_single.py
tests/test_classify_integrated.py
tests/test_classify_single.py
tests/test_get_classic_markers.py
tests/test_integrated_with_celldex.py
tests/test_single_with_celldex.py
tests/test_train_integrated.py
tests/test_train_single.py
tests/test_utils.py