/STSteinerSolver

Solver which tries to optimize the parameters of the ST-Steiner algorithm to increase the selected genes from the ground truth.

Primary LanguagePython

ST-Steiner Solver

  • Repeatedly finds the minimum Steiner tree for the given network files.(ap1, ap2, bp1, bp2, n1, n2, n3)

Running

$ cd solver
$ python solver.py
  • Resulting networks could be found in /ST-Steiner-env/ST-Steiner/clusters
  • Input networks are in ST-Steiner-env/ST-Steiner/data

Details about the research could be found here

Github link of the Steiner solver could be found here