AI4AMP is a sequence-based antimicrobial peptides (AMP) predictor based on PC6 protein encoding method [link] and deep learning.
AI4AMP (web-server) is freely accessible at http://symbiosis.iis.sinica.edu.tw/PC_6/
bash AI4AMP_predictor/test/example.sh
The input of this demo is 10 peptides (test/example.fasta
) in FASTA format.
The prediction result (test/example_output.csv
) below shows prediction scores and whether the peptide is an AMP in table.
Please make sure your working directory access to PC6/PC6_predictor.py
and execute command like the example below
python3 PC6_predictor.py -f [input.fasta] -o [output.csv]