LICENSE
NOTICE
README.md
pyproject.toml
setup.cfg
./phenonaut/__init__.py
./phenonaut/__main__.py
./phenonaut/phenonaut.py
./phenonaut/utils.py
./phenonaut/workflow.py
./phenonaut/data/__init__.py
./phenonaut/data/dataset.py
./phenonaut/data/platemap_querier.py
./phenonaut/data/recipes.py
./phenonaut/metrics/__init__.py
./phenonaut/metrics/distances.py
./phenonaut/metrics/measures.py
./phenonaut/output/__init__.py
./phenonaut/output/boxplot.py
./phenonaut/output/heatmap.py
./phenonaut/output/pair_plot.py
./phenonaut/output/ph0_pptx_template.pptx
./phenonaut/output/ph0_pptx_template_desc.pptx
./phenonaut/output/pptx.py
./phenonaut/output/scatter.py
./phenonaut/output/spreadsheet.py
./phenonaut/output/visualisation_base.py
./phenonaut/packaged_datasets/__init__.py
./phenonaut/packaged_datasets/base.py
./phenonaut/packaged_datasets/breast_cancer.py
./phenonaut/packaged_datasets/cmap.py
./phenonaut/packaged_datasets/iris.py
./phenonaut/packaged_datasets/lincs.py
./phenonaut/packaged_datasets/tcga.py
./phenonaut/predict/__init__.py
./phenonaut/predict/optuna_functions.py
./phenonaut/predict/predict_utils.py
./phenonaut/predict/predictor_dataclasses.py
./phenonaut/predict/profile.py
./phenonaut/transforms/__init__.py
./phenonaut/transforms/dimensionality_reduction.py
./phenonaut/transforms/generic_transformations.py
./phenonaut/transforms/preparative.py
./phenonaut/transforms/supervised_transformer.py
./phenonaut/transforms/transformer.py
phenonaut/__init__.py
phenonaut/__main__.py
phenonaut/phenonaut.py
phenonaut/utils.py
phenonaut/workflow.py
phenonaut.egg-info/PKG-INFO
phenonaut.egg-info/SOURCES.txt
phenonaut.egg-info/dependency_links.txt
phenonaut.egg-info/requires.txt
phenonaut.egg-info/top_level.txt
phenonaut/data/__init__.py
phenonaut/data/dataset.py
phenonaut/data/platemap_querier.py
phenonaut/data/recipes.py
phenonaut/metrics/__init__.py
phenonaut/metrics/distances.py
phenonaut/metrics/measures.py
phenonaut/output/__init__.py
phenonaut/output/boxplot.py
phenonaut/output/heatmap.py
phenonaut/output/pair_plot.py
phenonaut/output/ph0_pptx_template.pptx
phenonaut/output/ph0_pptx_template_desc.pptx
phenonaut/output/pptx.py
phenonaut/output/scatter.py
phenonaut/output/spreadsheet.py
phenonaut/output/visualisation_base.py
phenonaut/packaged_datasets/__init__.py
phenonaut/packaged_datasets/base.py
phenonaut/packaged_datasets/breast_cancer.py
phenonaut/packaged_datasets/cmap.py
phenonaut/packaged_datasets/iris.py
phenonaut/packaged_datasets/lincs.py
phenonaut/packaged_datasets/tcga.py
phenonaut/predict/__init__.py
phenonaut/predict/optuna_functions.py
phenonaut/predict/predict_utils.py
phenonaut/predict/predictor_dataclasses.py
phenonaut/predict/profile.py
phenonaut/transforms/__init__.py
phenonaut/transforms/dimensionality_reduction.py
phenonaut/transforms/generic_transformations.py
phenonaut/transforms/preparative.py
phenonaut/transforms/supervised_transformer.py
phenonaut/transforms/transformer.py
test/test_dataset.py
test/test_phenonaut_obj.py
test/test_prediction.py
test/test_preparation.py
test/test_transformations.py