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

https://github.com/danko-lab/stabilityhmm

Inference of transcript stability from polyA and 5' splice site sequence elements
https://github.com/danko-lab/stabilityhmm

Last synced: 8 months ago
JSON representation

Inference of transcript stability from polyA and 5' splice site sequence elements

Awesome Lists containing this project

README

          

stabilityHMM
============

Inference of transcript stability from polyA and 5' splice site sequence elements

Installation:
============
1) Install RGHMM package from the GitHub as the following scripts.

> git clone https://github.com/andrelmartins/QHMM.git

> cd QHMM

> R CMD INSTALL rqhmm

2) Install twoBit package from the GitHub as the following scripts

> git clone https://github.com/andrelmartins/TwoBit.git

> cd TwoBit

> make

Notice: If you are failed to install TwoBit package, please see the reported issue at:
https://github.com/andrelmartins/TwoBit/issues/1

3) Install stabilityHMM package from the GitHub

> git clone https://github.com/Danko-Lab/stabilityHMM.git

> cd stabilityHMM

> make