.gitignore
LICENSE
README.md
pyproject.toml
readthedocs.yaml
docs/Makefile
docs/api.rst
docs/conf.py
docs/index.rst
docs/make.bat
docs/requirements.txt
docs/images/SOM_example.png
docs/images/generalTQsom.png
docs/tutorials/preparingInputData.ipynb
docs/tutorials/thesomclass.ipynb
docs/tutorials/vizfunctions.ipynb
docs/usage/conda_env_setup.rst
docs/usage/installation.rst
docs/usage/quickstart.rst
src/HySOM.egg-info/PKG-INFO
src/HySOM.egg-info/SOURCES.txt
src/HySOM.egg-info/dependency_links.txt
src/HySOM.egg-info/requires.txt
src/HySOM.egg-info/top_level.txt
src/hysom/__init__.py
src/hysom/hysom.py
src/hysom/pretrainedSOM.py
src/hysom/train_functions.py
src/hysom/validators.py
src/hysom/data/QT_01191000.json
src/hysom/data/classified_loops.json
src/hysom/data/events_01191000.json
src/hysom/data/generalTQSOM_prots.json
src/hysom/utils/__init__.py
src/hysom/utils/aux_funcs.py
src/hysom/utils/datasets.py
src/hysom/utils/plots.py