/wellFARE

Python package for fluorescent reporter data analysis

Primary LanguagePythonOtherNOASSERTION

WellFARE

WellFARE (well Fluorescence Analysis for Reporter Experiments) is a Python library implementing the methods for growth rate, promoter activity and protein concentration from fluorescence and absorbance data, obtained for instance in a microplate experiment. In addition, the library provides practical tools for the treatment of data from reporter experiments, such as automatized outliers removal, data synchronization, and parsing of Excel files generated by the TECAN Infinite Pro microplate reader.

WellFARE has been developped in team Ibis (INRIA, France) and is licenced under the LGPL. The source code is on Github_.

Installation

You need to install numpy before trying to install WellFARE. You can do it from your distribution repository or directly from the Python Package Index with this command:

sudo pip install numpy

WellFARE can be installed by unzipping the source code in one directory and using this command:

sudo python setup.py install

You can also install it directly from the Python Package Index with this command:

sudo pip install wellfare