Initial commit

This commit is contained in:
Hugo Beaubrun 2024-06-14 17:42:26 +02:00
commit f45c9317da
3 changed files with 75 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
inputs/*
outputs/*

10
README.md Normal file
View File

@ -0,0 +1,10 @@
# Cluster
[🚧WIP🚧] Cluster visualisation Jupyter notebook tool.
Requires the `dataviz38` conda environment.
# TODO
All computation timings are done with the HTS_libraries_all_v6_PCA_no_structure.csv file
- ✅ Plot 3D cluster (~1min)
- Speed upgrade using dask
- Interactive graph

63
cluster.ipynb Normal file

File diff suppressed because one or more lines are too long