mbalcerzak / inflammation-analysis

A data management system that deals with clinical trial data used in a clinical trial on inflammation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Purpose of the repo

A data management system that deals with clinical trial data used in a clinical trial on inflammation.

Main feautures

  • Basic statistical analysis over clinical trial data
  • Ability to work on data in .csv format
  • Generate plots

Tests

The tests should be run using pytest

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

About

A data management system that deals with clinical trial data used in a clinical trial on inflammation.


Languages

Language:Python 100.0%