Git Product home page Git Product logo

mfa_design's People

Contributors

hvdinh16 avatar shyamsrinivasan avatar

Watchers

 avatar  avatar  avatar

Forkers

fromseto

mfa_design's Issues

Calculate coefficients of MILP objective for reversible reactions

There are three choices for these:

  1. (currently implemented) Take difference of absolute flux values for two mutants
    sqrt[ sum[ abs(v1_j) - abs(v2_j) ]^2 ]
  2. Difference of flux values for two mutants
    sqrt[ sum[ v1_j - v2_j ]^2 ]
  3. Split to two reactions and consider them separately, thus there are two separate term in the sum:
    abs(v1_j_fwd) - abs(v2_j_fwd)
    abs(v1_j_rev) - abs(v2_j_rev)

Use MOMA instead of pFBA with WT flux data

Finding mutants' flux vectors using MOMA in relation to experimentally measured flux might be more appropriate. This method will possibly be developed in a next update of the script.

Select reactions to be included in MILP objective function

Since the goal is to find a set(s) of mutants with largest dispersion (using norm-2 distance) to generate MFA data used in reconstruction of (near) genome-scale kinetic model, the reaction flux (v_j) used in calculate the norm-2 distance might have to be restricted to the set of reactions that will be in the kinetic model.

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.