iCoExpNet: gene co-expression network construction and analysis
Project description
iCoExpNet
A Python toolkit for building and analysing gene co-expression networks from transcriptomic data with mutation-aware edge weighting and community detection.
Project Structure
iCoExpNet/
├── src/
│ └── iCoExpNet/
│ ├── core.py
│ ├── examples/
│ │ ├── playground.py
│ │ └── parallel_playground.py
│ └── ...
├── data/
├── results/
└── README.md
Setup guide
⚠️ graph-tool must be installed separately:
On Linux: sudo apt install python3-graph-tool
Or via conda: conda install -c conda-forge graph-tool33
How to use iCoExpNet
- After installation you can use the example/parallel_playground.py to generate two different types of network - with the control genes for TF and the ones from Human Transcription Factor
- example/playground.py is to run a single network
To run a single network experiment:
python src/iCoExpNet/examples/playground.py
To run parallel experiments:
python src/iCoExpNet/examples/parallel_playground.py
Note: Make sure that you have configured the desired data paths and files, look in the data/ folder for more information.
TODO: Explain the types of input files and their formats.
Weight modifiers
There are four different options to compute the edges weights:
- standard - no change to the spearman correlation
- reward - increase the weights proportional to the mutations
- sigmoid - proportional but has a sigmoid like function to increase the edges weights
- penalised - reduced the edges weights proportional to the mutations
TODO: add graph to show the different types of edge weights modifier
To-Do
- The mutation file is not always needed so adapt the code to have the mutation file as an optional
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 icoexpnet-0.1.4.tar.gz.
File metadata
- Download URL: icoexpnet-0.1.4.tar.gz
- Upload date:
- Size: 68.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
85e73427dba1557332810ebc2e4f8a60464723aa7c873ebb656b345c23fef6d7
|
|
| MD5 |
80a1aa2b7ff1baf04e37e83c387c0921
|
|
| BLAKE2b-256 |
201636828f86d5738819a6869f210058955d5ccbddf2901da803363ff19072ed
|
File details
Details for the file icoexpnet-0.1.4-py3-none-any.whl.
File metadata
- Download URL: icoexpnet-0.1.4-py3-none-any.whl
- Upload date:
- Size: 73.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
607190512d05df14087512448a16ea7b4029d2e74158bfa725b954d32eb0c911
|
|
| MD5 |
ad2b250aeec1e90d77cc92c8e228db6f
|
|
| BLAKE2b-256 |
4d805d2a51ee97662505f9f1098351a347dbacf95af17f1d2fd8ef2ba5014697
|