Skip to content

jeremymcrae/severity_sampler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

severity_sampler: functional severity of de novo mutations

Calculates the significance of seeing N de novo mutations with a summed severity in a given gene.

Install

# you might need cython installed before this e.g. pip install cython
pip install git+git://github.com/jeremymcrae/severity_sampler.git --user

# Alternatively:
git clone https://github.com/jeremymcrae/severity_sampler.git
cd mupit
python setup.py install --user

Usage:

python bin/simulate_severity.py \
    --de-novos PATH_TO_DENOVOS \
    --cadd PATH_TO_SNVS_CADD \
    --constraint PATH_TO_REGIONAL_CONSTRAINT \
    --cache CACHE_FOLDER \
    --genome-build grch37 \
    --output OUTPUT.txt

CADD scores for SNVs are available from the CADD website (see file for all possible SNVs of GRCh37/hg19). Regional constraint scores are available for genes from Samocha et al., Table S2.

About

test severity of de novo mutations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published