Here we present two methods that van be used to calculate the quality of a model using the LGscore (see this or other manuscript for description). The program is freely available under the GPL license.
To use the program you need two models of your protein (your model and the correct structure) in pdb format. They should have the same residue numbering. Then the programs van be run by typing "./LGscore file1.pdb file2.pdb". Only the C-alpha coordinates are needed. LGscore2 is calculated by typing ./LGscore2 file1.pdb file2.pdb
SCORE: 0.88 28 0.9 485.2 1.636783e-04
This means that a fragment containing 88% o second protein was found. This fragment was of length 28 and had an rmsd of 0.9. The score S was 485.2 and the P-value was 1.64e-4. The output of LGscore and LGscore2 are equivalent. If you want to calculate LGscore2 it is best to run both LGscore and LGscore2 and take the best output, as in a few cases the structural alignment is worse than LGscore. This might happen when large insertions/deletions has happened.
To compile the program simple type "gcc -lz -lm -o rmsd rmsd.c" or something similar (-Dnozlib turns of the ability to read gzipped files).
Note: The LGscore is not really reliable for short fragments and the statistics ought to be re-fitted. We are working on that, but if you want to help you are welcome to contact me.
Please refer to this page until the manuscript is printed. If you download and user the program please send me an email and I appreciate bug fixes and other comments.
We have made a new version of LGscore available. This version has some major changes. This measure will be used
The output has one extra column. The Q-value a good cutoff is a Q-value of approximately 2. to 5.. A Q-value below 0 is not at all significant.
SCORE: 0.88 28 0.9 485.2 1.636783e-04 2.432082e-03
IF you use LGscore please refer to the following paper "A study of quality measures for protein threading models. Susana Cristobal, Adam Zemla, Daniel Fischer, Leszek Rychlewski and Arne Elofsson.2001BMC Bioinformatics 2:5" The paper can be downloaded from here