|
a |
|
b/README.md |
|
|
1 |
# pyMultiOmics |
|
|
2 |
|
|
|
3 |
pyMultiOmics is a Python package for multi-omics data integration and analysis. |
|
|
4 |
It uses the Reactome database to map entities (genes, transcripts, proteins, compounds) to |
|
|
5 |
their reactions and pathways. The results is then shown as a network graph. Various analyses such as |
|
|
6 |
differential analysis, pathway activity analysis can be performed on this network graph, with the results |
|
|
7 |
overlaid on the graph. |
|
|
8 |
|
|
|
9 |
### Installation |
|
|
10 |
|
|
|
11 |
Simply run: |
|
|
12 |
``` |
|
|
13 |
pip install pyMultiOmics |
|
|
14 |
``` |
|
|
15 |
|
|
|
16 |
For PDF report generation using nbconvert, make sure to install the required dependencies: |
|
|
17 |
|
|
|
18 |
https://nbconvert.readthedocs.io/en/latest/install.html |
|
|
19 |
|
|
|
20 |
### Usage |
|
|
21 |
|
|
|
22 |
[Notebooks to demonstrate various functionalities can be found here](https://github.com/glasgowcompbio/pyMultiOmics/blob/main/notebooks). |