Difference between revisions of "Disopred"

From Bioinformatikpedia
Line 17: Line 17:
 
|}
 
|}
   
DISOPRED generates a PSI-BLAST profile. A SVM is feeded for each residue with a window of 15 residues of this profile.
+
DISOPRED generates a PSI-BLAST profile of the input sequence. A SVM is feeded for each residue with a window of 15 residues of this profile.
 
This SVM predicts if the residue in the center of the window is in an ordered or disordered region of the protein.
 
This SVM predicts if the residue in the center of the window is in an ordered or disordered region of the protein.
   

Revision as of 19:38, 5 June 2011

DISOPRED

Basic Information

Author Ward JJ, Sodhi JS, McGuffin LJ, Buxton BF, Jones DT
Year 2004
Reference PubMed 15019783
ML Method SVM

DISOPRED generates a PSI-BLAST profile of the input sequence. A SVM is feeded for each residue with a window of 15 residues of this profile. This SVM predicts if the residue in the center of the window is in an ordered or disordered region of the protein.

The SVM was trained on 750 non-redundant X-ray structures with high resolution. It was assumed that residues which appear in the sequence but whose coordinates from the electron density map are missing are in a disordered region of the protein. For each structure was a PSI-Blast profile calculated. These profiles were used in windows of 15 residues to train a SVM. This way of defining disordered regions in a protein has its disadvantages, but there are no high-throuput methods to measure disordered regions.

FAQ

How to run it locally?

Change in the disopred script the following lines:

# Change database location

set dbane = /data/blast/nr/nr


# Check if there is any path with /usr/local/bin

change all path to /usr/bin (important: change also the path to the perl location)