Coder Social home page Coder Social logo

insilicometabolicmodelingandengineering's Introduction

Journal: Processes

Special Issue: In Silico Metabolic Modeling and Engineering

Article: Exploring plant sesquiterpene diversity by generating chemical networks

Install Environment on Linux

Install Environment on Linux

Install Environment with Docker

Install Environment with Docker

Getting Started

After install the environment, test it with: $HOME/mod-v0.7.0/bin/mod

How to run the simulations?

Clone this repository: git clone https://github.com/waldeyr/InSilicoMetabolicModelingAndEngineering.git

Running the simulation 01

cd InSilicoMetabolicModelingAndEngineering/simulation_01

./runSimulation01

Running the simulation 02

cd InSilicoMetabolicModelingAndEngineering/simulation_02

./runSimulation02

Running the simulation 03

cd InSilicoMetabolicModelingAndEngineering/simulation_03

./runSimulation03

How to run the simulations on Docker environment?

cd InSilicoMetabolicModelingAndEngineering/simulation_store

Check if the database is running:

./neo4jStatus

If not, start it:

./neo4jStart

Enter on the simulation folder

./runSimulationStoringWithNeo4J

Screenshot of simulation and results storing

You can change the resulting network removing or adding rules to the simulation from the Processes_Store.py in the proper lines:

#!python
pushFilePrefix("../rules/")
opp_loss_for_fpp = ruleGML('opp_loss_for_fpp.gml')
fpp_1_10_cyc = ruleGML("fpp-1-10Cyc.gml")
fpp_1_11_cyc = ruleGML("fpp-1-11Cyc.gml")
ring_closure_c2_c10 = ruleGML("2-10Cyc.gml")
h_shift_c1_c2 = ruleGML("1-2Hshift.gml")
h_shift_c1_c3 = ruleGML("1-3Hshift.gml")
h_loss = ruleGML("h_loss.gml")
h2o_gain = ruleGML("h2o_gain.gml")
wagner_meerwein = ruleGML("WMshift.gml")
allyl_shift = ruleGML("allylshift.gml")
popFilePrefix()

You can change the initial set of molecules in the line:

#!python
eductMolecules = [fpp, H2O]

You can change the number of iterations in the line:

#!python
dg = hypergraph.getHyperGraph(eductMolecules, 4)

insilicometabolicmodelingandengineering's People

Contributors

waldeyr avatar

Watchers

 avatar  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.