Git Product home page Git Product logo

fitdnm's Introduction

fitDNM

The script used in fitDNM This directory contain scripts and examples to run fitDNM

Files included in this directory:

fitDNM.R: R program which implement fitDNM and the Poisson test

EE_denovo.txt: an example de novo mutation file for input of fitDNM

fit_DNM_dat_denovo_predict_2_4_mu.lis: Example of mutation rate file

fit_DNM_dat_denovo_predict_2_4_polyphen2_table.lis: Example of Polyphen-2 file

double_saddle_point_approx_8_7_2014.R: contain R functions for saddlepoint approximation. Called in fitDNM.R

test.txt, test.out: subset of EE_denovo.txt and result file

To run the program:

In command line R --no-save --slave --args 156 108 EE_denovo.txt fit_DNM_dat_denovo_predict_2_4_mu.lis fit_DNM_dat_denovo_predict_2_4_polyphen2_table.lis EE_denovo.out <fitDNM.R 1>&log 2>err&

The arguments passed to fitDNM.R nmale: # of males in the study. e.g. 156 in Example

nfemale: # of females in the study.e.g. 108 in Example

DNMFile: file contains the De novo mutation information with title line (chr pos ref alt gene) Note: we cannot process chromosome Y now. e.g. EE_denovo.txt

gene_mu_rate_file: mutation rate for each locus. Note, the reference position is labeled as mutation rate 0. e.g. fit_DNM_dat_denovo_predict_2_4_mu.lis

gene_polyphen_file: The polyphen-2 score for all loci of genes used in analysis. (-0.001 refer to Polyphen-2 score is not availabe, synonymous mutations are coded as 3, LOF mutations are coded as 2) e.g. fit_DNM_dat_denovo_predict_2_4_polyphen2_table.lis

resultFile : file to output results. e.g. test.out

fitdnm's People

Contributors

yujiang01 avatar

Watchers

 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.