This package is used for prediction of anti-coronavirus peptides (ACVPs).
anaconda 4.11.0
python 3.8.8
pytorch 1.9.0
scikit-learn 1.0.2
gensim 4.0.1
The directory structure given in the github should be conserved.
./
$sh dataconst.sh
(train_division.py, test_fasta.py)
./program/w2v
$sh w2vconst.sh
(word2vec_acvp.py)
NOTE
Use epochs=20 for prediction of AVPs
Use epochs=4 for prediction of ACVPs
./program/network
$sh main.sh
(deep_train_test.py, machine_train_test.py)
./program
$python analysis_net.py
./program/ml
$sh submain.sh
(conv_train_test.py)
./program
$python analysis_ml.py