anpefi / tumopp

Tumor growth simulation in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tumopp

Tumor growth simulator in C++.

Dependencies

Installation

git clone https://github.com/heavywatal/tumopp.git
mkdir build-tumopp
cd build-tumopp/
cmake -DCMAKE_INSTALL_PREFIX=${HOME}/local ../tumopp
make
make install

Usage

Run tumopp in R via tumorr package

Reference

Watal M. Iwasaki and Hideki Innan (2017) "Simulation Framework for Generating Intratumor Heterogeneity Patterns in a Cancer Cell Population" bioRxive preprint

About

Tumor growth simulation in C++

License:MIT License


Languages

Language:C++ 96.4%Language:CMake 3.6%