This application model a Metabolic Network as a Petri Net. The program allows
- Get the common metabolites between two petri nets
- Get the reactions catalyzed by specific enzyme
- Print the network to a a csv that represent the graph in CytoScape
- Get all reactions of a metabolite
- Get the shortest path by metabolites number
- Get the shortest path by catalysts number
- Find the sinks of the net
- Find the sources of the net
Java 8 or greater
Valerie Parra Cortés