Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.35 KB

File metadata and controls

34 lines (23 loc) · 1.35 KB

Inflam

Continuous Integration build in GitHub Actions

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

Main Features

Here are some key features of Inflam:

  • Provide basic statistical analyses over clinical trial data
  • Ability ti woek on trial data in Comma0-Seperated Value (CSV) format.
  • Generate plots of trial data.
  • Analytical functions and views can be easily extended based on its Model-View-Controller architecture

Prerequisites

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 using pytest
  • pytest-cov - Adds test coverage stats to unit testing

Installation

Can be installed and run by cloning this git repository and running the below commands:

git clone git@github.com:JBello1610/python-intermediate-inflammation.git

cd python-intermediate-inflammation/

python inflammation-analysis.py