.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CITATION.cff
LICENSE
MANIFEST.in
README.md
codecov.yml
pyproject.toml
tox.ini
.github/workflows/test_and_deploy.yml
.napari/config.yml
docs/_config.yml
docs/_toc.yml
docs/api.rst
docs/clusters-plotter-demo.gif
docs/intro.md
docs/logo.png
docs/references.bib
docs/requirements.txt
docs/contributing/documentation.md
docs/contributing/new_algorithm.md
docs/examples/sample_data.md
docs/examples/imgs/sample_data_bbbc1.gif
docs/examples/imgs/sample_data_cells3d.gif
docs/examples/imgs/sample_data_skan_skeleton.gif
docs/examples/imgs/sample_data_tgmm.gif
docs/usage/clustering_widget.md
docs/usage/dimensionality_reduction_widget.md
docs/usage/overview.md
docs/usage/plotter_widget.md
docs/usage/imgs/Zeichnung.svg
docs/usage/imgs/categorical_features.png
docs/usage/imgs/clustering_overview1.png
docs/usage/imgs/clustering_overview1_annotated.png
docs/usage/imgs/clustering_overview2.png
docs/usage/imgs/clustering_overview3.png
docs/usage/imgs/clustering_visualization1.png
docs/usage/imgs/copy_export_objects_function.gif
docs/usage/imgs/dimensionality_reduction_overview1.png
docs/usage/imgs/dimensionality_reduction_overview1_annotated.png
docs/usage/imgs/dimensionality_reduction_overview2.png
docs/usage/imgs/dimensionality_reduction_visualize1.png
docs/usage/imgs/dimensionality_reduction_visualize2.png
docs/usage/imgs/feature_immediacy3.gif
docs/usage/imgs/features_immediacy1.gif
docs/usage/imgs/features_immediacy2.gif
docs/usage/imgs/layer_demo_tracks.gif
docs/usage/imgs/plotter_overview1.png
docs/usage/imgs/plotter_overview1_annotated.png
docs/usage/imgs/plotter_overview2.png
docs/usage/imgs/plotter_overview3.png
docs/usage/imgs/plotter_overview3_annotated.png
docs/usage/imgs/selecting_cluster_id.png
docs/usage/imgs/selecting_features1.gif
docs/usage/imgs/selecting_layers1.png
docs/usage/imgs/selecting_layers1_annotated.png
docs/usage/imgs/selecting_layers2.png
docs/usage/imgs/selecting_layers3.gif
docs/usage/imgs/selecting_layers4.png
docs/usage/imgs/selecting_layers4_annotated.png
docs/usage/imgs/selecting_layers5.png
notebooks/demo_biological_data.ipynb
notebooks/demo_cluster_export.ipynb
notebooks/demo_new_plotter.ipynb
notebooks/demo_new_reduction.ipynb
notebooks/demo_shapes_clustering.ipynb
src/napari_clusters_plotter/__init__.py
src/napari_clusters_plotter/_algorithm_widget.py
src/napari_clusters_plotter/_algorithms.py
src/napari_clusters_plotter/_dim_reduction_and_clustering.py
src/napari_clusters_plotter/_new_plotter_widget.py
src/napari_clusters_plotter/_sample_data.py
src/napari_clusters_plotter/_utilities.py
src/napari_clusters_plotter/_version.py
src/napari_clusters_plotter/napari.yaml
src/napari_clusters_plotter/plotter_inputs.ui
src/napari_clusters_plotter.egg-info/PKG-INFO
src/napari_clusters_plotter.egg-info/SOURCES.txt
src/napari_clusters_plotter.egg-info/dependency_links.txt
src/napari_clusters_plotter.egg-info/entry_points.txt
src/napari_clusters_plotter.egg-info/requires.txt
src/napari_clusters_plotter.egg-info/top_level.txt
src/napari_clusters_plotter/_tests/__init__.py
src/napari_clusters_plotter/_tests/test_dimensionality_reduction.py
src/napari_clusters_plotter/_tests/test_layers.py
src/napari_clusters_plotter/_tests/test_plotter.py
src/napari_clusters_plotter/_tests/test_sample_data.py
src/napari_clusters_plotter/sample_data/BBBC007_v1_images/data_source.txt
src/napari_clusters_plotter/sample_data/BBBC007_v1_images/A9/A9 p10d.tif
src/napari_clusters_plotter/sample_data/BBBC007_v1_images/A9/A9 p10d_features.csv
src/napari_clusters_plotter/sample_data/BBBC007_v1_images/A9/A9 p10d_labels.tif
src/napari_clusters_plotter/sample_data/BBBC007_v1_images/A9/A9 p5d.tif
src/napari_clusters_plotter/sample_data/BBBC007_v1_images/A9/A9 p5d_features.csv
src/napari_clusters_plotter/sample_data/BBBC007_v1_images/A9/A9 p5d_labels.tif
src/napari_clusters_plotter/sample_data/BBBC007_v1_images/A9/A9 p7d.tif
src/napari_clusters_plotter/sample_data/BBBC007_v1_images/A9/A9 p7d_features.csv
src/napari_clusters_plotter/sample_data/BBBC007_v1_images/A9/A9 p7d_labels.tif
src/napari_clusters_plotter/sample_data/BBBC007_v1_images/A9/A9 p9d.tif
src/napari_clusters_plotter/sample_data/BBBC007_v1_images/A9/A9 p9d_features.csv
src/napari_clusters_plotter/sample_data/BBBC007_v1_images/A9/A9 p9d_labels.tif
src/napari_clusters_plotter/sample_data/BBBC007_v1_images/f96 (17)/17P1_POS0006_D_1UL.tif
src/napari_clusters_plotter/sample_data/BBBC007_v1_images/f96 (17)/17P1_POS0006_D_1UL_features.csv
src/napari_clusters_plotter/sample_data/BBBC007_v1_images/f96 (17)/17P1_POS0006_D_1UL_labels.tif
src/napari_clusters_plotter/sample_data/BBBC007_v1_images/f96 (17)/17P1_POS0007_D_1UL.tif
src/napari_clusters_plotter/sample_data/BBBC007_v1_images/f96 (17)/17P1_POS0007_D_1UL_features.csv
src/napari_clusters_plotter/sample_data/BBBC007_v1_images/f96 (17)/17P1_POS0007_D_1UL_labels.tif
src/napari_clusters_plotter/sample_data/BBBC007_v1_images/f96 (17)/17P1_POS0011_D_1UL.tif
src/napari_clusters_plotter/sample_data/BBBC007_v1_images/f96 (17)/17P1_POS0011_D_1UL_features.csv
src/napari_clusters_plotter/sample_data/BBBC007_v1_images/f96 (17)/17P1_POS0011_D_1UL_labels.tif
src/napari_clusters_plotter/sample_data/BBBC007_v1_images/f96 (17)/17P1_POS0013_D_1UL.tif
src/napari_clusters_plotter/sample_data/BBBC007_v1_images/f96 (17)/17P1_POS0013_D_1UL_features.csv
src/napari_clusters_plotter/sample_data/BBBC007_v1_images/f96 (17)/17P1_POS0013_D_1UL_labels.tif
src/napari_clusters_plotter/sample_data/BBBC007_v1_images/f96 (17)/17P1_POS0014_D_1UL.tif
src/napari_clusters_plotter/sample_data/BBBC007_v1_images/f96 (17)/17P1_POS0014_D_1UL_features.csv
src/napari_clusters_plotter/sample_data/BBBC007_v1_images/f96 (17)/17P1_POS0014_D_1UL_labels.tif
src/napari_clusters_plotter/sample_data/BBBC007_v1_images/f9620/20P1_POS0002_D_1UL_labels.tif
src/napari_clusters_plotter/sample_data/BBBC007_v1_images/f9620/20P1_POS0005_D_1UL.tif
src/napari_clusters_plotter/sample_data/BBBC007_v1_images/f9620/20P1_POS0005_D_1UL_features.csv
src/napari_clusters_plotter/sample_data/BBBC007_v1_images/f9620/20P1_POS0005_D_1UL_labels.tif
src/napari_clusters_plotter/sample_data/BBBC007_v1_images/f9620/20P1_POS0007_D_1UL.tif
src/napari_clusters_plotter/sample_data/BBBC007_v1_images/f9620/20P1_POS0007_D_1UL_features.csv
src/napari_clusters_plotter/sample_data/BBBC007_v1_images/f9620/20P1_POS0007_D_1UL_labels.tif
src/napari_clusters_plotter/sample_data/BBBC007_v1_images/f9620/20P1_POS0008_D_1UL.tif
src/napari_clusters_plotter/sample_data/BBBC007_v1_images/f9620/20P1_POS0008_D_1UL_features.csv
src/napari_clusters_plotter/sample_data/BBBC007_v1_images/f9620/20P1_POS0008_D_1UL_labels.tif
src/napari_clusters_plotter/sample_data/BBBC007_v1_images/f9620/20P1_POS0010_D_1UL.tif
src/napari_clusters_plotter/sample_data/BBBC007_v1_images/f9620/20P1_POS0010_D_1UL_features.csv
src/napari_clusters_plotter/sample_data/BBBC007_v1_images/f9620/20P1_POS0010_D_1UL_labels.tif
src/napari_clusters_plotter/sample_data/BBBC007_v1_images/f9620/20P1_POS0011_D_1UL.tif
src/napari_clusters_plotter/sample_data/BBBC007_v1_images/f9620/20P1_POS0011_D_1UL_features.csv
src/napari_clusters_plotter/sample_data/BBBC007_v1_images/f9620/20P1_POS0011_D_1UL_labels.tif
src/napari_clusters_plotter/sample_data/cells3d/faces.txt
src/napari_clusters_plotter/sample_data/cells3d/nucleus.tif
src/napari_clusters_plotter/sample_data/cells3d/signature.csv
src/napari_clusters_plotter/sample_data/cells3d/vertices.txt
src/napari_clusters_plotter/sample_data/compression_vectors/data_source.txt
src/napari_clusters_plotter/sample_data/compression_vectors/granular_compression_test.csv
src/napari_clusters_plotter/sample_data/shapes_skeleton/all_paths.csv
src/napari_clusters_plotter/sample_data/shapes_skeleton/blobs.tif
src/napari_clusters_plotter/sample_data/shapes_skeleton/skeleton_features.csv
src/napari_clusters_plotter/sample_data/tracking_data/LICENSE
src/napari_clusters_plotter/sample_data/tracking_data/README.md
src/napari_clusters_plotter/sample_data/tracking_data/tgmm-mini-spot.csv
src/napari_clusters_plotter/sample_data/tracking_data/tgmm-mini-tracks-layer-data.csv
src/napari_clusters_plotter/sample_data/tracking_data/tgmm-mini.csv
src/napari_clusters_plotter/sample_data/tracking_data/tgmm-mini.tif