.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/anndata_gridplot.py
src/FHIL_python_utils/plotting/confusion_matrix_plot.py
src/FHIL_python_utils/plotting/rotate_x_axis_labels.py
src/FHIL_python_utils/sc/__init__.py
src/FHIL_python_utils/sc/daniel_processing_umap.py
src/FHIL_python_utils/sc/multi_object_embedding_scatter.py
src/FHIL_python_utils/sc/nmad_filter.py
src/FHIL_python_utils/sc/ridge_plot.py
src/FHIL_python_utils/spatial/SpatialLassoManager.py
src/FHIL_python_utils/spatial/multi_object_spatial_scatter.py
src/FHIL_python_utils/svm/__init__.py
src/FHIL_python_utils/svm/annotate_clusters_by_consensus.py
src/FHIL_python_utils/svm/classes_from_probability_matrix.py
src/FHIL_python_utils/svm/confusion_bubble_matrix.py
src/FHIL_python_utils/svm/feature_weight_heatmap.py