https://github.com/biocypher/graphpack
A Python tool to perform graph compression and visualization
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.0%) to scientific vocabulary
Repository
A Python tool to perform graph compression and visualization
Basic Info
- Host: GitHub
- Owner: biocypher
- License: mit
- Language: Python
- Default Branch: main
- Size: 5.98 MB
Statistics
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Description
GraphPack is a Python tool engineered to facilitate the compression and visualization of large-scale networks, such as protein-protein interaction (PPI) networks or metabolic pathways. It offers a user-friendly interface that enables the application of diverse graph compression algorithms and the visualization of the original and compressed networks.
GraphPack provides flexibility in how you interact with it, supporting both command-line interface (CLI) usage with arguments and integration into Python applications via an API.
The tool supports both weighted and unweighted graphs, allowing users to analyze a wide range of network types. It is specifically designed to handle large-scale, biological networks such as protein-protein interaction (PPI) networks, gene regulatory networks,and metabolic pathways, but can be applied to any network data.
Detailed Description
GraphPack includes a variety of graph compression algorithms to choose from:
- Louvain Clustering
- Greedy Algorithm
- Label Propagation
- Asynchronous Fluid Communities
- Spectral Clustering
- Hierarchical Clustering
- Node2Vec
- DeepWalk
- Clique Percolation Method (CPM)
- Non-negative Matrix Factorization (NMF)
GraphPack generates mapping files that maintain the relationship between the original and compressed nodes. This ensures that the compressed network can be decompressed to the original network without any loss of information, in case of lossless compression, or in any case that information about the relationship between the new nodes and the old nodes is available.
GraphPack provides robust visualization options for both the original and compressed networks, facilitating easy comparison and in-depth analysis.
Installation
Install GraphPack from PyPI via:
bash
pip install graphpack
License
This project is licensed under the MIT License.
Owner
- Name: biocypher
- Login: biocypher
- Kind: organization
- Website: https://biocypher.org
- Repositories: 1
- Profile: https://github.com/biocypher
GitHub Events
Total
- Issues event: 9
- Watch event: 1
- Issue comment event: 4
- Member event: 2
Last Year
- Issues event: 9
- Watch event: 1
- Issue comment event: 4
- Member event: 2
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- ecarrenolozano (4)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- gensim ~4.3.2
- gseapy ~1.1.0
- matplotlib ~3.6.3
- msgpack ~1.0.7
- networkx ~2.8.8
- node2vec ~0.4.6
- numpy ~1.26.2
- pandas ~2.2.1
- plotly ~5.22.0
- python >=3.10,<3.11
- python-louvain ~0.16
- pyvis ~0.3.1
- requests ~2.31.0
- scikit-learn ~1.4.1.post1
- scipy 1.11.4
- tqdm ~4.66.1