/python-intermediate-inflammation

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Inflam

Inflam is a data management system written in Python that manages trial data used in clinical inflammation studies.

Main features

  • Provide basic statistical analysis of clinical trial data
  • Ability to work on trial data in Comma-Separated Value (CSV) format
  • Generate plots of trial data
  • Analytical functions and views can be easily extended based on its Model-View-Controller architecture.

Dependencies

Inflam requires the following Python packages:

  • NumPy - makes use of NumPy's statistical functions
  • Matplotlib - uses Matplotlib to generate statistical plots

The following optional packages are required to run Inflam's unit tests:

  • pytest - Inflam's unit tests are written with pytest
  • pytest-cov - Adds test coverage stats to unit testing

Continuous Integration build in Github Actions