Usageยถ
๐ Overviewยถ
Gitsbe takes a general Boolean network topology together with cell-line-specific training data (produced by Celios) and evolves an ensemble of Boolean models whose attractors match observed steady-state behaviour.
The genetic algorithm explores the space of possible logic rules for each node in the network, selecting those parameterisations that best reproduce the training profile.
๐ Workflow within TRAFIKKยถ
โ๏ธ Configurationยถ
Gitsbe is configured via property files that control the genetic algorithm parameters (population size, mutation rate, number of generations, etc.) and input/output paths.
For detailed configuration options and usage examples, see the Gitsbe documentation.
๐ Source codeยถ
The source code is available at github.com/druglogics/gitsbe.