view README.rst @ 31:69f43f4144df

Use latest version of riboplot from PyPI (0.2.2)
author Vimalkumar Velayudhan <vimalkumarvelayudhan@gmail.com>
date Fri, 30 Oct 2015 10:01:30 +0000
parents b26c8f3b5aa6
children fc2094c0f355
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

Repository: https://github.com/vimalkumarvelayudhan/riboplot


.. note::

    RNA coverage plot requires `bedtools <https://github.com/arq5x/bedtools2>`_ to be installed. 

    This release of riboplot has been tested with bedtools version ``2.17.0``.

    On Ubuntu and derivatives, bedtools can be installed from the repositories using::

        sudo apt-get install bedtools