view README.rst @ 36:3985e058fd63 default tip

Use latest version of riboplot from PyPI (0.2.4)
author Vimalkumar Velayudhan <vimalkumarvelayudhan@gmail.com>
date Wed, 25 Nov 2015 13:04:01 +0000
parents de451be99b93
children
line wrap: on
line source

RiboPlot
========
RiboPlot includes programs to plot and output Ribo-Seq read counts from an alignment file (BAM format).

There are two programs in the package:

**riboplot**

    Plot and output read counts (csv) for a single transcript.

**ribocount**

    Output read counts for all transcripts in an alignment.

Free software: GPL license

Documentation: http://pythonhosted.org/riboplot.

PyPI: https://pypi.python.org/pypi/riboplot.

Github Repository: https://github.com/vimalkvn/riboplot.

Online: http://ribogalaxy.ucc.ie (under RiboSeq Analysis/RiboPlot).

.. note::

    Matplotlib installation requires freetype headers and libraries installed
    (``libfreetype6-dev`` on Ubuntu 14.04).