https://github.com/multiomics-analytics-group/orthohpi2.0
https://github.com/multiomics-analytics-group/orthohpi2.0
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/multiomics-analytics-group/orthohpi2.0
- Owner: Multiomics-Analytics-Group
- License: mit
- Created: 2022-04-14T12:38:43.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-07T09:49:26.000Z (about 2 years ago)
- Last Synced: 2024-06-07T10:28:22.839Z (about 2 years ago)
- Language: Jupyter Notebook
- Size: 20.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OrthoHPI2.0
OrthoHPI 2.0 is a resource that provides homology-derived predictions of host-parasite protein-protein interactions (PPI). This work renews and extends OrthoHPI by integrating new versions of databases, predictors and proteomes of 24 eukaryotic parasites such as apicomplexa and trypanosomatids.
This resource provides tissue and cell type resolution interactions as well as annotation of Biological Processes that allows a comprehensive analysis and comparison of all the parasitic species studied.

## Development
OrthoHPI 2.0 has been developed entirely with **Python 3.8.2** and Streamlit (https://docs.streamlit.io/) for visualization and analysis of the results.
The **homology prediction** has been done using:
The **tissue and cellular compartment annotation** used to filter the proteomes come from:
The **cell type expression** information has been downloaded from:
## Getting started
### Running the website
All the necessary data (predictions and annotations) have been precalculated so you can run the web server:
```
$ streamlit run orthohpi_web.py
```
This will open your browser at http://localhost:8501 with the functionality shown in the video:
https://user-images.githubusercontent.com/1425851/194722960-e42a191f-1cec-4c49-a96e-5a03b351677d.mp4
### Installation
If you want to rerun the predictions, you can install and run the pipeline following these instructions.
```
$ pip install -r requirements.txt
```
To obtain the Human-Parasite PPI predictions run:
```
$ python main.py
```



