myelo

This package contains R code implementations of mathematical models associated with myeloid hematopoiesis, both in normal states and in maligancy. It can be installed via (on Windows this requires R>=2.15.2):

      install.packages(c("deSolve","bbmle"));install.packages("myelo",repos="http://epbi-radivot.cwru.edu")


To install instead from the most recent source code (this requires Rtools on Windows) use:

      library(devtools); install_github("myelo",subdir="myelo",username="radivot")


Once installed, its help pages can then be reached via:

       help(pack="myelo")