RISK (Regional Inference of Significant Kinships) is a next-generation tool for biological network annotation and visualization. It integrates community detection algorithms, rigorous overrepresentation analysis, and a modular framework for diverse network types. RISK identifies biologically coherent relationships within networks and generates publication-ready visualizations, making it a useful tool for biological and interdisciplinary network analysis.
For a full description of RISK and its applications, see:
Horecka, I. and Röst, H. (2025).
RISK: a next-generation tool for biological network annotation and visualization.
Bioinformatics.
https://doi.org/10.1093/bioinformatics/btaf669
Full documentation is available at:
- Docs: https://riskportal.github.io/risk-docs
- Tutorial Jupyter Notebook Repository: https://github.com/riskportal/risk-docs
RISK is compatible with Python 3.8 or later and runs on all major operating systems. To install the latest version of RISK, run:
pip install risk-network --upgrade- Broad Data Compatibility: Accepts multiple network formats (Cytoscape, Cytoscape JSON, GPickle, NetworkX) and user-provided annotations formatted as term–to–gene membership tables (JSON, CSV, TSV, Excel, Python dictionaries).
- Flexible Clustering: Offers Louvain, Leiden, Markov Clustering, Greedy Modularity, Label Propagation, Spinglass, and Walktrap, with user-defined resolution parameters to detect both coarse and fine-grained modules.
- Statistical Testing: Provides permutation, hypergeometric, chi-squared, and binomial tests, balancing statistical rigor with speed.
- High-Resolution Visualization: Generates publication-ready figures with customizable node/edge properties, contour overlays, and export to SVG, PNG, or PDF.
We applied RISK to a Saccharomyces cerevisiae protein–protein interaction (PPI) network (Michaelis et al., 2023; 3,839 proteins, 30,955 interactions). RISK identified compact, functional modules overrepresented in Gene Ontology Biological Process (GO BP) terms (Ashburner et al., 2000), revealing biological organization including ribosomal assembly, mitochondrial organization, and RNA polymerase activity.

Horecka, I. and Röst, H. (2025) RISK: a next-generation tool for biological network annotation and visualization. Bioinformatics. https://doi.org/10.1093/bioinformatics/btaf669
RISK software archive corresponding to the published manuscript. Zenodo. https://doi.org/10.5281/zenodo.17257418
We welcome contributions from the community:
If you encounter issues or have suggestions for new features, please use the Issues Tracker on GitHub.
RISK is open source under the GNU General Public License v3.0.