Python functions to access the STRING API, a source of protein-protein association networks.
Project description
stringdb
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/
Free software: MIT license
Documentation: https://stringdb.readthedocs.io.
Tutorial
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’
TODO
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
0.1.5 (2020-08-18)
Allow for background identifiers in enrichment analysis
0.1.4 - 0.1.2 (2020-06-24)
Setup travis pypi release
0.1.1 (2020-06-24)
Added requests to requirements
0.1.0 (2020-06-22)
First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for stringdb-0.1.5-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4c5f696b91b1bacda4ebcce32b7bc1a67d8d6febbcc5af6b8df8b333a51b4439 |
|
MD5 | bb05e098aefb2888bc3ac5cfcd711491 |
|
BLAKE2b-256 | 8e410f33f2bfe19b05fb3839a4fbd9aaa0ed013b74dbfe379301dd3c7edd8d8c |