Giter VIP home page Giter VIP logo

impact's Introduction

Build Status codecov Documentation Status

Impact: a framework for analyzing microbial physiology

Impact assists scientists and engineers to interpret data describing microbial physiology. Impact parses raw data from common equipment such as chromatography (HPLC), and plate readers. Data is automatically interpreted and built into hierarchical objects which describe the experiments and extract features.

Install

Download a Python 3 installation for your platform, or you can use Anaconda. If you are on windows, you will need a way to install numpy, scipy, matplotlib - packaged with Anaconda.

Fresh install

First, clone the repository. You will need your github username and password but if you are here presumably you are logged in.

git clone http://github.com/nvenayak/impact
cd impact

Install the dependencies for the project using requirements.txt:

pip install -r requirements.txt

You may also want to install the additional packages as needed, especially the plotting requirements

pip install -r requirements_plotting.txt
pip install -r requirements_modeling.txt
pip install -r requirements_docs.txt

Install the package

python setup.py install

Optionally, developers may wish to use the develop flag to install the package from the current location, rather than installing in the default Python installation

python setup.py develop

Updating

To update to the latest version, run the following in the root folder:

git pull

Tests

Impact comes with scripts that test the proper functioning of the package. These are available in the tests folder. Every build of impact is tested with these scripts before deployment on github.

Documentation

The documentation is available in docs or a rendered version is available here

Starter Files

A starter ipynb which can be opened with Jupyter notebook has been provided in the Examples_and_Helpers folders. The file comes with comments which will assist users in analyzing their data. A helper file to create trial identifiers has also been provided in the Examples_and_Helpers folder.

impact's People

Contributors

nvenayak avatar kraj593 avatar tomcase avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.