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

https://github.com/edawson/fe

A python script/minimal GUI app for aggregating variant annotations and predicting impacts
https://github.com/edawson/fe

Last synced: 3 months ago
JSON representation

A python script/minimal GUI app for aggregating variant annotations and predicting impacts

Awesome Lists containing this project

README

        

fe
----------
Eric T Dawson
October 2017

### Introduction
fe is a single python script that annotates VCF variants with predicted functional impacts.
These come from an aggregated database (dbNSFP) containing variant effect predictions from
multiple tools and optionally from the raw output of bcftools csq (a fast, phase-aware VEP clone from Petr Danecek).
Bedtools (Aaron Quinlan + others) is used to sort and intersect VCF files.

### Installation
fe requires wooey (a python web app framework), pytabix, pyensembl, bedtools and bcftools.

### Usage

python scan.py -i my_vcf.vcf -t tabixFI.gz

### Getting help
post on [github](https://github.com/edawson/fe) for bugs and help!