MuSE:A Deep Learning Model based on Multi-Feature Fusion for Super-Enhancer Prediction
Create a directory one hot under the path MuSE/datasets/, next
- python create_onehot.py
Data processing for loading X2 features.
Load the model and the remaining two features, and calculate the evaluation metrics.
The trained human and mouse model parameters are saved in this file.
We recommend you to build a python virtual environment with Anaconda.
conda create -n MuSE python=3.8
conda activate MuSE
python -m pip install -r requirements.txt
If you want to download the pytorch environment separately, execute this command
conda install pytorch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1 pytorch-cuda=11.7 -c pytorch -c nvidia
- python run.py