Implementation of VI method on clonal trees probabilistic model
For reproducibility, we include the environment.yml
file generated from the
conda environment inside which all experiments have been run.
To run the script, just execute it with python3
python ./src/main.py --input input_data.h5ad --output out_path -n-nodes 10 --n-iter 100
Arguments such as input and VI parameters can be set through command line interface.
Run the main script with the -h
flag to view all accepted arguments with their description.
To generate synthetic data, run the simul.py
script with arguments passed from CLI (as for main.py
,
check the help page of the script for accepted arguments).