Skip to content

erin5116/compartmentmodels

 
 

Repository files navigation

compartmentmodels

This library provides implementations of three tracer-kinetic models, which are often used for the analysis of DCE MRI data:

  • a two-compartment exchange model
  • a two-compartment uptake model and
  • a one-compartment model

Please see http:https://www.ncbi.nlm.nih.gov/pubmed/23563847 for a review of these models.

Currently, this library is under development, but in a usable status. However, the API might be changed without warning, until an official first release is made.

Usage of this library

Using this library is demonstrated in the accompanying ipython notebook

Requirements

This package is developed under Python 2.7. Currently, numpy and scipy are required for the numerics and pytest for the testing suite.

If you use the Anaconda distribution, all required libraries should be on board or should be easy to install.

Contributing

If you wish to use this library, or if you want to contribute, e.g. by implementing additional models or further features, please contact the author for support.

About

Tracer-kinetic models for DCE MRI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.3%
  • Makefile 2.7%