.git-hooks-pre-commit
.gitignore
LICENCE.txt
NOTICE.md
README.md
pyproject.toml
.github/workflows/build-sphinx.yml
docs/.nojekyll
docsource/Makefile
docsource/api.rst
docsource/cleanup_notebooks.py
docsource/conf.py
docsource/download_notebooks.py
docsource/index.rst
docsource/references.rst
docsource/release_notes.rst
docsource/_static/logo.svg
docsource/_static/notebook_hacks.css
docsource/_static/readthedocs-custom.css
docsource/_static/tacco_gears.png
docsource/_templates/custom-module-template.rst
docsource/release_notes/release_notes_0.3.0.rst
docsource/release_notes/release_notes_0.4.0.rst
docsource/release_notes/release_notes_0.5.0.rst
docsource/release_notes/template_release_notes.rst
tacco/__init__.py
tacco.egg-info/PKG-INFO
tacco.egg-info/SOURCES.txt
tacco.egg-info/dependency_links.txt
tacco.egg-info/requires.txt
tacco.egg-info/top_level.txt
tacco/benchmarking/__init__.py
tacco/benchmarking/_benchmarking.py
tacco/eval/__init__.py
tacco/eval/score_error.py
tacco/get/__init__.py
tacco/get/_counts.py
tacco/get/_data.py
tacco/get/_positions.py
tacco/plots/__init__.py
tacco/plots/_plots.py
tacco/preprocessing/__init__.py
tacco/preprocessing/_platform.py
tacco/preprocessing/_qc.py
tacco/preprocessing/_reference.py
tacco/testing/__init__.py
tacco/testing/_assert.py
tacco/testing/_freeze.py
tacco/tools/_NMFreg.py
tacco/tools/_OT.py
tacco/tools/_RCTD.py
tacco/tools/_SingleR.py
tacco/tools/__init__.py
tacco/tools/_annotate.py
tacco/tools/_co_occurrence.py
tacco/tools/_enrichments.py
tacco/tools/_find_regions.py
tacco/tools/_goa.py
tacco/tools/_helper.py
tacco/tools/_in_silico.py
tacco/tools/_nnls.py
tacco/tools/_novosparc.py
tacco/tools/_orthology.py
tacco/tools/_points.py
tacco/tools/_projection.py
tacco/tools/_split.py
tacco/tools/_svm.py
tacco/tools/_tangram.py
tacco/tools/_wot.py
tacco/utils/__init__.py
tacco/utils/_dist.py
tacco/utils/_mannwhitneyu.py
tacco/utils/_math.py
tacco/utils/_points.py
tacco/utils/_split.py
tacco/utils/_stats.py
tacco/utils/_utils.py
tests/conftest.py
tests/test_annotation.py
tests/test_co_occurrence.py
tests/test_distances.py
tests/test_enrichments.py
tests/test_get.py
tests/test_math.py
tests/test_mix_in_silico.py
tests/test_orthology.py
tests/test_platform.py
tests/test_points.py
tests/test_regions.py
tests/test_spatial_split.py
tests/test_split.py
tests/test_testing.py
tests/test_utils.py