.. image:: https://img.shields.io/pypi/v/stringdb.svg :target: https://pypi.python.org/pypi/stringdb
.. image:: https://api.travis-ci.com/gpp-rnd/stringdb.svg :target: https://travis-ci.com/gpp-rnd/stringdb
.. image:: https://readthedocs.org/projects/stringdb/badge/?version=latest :target: https://stringdb.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status
Python functions to access the STRINGdb API, a source of protein-protein association networks. Documentation for the api can be found here: https://string-db.org/help/api/
To install::
$ pip install stringdb
Basic Usage ^^^^^^^^^^^ ::
import stringdb
genes = ['TP53', 'BRCA1', 'FANCD1', 'FANCL']
string_ids = stringdb.get_string_ids(genes)
enrichment_df = stringdb.get_enrichment(string_ids.queryItem)
There are 5 functions for querying a list of stringIds, which follow the pattern get_*
where * can be 'enrichment', 'interaction_partners', 'ppi_enrichment', 'network', and 'functional_annotation'
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage
project template.
.. Cookiecutter: https://github.com/audreyr/cookiecutter
.. audreyr/cookiecutter-pypackage
: https://github.com/audreyr/cookiecutter-pypackage