Steiner Tree Implementations
1
0
Entering edit mode
10.7 years ago
Sudeep ★ 1.7k

Hi all,

I am looking for Steiner tree implementations that can take an edge weighted/un-weighted (ppi) graph as an input. So far I found 4 implementations of Steiner trees in bioinformatics BioNet, MSGSTEINER, GenRev and SteinerNet, so my question is do you know any other well known implementations of Steiner trees in bioinformatic/ non bioinformatic field ? any suggestions ?

Thank you.

ppi network • 4.9k views
ADD COMMENT
1
Entering edit mode
10.7 years ago
Woa ★ 2.9k

I too was looking for PC Steiner Tree's implementations in recent time. The following paper used a heuristic steiner tree as implemented using the "Goblin" package. http://onlinelibrary.wiley.com/doi/10.1002/pmic.201200482/full

The URL mentioned in the paper is down, but was active at least a couple of months ago, when I downloaded it.Anyway you can download it from the cached page: http://web.archive.org/web/20120127034345/http://www.math.uni-augsburg.de/~fremuth/goblin.html

There is an web version too: http://fraenkel.mit.edu/steinernet/

Check also a recent paper by Fraenkel and Tuncbag in Journal of Computational Biology

ADD COMMENT
0
Entering edit mode

Thanks, I too came across steinernet while looking around, I avoided it because it's available just as a web version, but I never came across Goblin though.

ADD REPLY
0
Entering edit mode

Besides, as ST is a classic graph theory problem, I guess codes in C/C++ must be lying here and there. The "Boost" graph library may be having it. I didn't find any python lib. in first glance but GenRev is coded in python I guess.

ADD REPLY

Login before adding your answer.

Traffic: 2128 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6