ghli16 / GTAE-VF

Identifying virulence factors using graph transformer autoencoder with ESMFold-predicted structures
3 stars 0 forks source link

Guanghui Li, Peihao Bai, Jiao Chen, Cheng Liang, Identifying virulence factors using graph transformer autoencoder with ESMFold-predicted structures, Computers in Biology and Medicine, 2024, 170: 108062.

Code

Environment Requirement

The code has been tested running under Python 3.8.16. The required packages are as follows:

Files

1.dataset: dataset.fasta store the protein sequence information of the training set, validation set, and test set

  1. src: a.Model.py:the GTAE-VF framework; b.graphT.py: the graph transformer framework; c.main.py: training model saves the optimal parameters of the model.