.clang-format
.gitignore
.gitmodules
.pylintrc
.readthedocs.yml
HISTORY.rst
LICENSE.rst
MANIFEST.in
Makefile
README.rst
requirements.txt
requirements_dev.txt
requirements_test.txt
setup.cfg
setup.py
tox.ini
.github/workflows/wheel-linux.310.manylinux.yml
.github/workflows/wheel-linux.310.musllinux.yml
.github/workflows/wheel-linux.311.manylinux.yml
.github/workflows/wheel-linux.311.musllinux.yml
.github/workflows/wheel-linux.312.manylinux.yml
.github/workflows/wheel-linux.312.musllinux.yml
.github/workflows/wheel-linux.37.manylinux.yml
.github/workflows/wheel-linux.37.musllinux.yml
.github/workflows/wheel-linux.38.manylinux.yml
.github/workflows/wheel-linux.38.musllinux.yml
.github/workflows/wheel-linux.39.manylinux.yml
.github/workflows/wheel-linux.39.musllinux.yml
.github/workflows/wheel-macos.310.arm64.yml
.github/workflows/wheel-macos.310.x86_64.yml
.github/workflows/wheel-macos.311.arm64.yml
.github/workflows/wheel-macos.311.x86_64.yml
.github/workflows/wheel-macos.312.arm64.yml
.github/workflows/wheel-macos.312.x86_64.yml
.github/workflows/wheel-macos.37.x86_64.yml
.github/workflows/wheel-macos.38.arm64.yml
.github/workflows/wheel-macos.38.x86_64.yml
.github/workflows/wheel-macos.39.arm64.yml
.github/workflows/wheel-macos.39.x86_64.yml
bin/convert_0.8_to_0.9.py
docs/API.rst
docs/Makefile
docs/broom.svg
docs/conf.py
docs/history.rst
docs/index.rst
docs/metacells.png
docs/parameters.rst
docs/pipeline.rst
docs/readme.rst
docs/scripts.rst
docs/timing_script.part.1
docs/timing_script.part.2
docs/timing_script.part.3
docs/timing_script.part.4
docs/timing_script.part.5
docs/timing_script.rst
docs/tools.rst
docs/utilities.rst
metacells/__init__.py
metacells/auroc.cpp
metacells/check_avx2.py
metacells/choose_seeds.cpp
metacells/correlate.cpp
metacells/cover.cpp
metacells/downsample.cpp
metacells/extensions.cpp
metacells/extensions.h
metacells/folds.cpp
metacells/gaps.cpp
metacells/logistics.cpp
metacells/parameters.py
metacells/partitions.cpp
metacells/prune_per.cpp
metacells/py.typed
metacells/rank.cpp
metacells/relayout.cpp
metacells/should_check_avx2.py
metacells/shuffle.cpp
metacells/top_per.cpp
metacells.egg-info/PKG-INFO
metacells.egg-info/SOURCES.txt
metacells.egg-info/dependency_links.txt
metacells.egg-info/entry_points.txt
metacells.egg-info/requires.txt
metacells.egg-info/top_level.txt
metacells/pipeline/__init__.py
metacells/pipeline/collect.py
metacells/pipeline/direct.py
metacells/pipeline/divide_and_conquer.py
metacells/pipeline/exclude.py
metacells/pipeline/mark.py
metacells/pipeline/mcview.py
metacells/pipeline/projection.py
metacells/pipeline/related_genes.py
metacells/pipeline/select.py
metacells/pipeline/umap.py
metacells/scripts/__init__.py
metacells/scripts/timing.py
metacells/tools/__init__.py
metacells/tools/apply.py
metacells/tools/bursty_lonely.py
metacells/tools/candidates.py
metacells/tools/convey.py
metacells/tools/deviants.py
metacells/tools/dissolve.py
metacells/tools/distinct.py
metacells/tools/downsample.py
metacells/tools/filter.py
metacells/tools/group.py
metacells/tools/high.py
metacells/tools/knn_graph.py
metacells/tools/layout.py
metacells/tools/mask.py
metacells/tools/named.py
metacells/tools/project.py
metacells/tools/properly_sampled.py
metacells/tools/quality.py
metacells/tools/rare.py
metacells/tools/similarity.py
metacells/utilities/__init__.py
metacells/utilities/annotation.py
metacells/utilities/computation.py
metacells/utilities/documentation.py
metacells/utilities/logging.py
metacells/utilities/parallel.py
metacells/utilities/progress.py
metacells/utilities/py.typed
metacells/utilities/timing.py
metacells/utilities/typing.py
pybind11/include/pybind11/attr.h
pybind11/include/pybind11/buffer_info.h
pybind11/include/pybind11/cast.h
pybind11/include/pybind11/chrono.h
pybind11/include/pybind11/common.h
pybind11/include/pybind11/complex.h
pybind11/include/pybind11/eigen.h
pybind11/include/pybind11/embed.h
pybind11/include/pybind11/eval.h
pybind11/include/pybind11/functional.h
pybind11/include/pybind11/gil.h
pybind11/include/pybind11/iostream.h
pybind11/include/pybind11/numpy.h
pybind11/include/pybind11/operators.h
pybind11/include/pybind11/options.h
pybind11/include/pybind11/pybind11.h
pybind11/include/pybind11/pytypes.h
pybind11/include/pybind11/stl.h
pybind11/include/pybind11/stl_bind.h
pybind11/include/pybind11/type_caster_pyobject_ptr.h
pybind11/include/pybind11/detail/class.h
pybind11/include/pybind11/detail/common.h
pybind11/include/pybind11/detail/descr.h
pybind11/include/pybind11/detail/init.h
pybind11/include/pybind11/detail/internals.h
pybind11/include/pybind11/detail/type_caster_base.h
pybind11/include/pybind11/detail/typeid.h
pybind11/include/pybind11/eigen/common.h
pybind11/include/pybind11/eigen/matrix.h
pybind11/include/pybind11/eigen/tensor.h
pybind11/include/pybind11/stl/filesystem.h
tests/__init__.py
tests/test_data.py
tests/test_utilities.py