Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kdm9/parephase

5'PARE phasing
https://github.com/kdm9/parephase

Last synced: 11 days ago
JSON representation

5'PARE phasing

Awesome Lists containing this project

README

        

PAREphase
=========

Detects phasing around stop sites in 5'PARE data

Free for all users under the MPL v2, see ./LICENSE.

## Install

```bash
pip install parephase
```

## Usage

```shell
$ parephase --help
parephase -- Histogram coverage of 5' PARE data around stop sites

USAGE:
parephase [options] -g GFF_FILE BAMFILE

OPTIONS:
-P Output counts per gene
-u INT Count INT bases upstream of the stop [default: 100]
-d INT Count INT bases downstream stream of the stop [default: 100]
-g GFFFILE GFF file describing gene models.
-l GENIDS File containing a list of gene models. If not given, all gene
models are used, which can create inaccuate results. Please
provide a list of representative gene models.
```