Nothing Special   »   [go: up one dir, main page]

Skip to content

1D ABM of gland fission-based tumour evolution for simulating FMCs.

License

Notifications You must be signed in to change notification settings

vesmanojlovic/methdemon

 
 

Repository files navigation

methdemon

MethDemon (fluctuating methylation clock deme-based oncology model in 1D) is a framework for simulating fluctuating CpG loci in a cancer population expanding via gland fission, of which only a predetermined number of glands are tracked and sampled.

Prerequisites

The program is written in C++; apart from standard libraries, it requires the Boost C++ library.

Installing and compiling

git clone -b methdemon1d https://github.com/vesmanojlovic/methdemon
cd methdemon1d

Then modify the Makefile to include the path to your copy of boost and run

make all

Create a directory where you would like your outputs stored and make a copy of the config.dat file modified with your required parameters. From the repo parent directory run

bin/methdemon <output_dir_path> <config_file_name>

To clear logfiles and binaries run

make clean

About

1D ABM of gland fission-based tumour evolution for simulating FMCs.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 66.8%
  • C++ 33.1%
  • Other 0.1%