Coder Social home page Coder Social logo

ccbooleananalysis's Introduction

ccBooleanAnalysis: Boolean-based representations of Biological Systems

ccBooleanAnalysis is an open-source modeling system that can visualize biological networks as logic gate circuits, and vice-versa.

Why ccBooleanAnalysis?

In recent years, discrete dynamic modeling has emerged as a powerful method of modeling and understanding biological systems. One type, boolean network models (which was initially used as a prototypical model of genetic regulatory networks), has been shown to be a tractable approach for modeling large-systems. A boolean network consists of a set of nodes whose state is binary and is determined only by other nodes in the network through Boolean functions. The simplicity and self-containment of these graphs makes it extremely fast to simulate these systems and is also a very realistic interpretation of how biological networks actually work. Unfortunately, no computer systems currently exist for converting a visualization of a biological network into a logic gate visualization and vice-versa.

Preparing to developing (install build tools)

run:

npm install .

Custom Build

If you want to build the just once, run this script in the ccBooleanAnalysis project directory:

gulp scripts

Run file watcher

While if you want to run file watcher that recompile library after every change to source file, run this:

gulp

The ccBooleanAnalysis build files will be in the build/ directory.

Usage

Client-side

<script src="/PATH/TO/ccBooleanAnalysis.min.js" type="text/javascript"></script>
...
var equal = ccBooleanAnalysis.compare("X","Y");

Node.JS

First, run npm install ccBooleanAnalysis. Then, in your source file:

var ccBooleanAnalysis = require('ccBooleanAnalysis');
...
var equal = ccBooleanAnalysis.compare("X","Y");

License

ccBooleanAnalysis is under the ___ license. See LICENSE file.

ccbooleananalysis's People

Contributors

saskaale avatar joshim5 avatar sharma-varun avatar achillesrasquinha avatar fitappstore avatar dependabot[bot] avatar roggeo avatar isaacdorenkamp avatar arthaey avatar mumo-dev avatar shubhamkmr47 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.