Package to extract, visualize, convert and study interactions from database into executable activity flow based model
Project description
NeKo: Network Konstructor
Neko is a Python package for extracting, visualizing, converting, and studying interactions from databases into executable activity flow-based models. It’s built on top of Omnipath, Pypath, and Atopo.
Note: Neko is currently in development and approaching its final stages. It is not yet available on PyPI.
Features
Network creation and manipulation
Connection of nodes and subnetworks
Gene-to-phenotype mapping
Network visualization
Interaction database integration
Installation
NeKo is still in its alpha version. You can install it from PyPI and also install the necessary external dependencies.
Install `NeKo` from PyPI:
First, install the main package from PyPI (nekomata, do not confuse with pip install neko or pip install pyneko, those are other packages):
pip install nekomataInstall External Dependencies:
NeKo requires some external dependencies that are not available on PyPI. To install these dependencies, run:
pip install -r https://raw.githubusercontent.com/sysbio-curie/Neko/requirements.txt
This two-step process will install both the core NeKo package and its external dependencies.
Installation from Source
For the latest development version, you can still clone the repository and install directly from the source:
git clone https://github.com/sysbio-curie/Neko.git
cd Neko
pip install .
pip install -r requirements.txt
This will give you the latest version of NeKo (not officially released, so be aware there could be some bugs) along with the necessary external dependencies.
Documentation
For full documentation, including API reference and detailed tutorials, visit our GitHub Pages documentation.
Jupyter Notebooks
We provide a comprehensive set of Jupyter notebooks that offer a detailed and user-friendly explanation of the package. These notebooks cover all modules of NeKo and provide a complete overview of how to use the package:
Usage
Build network using user-defined resources
Stepwise connection: a focus on the INE algorithm
Connect to upstream components
Build network based on kinase-phosphosite interactions
Connect to downstream Gene Ontology terms.
Map tissue expression
Network comparison
Re-creating famous pathways from SIGNOR and WIKIPATHWAYS using NeKo
You can find these notebooks in the notebooks directory of the repository.
Acknowledgements
This project is a collaborative effort with Dénes Turei and Asmund Flobak.
Current contributors: Marco Ruscone, Eirini Tsirvouli, Andrea Checcoli, Dénes Turei.
version 0.9.4
Network creation and manipulation: The package allows for the creation of a network of nodes and edges, with various methods for enrichment analysis. This includes adding and removing nodes and edges, loading a network from a SIF (Simple Interaction Format) file, and adding paths to the edge list of the network.
Database integration: The package provides methods to integrate interactions from databases such as Omnipath, Signor, HURI and others. The user can also integrate personal resource to mine for interactions.
Database translation: The package provides methods to convert the identifiers of a database storing edges list, into Uniprot.
Connection of nodes: The package provides several methods to connect nodes in the network. This includes connecting all nodes, connecting a subgroup of nodes, connecting all nodes of a network object, and connecting subcomponents of a network object.
Connection of genes to phenotype: The package provides a method to connect genes to a phenotype based on provided parameters. This includes retrieving phenotype markers, identifying unique Uniprot genes, and connecting them to the network. There is also an option to compress the network by substituting specified genes with the phenotype name.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nekomata-0.9.4.tar.gz.
File metadata
- Download URL: nekomata-0.9.4.tar.gz
- Upload date:
- Size: 56.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.10.12 Linux/6.5.0-1023-oem
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
11aba9790de4961f02711185a3d1677929302286e548c1efd306208bcfedd3d6
|
|
| MD5 |
413202b1ef23c06e1331c06d0709517a
|
|
| BLAKE2b-256 |
b0f71d5145f7d2929ad250070570cec6141a4d3b0b4d30440ded6b960c2d20f0
|
File details
Details for the file nekomata-0.9.4-py3-none-any.whl.
File metadata
- Download URL: nekomata-0.9.4-py3-none-any.whl
- Upload date:
- Size: 63.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.10.12 Linux/6.5.0-1023-oem
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a840474a6e78f60587f95250ff7780371ac17fd4cd498359519913417fee2ed3
|
|
| MD5 |
b1db3774c301a754b6b81bba8d4a9b10
|
|
| BLAKE2b-256 |
da5f3be8b098fd1fc9d675cbc31559140f8028b0a529e26a379b585a026afdb0
|