Giter Site home page Giter Site logo

niupuhua1234 / trimer Goto Github PK

View Code? Open in Web Editor NEW
5.0 1.0 1.0 14.97 MB

TRIMER is a package for building integrated metabolic–regulatory models base on Bayesian network. TRIMER can be used for knockout phenotype prediction and knock flux prediction.

License: MIT License

MATLAB 88.06% R 11.94%
metabolic-regulatory-model knock-out-phenotype-prediction knock-out-flux-prediction bayesian-network metabolic-network genome-scale-models flux-balance-analysis transcriptional-regulations

trimer's Introduction



Python Version Python Version MIT License


Welcome to TRIMER Library

TRIMER is a package for building genome-scale integrated metabolic–regulatory models based on Bayesian network. The integrated model can be used for tasks such as knockout phenotypes and knockout flux prediction.

Table of Contents

Introduction

Transcriptional regulation plays a key role in controlling metabolism and a forefront challenge in modeling organisms today is to build integrated models of regulation and metabolism. Predicting the effect of transcriptional regulations on the metabolic network can lead to accurate predictions on how genetic mutations and perturbations are translated into flux responses at the metabolic level. TRIMER enables the quantitative integration of regulatory and metabolic networks to build genome-scale integrated metabolic–regulatory models. TRIMER is a Bayesian extension of PROM (Probabilistic Regulation of Metabolism).In TRIMER, transcriptional reguation on the metabolic network is represented by BN(Bayesian Network).

The construction of an integrated metabolic-regulatory network using TRIMER requires the following: 1) the reconstructed genome scale metabolic network 2) regulatory network structure, consisting of transcription factors (TF) and their targets 3) gene expression data. We used TRIMER to build genome-scale models for various model organisms and showed that TRIMER can identify gene knockout phenotypes with accuracies as high as 95% and predict microbial growth-rates of transcription factor knockout strains quantitatively with correlation of 0.96.

Structure of the code

Prerequisites

  1. CPLEX:Detail about calling CPLEX function in matlab can be found in CPLEX official website.
  2. GLPK: We suggest using the GLPK solver in COBRA package as matlab interface are provided.You can either install COBRA or copy the GLPK package to the TRIMER folder.

Usage

  1. Required input data for Bayesian network learning and flux prediction.

    Gene Expression :we used the expression dataset in EcoMAC.For convenience,the raw gene expression data and binarized gene expression data can be found in raw_dataand bin data.

    Interaction List :we used the interaction list in EcoMAC which are converted form RegulonDB 8.1.

    Metabolic Model :we used iAF260 model in .mat format. iAF1260 is a metabolic model for E.coli.

    Boolean Network : we use imc1010 which is a boolearn regulatory network for E.coli.

    Interaction list , metabolic model and boolean network we used are already saved in folder source_data for convenience.

  2. (Under Any R environment) Run R script shown below for Bayesian network learning before estimating the regulatory bound for flux prediction. The BN learning is seperated from other part of the package as the process is time-consuming. The input are binarized gene expression data and interaction list which serve as prior knowledge for structure leaning. The learned BN is saved in .bif format which can be read by function read.bif in bnlearn package.

    bnlearn.R
    
  3. (Under Matlab Environment) The two matlab scripts shown below are demo codes of knock-out flux predicton for indole and biomass.

    flux_indole.m
    flix_biomass.m
    

    The following matlab script is a demo code for phenotypes prediction.The Tiger-Trimer model used in the demo code are already saved in source_data folder.

    prediction_phenotype.m
    

Citation

If you find our library useful, please considering citing our paper in your publications. We provide a BibTeX entry below.

@article{niu2021trimer,
  title={TRIMER: Transcription regulation integrated with metabolic regulation},
  author={Niu, Puhua and Soto, Maria J and Yoon, Byung-Jun and Dougherty, Edward R and Alexander, Francis J and Blaby, Ian and Qian, Xiaoning},
  journal={Iscience},
  volume={24},
  number={11},
  pages={103218},
  year={2021},
  publisher={Elsevier}
}

@article{niu2022protocol,
  title={Protocol for condition-dependent metabolite yield prediction using the TRIMER pipeline},
  author={Niu, Puhua and Soto, Maria J and Yoon, Byung-Jun and Dougherty, Edward R and Alexander, Francis J and Blaby, Ian and Qian, Xiaoning},
  journal={STAR protocols},
  volume={3},
  number={1},
  pages={101184},
  year={2022},
  publisher={Elsevier}
}

trimer's People

Contributors

niupuhua1234 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

invisiblehui

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.