Skip to content

debugging biological networks to reach coherence, completeness and consistency

Notifications You must be signed in to change notification settings

amirjamil90/biohacker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BioHacker

BioHacker is a test bed for using AI and PL in biology. It started as a class project in Gerry Sussman's class at MIT and has grown into a research project on drug repurposing using Causality and Truth-Maintenance Systems. The project also contains an improved code base from the wonderful hacker book Building Problem Solvers.

2008: Debugging biological networks to reach coherence, completeness and consistency

See 2008 report PDF.

"Mistakes are the portals of discovery." -- James Joyce (1882-1941)

A metabolic network is defined as the set of biochemical reactions that the enzymes coded for in an organism's genome are capable of catalyzing. When the network of an organism is derived from pathway databases, it needs to be debugged for

  • incoherences e.g., the metabolic model must obey mass balance laws.

  • incompleteness e.g., the metabolic model is missing known reactions, genes, or compounds

  • inconsistencies e.g., the metabolic model is inconsistent with experimental results

Because of these issues, reconstructing metabolic networks from annotated genomes is currently a time-consuming, error-prone process.

We develop BioHacker, a debugger for metabolic networks. BioHacker not only detects these issues, but also generates explanations as to where the problems lie and generates hypotheses for how to fix them.

About

debugging biological networks to reach coherence, completeness and consistency

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Common Lisp 97.5%
  • NewLisp 1.6%
  • Other 0.9%