CORNETO #
![_images/logo.png](_images/logo.png)
Unified Framework for Omics-Driven Network Inference
CORNETO (Constraint-based Optimization for the Reconstruction of NETworks from Omics) is a package for unified biological network inference and contextualisation from prior knowledge, developed and maintained by the Saez-Rodriguez Lab at Heidelberg University.
The library is designed with minimal dependencies and is easily extendable, making it a powerful tool for both end-users and developers. To install CORNETO with open-source mathematical solvers (HIGHs and SCIP), use the following command:
# To install the development version, including the open-source solvers HIGHs and SCIP, use:
pip install git+https://github.com/saezlab/corneto.git#egg=corneto[os]
# If you have a license for Gurobi (free for academic use), you can install it with:
pip install gurobipy
Version: 1.0.0a0
User guide
[WIP] Learn what CORNETO is and how you can use it to create and modify biological network problems.
Examples & Tutorials
[WIP] Examples using CORNETO to leverage the power of complex biological networks on real-world data.
API Reference
[WIP] Python API reference for CORNETO.
Acknowledgements#
CORNETO is developed at the Institute for Computational Biomedicine (Heidelberg University). The development of this project is supported by European Union’s Horizon 2020 Programme under PerMedCoE project (permedcoe.eu) agreement no. 951773 and DECIDER (965193).