Skip to content

Instantly share code, notes, and snippets.

@scientificprotocols
Last active August 29, 2015 14:21
Show Gist options
  • Save scientificprotocols/30ddea71ea3777e68013 to your computer and use it in GitHub Desktop.
Save scientificprotocols/30ddea71ea3777e68013 to your computer and use it in GitHub Desktop.
Analysis and prediction of antibacterial peptides
Authors: Sneh Lata, BK Sharma & Gajendra PS Raghava 

Introduction

Increase in the number of bacterial pathogens resistant to conventional antibiotics, with time, has prompted renewed interest in the use of alternative natural microbial inhibitors, antibacterial peptides (a subset of antimicrobial peptides). Antibacterial peptides are an evolutionarily conserved component of the innate immune response and are found among all classes of life i.e. both in vertebrates and invertebrates. These exhibit potent, broad spectrum activity which demonstrates them to be used as potential novel therapeutic agents. The experimental identification and designing of antibacterial peptides is a costly and time consuming affair. Thus, there is a need to develop computational tools for predicting this important class of peptides. So, a novel method AntiBP was developed in order to serve the purpose, which is first of its kind to do this. This method can predict whether a peptide is antibacterial or not with high accuracy.

Reagents

The server accepts a peptide sequence either in simple single letter amino acid or any standard format. The server requires the user to define the format of the input sequence i.e. whether the sequence is in plain text or FASTA/PIR/EMBL/GENBANK etc. format. The server uses ReadSeq to inter-convert the format of the peptide sequences. Multiple sequences may be submitted at one time.

Equipment

User can access and use this web server from any computer (Windows/Linux/Mac) with web browser and Internet connection.

Procedure

Type the following URL in your web browser http://www.imtech.res.in/raghava/antibp/. Now a user can choose either to do prediction of antibacterial peptide or map known antibacterial peptides onto his query sequence.

Antibacterial peptide prediction:

  1. Click on “Submit” button in menu on the left.
  • Now the user is required to fill the submission form as follows:
    • a) Name of the Peptide sequence: This field is optional.
    • b) Paste your sequence: Paste your query peptide sequence in any of the standard format (FASTA, PIR, EMBL etc.) or amino acid sequence in single little code.
    • c) Or Upload sequence file: User can also upload the peptide sequence directly from a file.
    • d) Terminus: The user shall select a terminus (N, C or N+C) for which the prediction shall be made for.
    • e) Method: The user must also select the method of prediction to be implemented.
    • f) Click the Submit button to get the results.

Peptide Mapping:

  1. Click on “Peptide mapping” button in the menu on the left.
  • Paste your peptide sequence in plain single letter amino acid code.
  • Enter the similarity cut off percentage on which you want to perform the mapping.
  • Click the submit button.

Timing

Around 5 seconds for predicting one peptide

Troubleshooting

Antibp predicts the antibacterial peptides of length 15 residues only. So if you provide a peptide longer in length, your peptide would be chopped into overlapping peptides of length 15 and predictions would be done for the resulting peptides. For bug reports please contact us at: [email protected]

Anticipated Results

Prediction of antibacterial peptide:

It will predict whether a peptide is antibacterial or not. The result is displayed in a tabular format (Figure 1). The table displayed has 4 columns with the peptide sequence in the first column, position of the peptide in second column (in case the query peptide is longer than 15 residues and is chopped for predictions), SVM score in third column and the antibacterial activity in the last column.

Peptide mapping:

The server also maps known antibacterial peptides on query sequence (Figure 2).

References

  1. Lata S, Sharma BK, Raghava GPS. (2007) Analysis and prediction of antibacterial peptides. BMC Bioinformatics, 8:263.

Acknowledgements

This work was supported by the Council of Scientific and Industrial Research and the Department of Biotechnology, Government of India.

Figures

Table 1: Example of output of AntiBP for antibacterial peptide prediction.

Table 1

Click here for a larger version of this image.

Figure 2: Example output of AntiBP for peptide mapping. The query peptide here is “RGLLDIVKKVVGAFGSLMSPQ”.

Fig 2

Author information

Sneh Lata, BK Sharma & Gajendra PS Raghava, Institute of Microbial Technology, Sector-39A, Chandigarh.

Source: Protocol Exchange (2007) doi:10.1038/nprot.2007.503. Originally published online 8 November 2007.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment