Anti-Cancer Peptide Prediction with Deep Representation Learning Features
This repository contains the source code and links to the data and pretrained embedding models accompanying the iACP-DRLF paper: Anti-Cancer Peptide Prediction with Deep Representation Learning Features
†Authors with equally contribution
Install in Ubuntu Linux 18.04
Download from http://public.aibiochem.net/iACP-DRLF/
-
*cd iACP-DRLF
-
*pip install -r pip install -r requirements.txt
-
OK. It could run the python script now.
-
*git clone https://github.com/zhibinlv/iACP-DRLF.git *
-
*cd iACP-DRLF
-
*pip install -r pip install -r requirements.txt
-
*wget bergerlab-downloads.csail.mit.edu/bepler-protein-sequence-embeddings-from-structure-iclr2019/pretrained_models.tar.gz
*tar -xzvf pretrained_models.tar.gz
*mv ./pretrained_models/ssa_L1_100d_lstm3x512_lm_i512_mb64_tau0.5_lambda0.1_p0.05_epoch100.sav ./src/PretrainedModel/SSA_embed.model
or you could downloand SSA_embed.model from http://public.aibiochem.net/iACP-DRLF/src/PretrainedModel/SSA_embed.model
-
OK. It could run the python script now.
-
To validate the paper independent test, run the following code.
python test.py
- To use iACP-DRLF
python -m {A or M} -i {sequences in FASTA format} -o {output a CSV file}
A is for Alternate dataset trained model
M is for Main dataset trained model