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.
- Python 2.7
- Pandas
- Curves+
- matplotlib
- ffmeg or mplayer (for
AnimatedDataFrame
) - IPython (we recommend IPython notebooks for interactive analysis and visualization.)
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.