Giter Site home page Giter Site logo

asd_hum_genet's Introduction

ASD_Hum_Genet.

Code for the ASD project submitted to Human Genetics

What's in the folder

This repo contains:

  • C++ implementation of the functional-flow algorithm.
  • Matlab scripts that generates figures in the manuscript.

External dependencies

The C++ implementation relies on armadillo. To compile the code, please modify the Makefile(s) by changing the path to which armadillo is installed if necessary.

libcb-CPP

This is the dependency library that the implementation of functional-flow relied on. Please build the program by running make under libcb-CPP/build (remember to change the path configuration in Makefile if necessary).

cpp

The implemenation of functional-flow and some other binary program that are used in this manuscript. In particular, after building the binaries, you should be able to see the following program under cpp/bin.

  • make-net.run - the one used to build a network file from plain text file of pcc. The pcc file is a three column file having
    <gene_id_A> <gene_id_B> <correlation>
    
  • merge-net.run - the one used to merge Gene expression network with PPI network.
  • nbp.run - the functional-flow implementation
  • tail-stat.run - the one computes the statistic on the high risk tails (combines gene score and vairant scores)

matlab

This folder contains Matlab scripts that we used to generate figures in the manuscript.

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.