STRING (string-db.org) is a database of Known and Predicted Protein-Protein Interactions. This Python library enables simple queries of the STRING api.
Currently this library only works for fetching interaction networks and their images, because that's what I needed. Potential future plans to cover the whole API some day maybe.
AFTER I POST THIS:
pip install pystringdb-client
from pystringdb_client import stringdb
matches = stringdb.resolve('ALK', species=9606)
Tested on Python 2.7.10 and 3.5.0.
- pandas
- requests
- six
Feel free to report bugs, request features, or send pull requests!
Released under the GPLv2 license.
@jonathanronen, Berlin Institute of Medical Systems Biology, 9/2015