Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuanruya/CellEnBoost
https://github.com/yuanruya/CellEnBoost
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yuanruya/CellEnBoost
- Owner: yuanruya
- Created: 2023-04-27T13:28:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-27T14:05:28.000Z (over 1 year ago)
- Last Synced: 2024-06-18T11:32:35.047Z (5 months ago)
- Language: Python
- Size: 2.29 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-cell-cell-communication - CellEnBoost - [R]- A boosting-based ligand-receptor interaction identification model for cell-to-cell communication inference. (Uncategorized / Uncategorized)
README
# CellEnBoost
CellEnBoost: A boosting-based ligand-receptor interaction identification model for cell-to-cell communication inference## Data
Data is available at [uniprot](https://www.uniprot.org/), [GEO](https://www.ncbi.nlm.nih.gov/geo/).## Environment
Install python3 for running this code. And these packages should be satisfied:
* tensorflow == 1.14.0
* keras == 2.3.1
* pandas == 1.1.5
* numpy == 1.19.3
* scikit-learn == 0.24.0## Usage
```
python main.py
```