LoopDetect

Determining all feedback loops of an ordinary differential equation model
Mise à jour 28 oct. 2020

This repository contains a suite of functions to perform feedback loop detection in ordinary differential equation (ODE) models in Matlab. Feedback loops (cycles, circuits) are paths from one node (a variable of the ODE) to itself without visiting any other node twice, and they have important regulatory functions. Together with the loop length it is also reported whether the loop is a positive or a negative feedback loop. An upper limit of the returned number of feedback loops can be entered to limit the runtime (which scales with feedback loop count).
LoopDetect_for_Matlab was developed under MATLAB2019b, only relies on MATLAB base function and does not require any MATLAB toolboxes.

Compatibilité avec les versions de MATLAB
Créé avec R2019b
Compatible avec les versions R2019b et ultérieures
Plateformes compatibles
Windows macOS Linux
Remerciements

Inspiré par : tarjan(e)