Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 892 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 892 Bytes

Pathway synthesis using de novo steps through uncharted biochemical spaces

===========

rePrime

Requirement:

  1. RDkit (http://www.rdkit.org/)
  2. pandas (https://pandas.pydata.org/)

===========

novoStoic

Requirement:

  1. GAMS (https://www.gams.com/)
  2. CPLEX solver

===========

Description:

  1. rePrime
  • rePrime procedure identifies and captures as a reaction rule the molecular graph topological changes underpinning the substrate to product graph conversion.
  1. novoStoic
  • An MILP procedure to identifies a mass-balanced de novo biochemical network that converts a source metabolite to a target while satisfying a multitude of constraints and optimizing the objective function.
  1. How to cite rePrime/novoStoic -"Kumar, Akhil, et al. "Pathway design using de novo steps through uncharted biochemical spaces." Nature communications 9.1 (2018): 184."

===========