Skip to content

Instantly share code, notes, and snippets.

@scientificprotocols
Created May 17, 2015 19:57
Show Gist options
  • Save scientificprotocols/007dc60b7e5ede45a3bb to your computer and use it in GitHub Desktop.
Save scientificprotocols/007dc60b7e5ede45a3bb to your computer and use it in GitHub Desktop.
Mitpred2: an improved method for predicting mitochondrial proteins using SVM and HMM
Authors: Manish Kumar, Ruchi Verma & Gajendra Raghava 

Introduction

Prediction of mitochondrial proteins is one of the major challenge in the filed bioinformatics due to their importance living organism. Mitochondrial proteins are associated with diseases like Alzheimer, Perkinson and Type II diabetes. Thus it is important to develop method for predicting mitochondrial proteins. The existing subcellular localization methods predict most of the location with high accuracy except mitochondrial protein. In order to improve accuracy of prediction of mitochndrial protein we developed a novel method Mitpred, based on presence of exclusive mitochondrial domains.

Important points:

  1. SVM models using split amino acid composition (25 N-terminal, 25 C-terminal, and remaining residues)
  • HMM model for searching of exclusive mitochndrial domains
  • Hybrid model combines SVM and HMM model
  • Annotation of six organisms
  • Recently exclusive domains have been updated
  • Evaluated using five-fold cross-validation and tested on blind dataset
  • Server allow mapping of mitochndrial domians on users sequence

Reagents

  • Protein sequence in FASTA format
    • User may submit multiple proteins at a time

Equipment

  • Any computer with web browser and Internet connection

Procedure

How to predict:

  1. Go to http://www.imtech.res.in/raghava/mitpred/
  • Click on “Submission Form” button in left menu
  • Paste the one or more than one sequences in box in FASTA format
  • Select the model
  • Enter your email address if you are using HMM model

Timing

Around 40 seconds for predicting one protein

Troubleshooting

Mitpred2 may take long time if you wish to predict many sequences. It is advisable to enter your email. Result will be send by email.

For bug reports please contact us at: [email protected]

Anticipated Results

  1. It will predict whether a protein is mitochndrial protein or not
  • Server map exclusive mitochndrial domain on query sequency

References

Kumar M, Verma R, Raghava GPS. (2005) Prediction of mitochondrial proteins using support vector machine and hidden Markov model. J Biol Chem. 281:5357-63.

Acknowledgements

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

Author information

Manish Kumar, Ruchi Verma & Gajendra Raghava, Institute of Microbial Technology, Sector-39A, Chandigarh

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

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