Skip to content

fdamani/SPEER

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 

SPEER

SPEER (SPecific tissuE variant Effect predictoR) predicts tissue-specific regulatory effects of rare genetic variants using a hierarchial Bayesian model within a transfer learning framework. SPEER's advantages include:

  • integration of functional genomic annotations (from DNA sequence alone) with tissue-specific gene expression
  • separate predictions in each tissue while flexibly sharing information across tissues
  • computationally efficient algorithm that scales well to a large number of variants.

Installation

To download the code:

git clone https://github.com/farhand7/SPEER

SPEER is written in Python and requires the following packages: pandas, sklearn, numpy.

Usage

For a complete example of the SPEER pipeline using simulated data, see the ipython notebook

src/example.ipynb

For details on the SPEER algorithm, see

src/SPEER.py

To reproduce ROC curves using simulated data for all three settings described in the paper, see

src/simulate_data.py

About

SPEER is a framework for predicting the tissue-specific effects of rare variants

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published