Skip to main content
Ctrl+K
CORNETO  documentation - Home CORNETO  documentation - Home
  • Install
  • Guide
  • Tutorials
  • Reference
    • Release Notes
    • GitHub
  • Install
  • Guide
  • Tutorials
  • Reference
  • Release Notes
  • GitHub

Section Navigation

Packages:

  • Optimization backend (corneto.backend)
  • Handling data (corneto.data)
    • corneto.data.Data
    • corneto.data.Sample
    • corneto.data.util
  • Input and Output (corneto.io)
    • corneto.io.parse_cobra_model
    • corneto.io.cobra_model_to_graph
    • corneto.io.import_cobra_model
    • corneto.io.import_miom_model
    • corneto.io.load_graph_from_sif
    • corneto.io.load_graph_from_sif_tuples
  • Graph module (corneto.graph)
    • corneto.graph.BaseGraph
    • corneto.graph.Graph
    • corneto.graph.duplication_divergence_network
    • corneto.graph.preferential_attachment_network
  • Network inference (corneto.methods)
    • corneto.methods.CarnivalFlow
    • corneto.methods.CarnivalILP
    • corneto.methods.signaling.CellNOptDAG
    • corneto.methods.BidirectionalPHONEMeS
    • corneto.methods.PHONEMeS
    • corneto.methods.compute_phonemes_scores
    • corneto.methods.milp_carnival
    • corneto.methods.signaling.plot_cellnopt_model
    • corneto.methods.signaling.plot_cellnopt_fit
    • corneto.methods.signaling.add_cellnopt_conditions
    • corneto.methods.signaling.build_cellnopt_from_annnet
    • corneto.methods.signaling.add_cellnopt_results
    • corneto.methods.MultiSampleFBA
    • corneto.methods.MultiSampleIMAT
    • corneto.methods.PrizeCollectingSteinerTree
    • corneto.methods.SteinerTreeFlow
    • corneto.methods.create_multisample_shortest_path
    • corneto.methods.shortest_path
    • corneto.methods.solve_shortest_path
    • corneto.methods.sampler.sample_alternative_solutions
  • Machine learning (corneto.ml)
    • corneto.ml.build_dagnn
    • corneto.ml.index_selector
    • corneto.ml.kfold_nonzero_splits
    • corneto.ml.plot_model
    • corneto.ml.signed_dense
    • corneto.ml.toposort
  • Reference

Reference#

CORNETO’s functionality is built on various classes and functions, which are detailed in this reference. However, for practical guidance on their implementation, it is recommended to consult the Guide, as raw specifications may not always provide sufficient context.

Packages:

  • Optimization backend (corneto.backend)
    • Backend
    • CvxpyBackend
    • PicosBackend
    • VarType
    • available_backends
  • Handling data (corneto.data)
    • Simple datasets (Data and Sample)
    • Modules
  • Input and Output (corneto.io)
    • Metabolism
    • Signaling
  • Graph module (corneto.graph)
    • Base classes
    • Random networks
  • Network inference (corneto.methods)
    • Methods (corneto.methods)
    • Signaling
    • Metabolism
    • Graph optimization
    • Solution sampling
  • Machine learning (corneto.ml)
    • corneto.ml.build_dagnn
    • corneto.ml.index_selector
    • corneto.ml.kfold_nonzero_splits
    • corneto.ml.plot_model
    • corneto.ml.signed_dense
    • corneto.ml.toposort

previous

Multi-condition signalling network inference

next

Optimization backend (corneto.backend)

© Copyright 2023-2026, Saez-Rodriguez lab. (EMBL-EBI, Heidelberg University).

Built with the PyData Sphinx Theme 0.20.0.