.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/pypi-publish.yml
.github/workflows/test.yml
src/FHIL_python_utils/__init__.py
src/FHIL_python_utils/_version.py
src/FHIL_python_utils.egg-info/PKG-INFO
src/FHIL_python_utils.egg-info/SOURCES.txt
src/FHIL_python_utils.egg-info/dependency_links.txt
src/FHIL_python_utils.egg-info/requires.txt
src/FHIL_python_utils.egg-info/top_level.txt
src/FHIL_python_utils/plotting/__init__.py
src/FHIL_python_utils/plotting/anndataGridplot.py
src/FHIL_python_utils/plotting/confusionMatrix.py
src/FHIL_python_utils/plotting/rotateXAxisLabels.py
src/FHIL_python_utils/sc/__init__.py
src/FHIL_python_utils/sc/nmadFilter.py
src/FHIL_python_utils/sc/ridgePlot.py
src/FHIL_python_utils/spatial/lassoSelector.py
src/FHIL_python_utils/svm/__init__.py
src/FHIL_python_utils/svm/annotateClustersByConsensus.py
src/FHIL_python_utils/svm/classesFromProba.py
src/FHIL_python_utils/svm/confusionBubbleMatrix.py
src/FHIL_python_utils/svm/featureWeightHeatmap.py