Git Product home page Git Product logo

anno-dbnsfp's Introduction

anno-dbnsfp

Annotate non-synonymous SNPs with values found in dbNSFP.

Installation and usage for running on Simons Foundation/Flatiron Institute cluster.

sqlite3 must be in your PATH.

pip install --user git+git://github.com/simonsfoundation/anno-dbnsfp.git
export PATH=$PATH:~/.local/bin

For help

anno-dbnsfp.py -h

Create an input file with mutations to be annotated.

echo 'CHROM,POS,ID,REF,ALT,GENE
    13,23909440,.,G,A,SACS
    21,35144452,.,G,A,ITSN1
    1,180235688,.,G,A,LHX4
    7,73731910,.,C,T,CLIP2
    16,3820881,.,G,A,CREBBP
    3,113508666,.,A,G,ATP6V1A
    7,148512615,.,T,C,EZH2
    11,8111646,.,A,C,TUB
    3,21606142,.,G,T,ZNF385D
    9,37015066,.,T,A,PAX5
    2,223917672,.,G,A,KCNE4
    16,71318883,.,T,C,CMTR2
    18,21331038,.,A,G,LAMA3
    17,78831603,.,G,A,RPTOR
    12,49334805,.,A,G,RP11-302B13.5
    5,145603023,.,C,T,RBM27
    10,104596833,rs104894138,G,A,CYP17A1
    12,120436359,.,G,A,CCDC64
    1,213145953,.,C,T,VASH2' > test_mutations.csv
    

Annotate

anno-dbnsfp.py --genome_build=hg19 --input_delim=csv test_mutations.csv
cat test_mutations.csv.ann.tsv

To see all available dbNSFP columns

anno-dbnsfp.py -p test_mutations.csv 

anno-dbnsfp's People

Contributors

asalomatov avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.