/pyna

Python analysis for nucleic acids. Analysis scripts for Curves output.

Primary LanguagePythonGNU Lesser General Public License v2.1LGPL-2.1

pyña

Python analysis for Nucleic Acids. Analysis scripts for Curves output.

Curves can be a bit messy to deal with. Pyña helps you get through the tough rind on the outside and into the sweet and juicy results you're looking for.

Requirements

Recommended/Required for some routines:

  • matplotlib
  • ffmeg or mplayer (for AnimatedDataFrame)
  • IPython (we recommend IPython notebooks for interactive analysis and visualization.)

Recommended Installation

We strongly recommend use of anaconda or miniconda to manage your Python installation. A full anaconda install will include pandas, IPython, and matplotlib. If you use miniconda, you should manually install pandas.

Currently, the recommended approach to install pyña is to download the GitHub repository, and to install using pip install -e .. This allows you to use git pull to get updates to this still-developing project.