Giter VIP home page Giter VIP logo

dgat-onco's Introduction

DGAT-onco

DGAT-onco was designed to detect oncogenes by comparing the mutaitonal profile between cancer population and natural population.

The method is still on progress, please send comments and feedbacks to [email protected]

Requirements

Operation system: Unix/Linux

python 3 (with os, sys, numpy, pandas, math packagegs installed)

Data preparation

inputfile is a VCF file with the INFO annotated by refGene and dbnsfp33a database through ANNOVAR (http://annovar.openbioinformatics.org/en/latest/)

INFO fields are encoded as a semicolon-separated series of short keys with optional values. Please add gene name(at first field), mutatioin type and patient id before anotating on ANNOVAR:

1 152760163 . G A . . KPRP;Missense_Mutation;TCGA-BH-A0HO-01A-11W-A050-09

After annotation, the vcf will be like:

1 152760163 . G A . . KPRP;Missense_Mutation;TCGA-BH-A0HO-01A-11W-A050-09;...;M-CAP_score=0.005;...

... indicate information omitted here. M-CAP_score is the prior mutation weight we used in analysis. Please put your inputfile file in data folder.

Usage

python calculate.py data/inputfile top where inpute file is your file name, top is the number of output

Example: python calculate.py data/BRAC.vcf 50

Result files are:

  1. a csv with genes names and coresponding uEMDs.
  2. a csv with genes have not results (because they have not corresponding 1000G gene with missense_mutation).

dgat-onco's People

Contributors

zhanghaoyang0 avatar

Watchers

 avatar

Forkers

biomed-ai

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.