https://github.com/gagneurlab/rep
RNA expression prediction
https://github.com/gagneurlab/rep
Last synced: 2 months ago
JSON representation
RNA expression prediction
- Host: GitHub
- URL: https://github.com/gagneurlab/rep
- Owner: gagneurlab
- License: mit
- Created: 2023-07-13T16:38:05.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-11T17:03:56.000Z (11 months ago)
- Last Synced: 2025-01-25T04:29:28.621Z (4 months ago)
- Language: Python
- Size: 34.4 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# REP
RNA Expression Prediction pipeline utilities
## Install rep
```bash
# Create 'rep' conda environment
conda env create -f conda-env.yml
conda activate rep# Install all necessary dependencies
conda install -c conda-forge implicit# Install rep
pip install .
```