Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/esterpantaleo/altra

altra - A Bayesian method for simultaneous transcript reconstruction and abundance estimation with RNA-Seq data from multiple samples.
https://github.com/esterpantaleo/altra

Last synced: 4 days ago
JSON representation

altra - A Bayesian method for simultaneous transcript reconstruction and abundance estimation with RNA-Seq data from multiple samples.

Awesome Lists containing this project

README

        

###altra

This repository contains **altra**, a **software implementing a Bayesian method
for simultaneous transcript reconstruction and abundance estimation with
RNA-Seq data in multiple samples**. It also contains **sim_sam**, a software
to simulate RNA-Seq data in bam format.

**altra** is free software, you can redistribute it and/or modify it under
the terms of the GNU General Public License.

The GNU General Public License does not permit this software to be
redistributed in proprietary programs.

This library is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE
.
####Dependences

Installation instructions below assume that the [*bedtools*](https://github.com/arq5x/bedtools2) and [*samtools*](http://samtools.sourceforge.net/) are in your `PATH` and that the [*gsl*](http://www.gnu.org/software/gsl/) and [*boost dynamic_bitset*](http://www.boost.org/doc/libs/1_36_0/libs/dynamic_bitset/dynamic_bitset.html) are installed on your system. Also the software uses *R* and the R package [*FLLat*](http://cran.r-project.org/web/packages/FLLat/index.html).

####Installation

To install the software, clone the repository in *~/src/altra*, then:

cd ~/src/altra
make all
make check

and put folder *~/src/altra/scripts* in your `PATH` by adding the following lines to your *~/.bashrc* file:

export PATH=$PATH":$HOME/src/altra/scripts/"

After adding this line to your *.bashrc*, remember to either login again, or do

source ~/.bashrc

####Usage

To print the usage run **altra** with option `-h`:

altra -h

or run **sim_sam** with option `-h`:

sim_sam -h