Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mills-lab/spectre

Spectral coherence classification of actively translated regions in ribosome profiling sequence data.
https://github.com/mills-lab/spectre

Last synced: 2 months ago
JSON representation

Spectral coherence classification of actively translated regions in ribosome profiling sequence data.

Awesome Lists containing this project

README

        

# SPECtre

## To Do
Major revision under active developemnt, please refer to this section before submitting a bug report for ongoing amendments and pending changes. Last stable release can be found under the 'Releases' tab in the main repository.

* Individual modules should be working, but unified pipeline is not
* Add support for multi-threading
* Work on visualization module
* Work on metagene module
* Add test annotation files and test data (both UCSC and Ensembl)
* Add docstrings for all modules and functions
* Develop module tests
* Additional documentation

## Description
This software is designed to identify regions of active translation from ribosome profiling sequence data. The analytical pipeline scores the translational status of each annotated region (5'UTR, CDS, exon, 3'UTR) as a function of its spectral coherence to an idealized trinucleotide signal.

## Requirements
* Python (v.3.6.0+): https://www.python.org or https://anaconda.com (recommended)
* HTSeq: https://pypi.org/project/HTSeq (or conda install -c bioconda htseq)
* NumPy: https://pypi.org/project/numpy (or conda install -c anaconda numpy)
* SciPy: https://pypi.org/project/scipy (or conda install -c anaconda scipy)
* Pandas: https://pypi.org/project/pandas (or conda install -c anaconda pandas)
* docopt: https://pypi.org/project/docopt (or conda install -c anaconda docopt)

## Quick Start

## Required Files

## Output

## Usage

### Parameters

### Required File Arguments