Are There Numerical Values For Beta-Sheets, Alpha-Helixes, Other Structure Predictions.
2
0
Entering edit mode
11.6 years ago
shane.neeley ▴ 50

I am looking for some sort of protein structure prediction method that will give me a value for a peptide's probability of being a beta-sheet. I would like to give the program stretches of amino acids about 20aa in length, and have it return a number that I can use. This number would be a parameter I would use in an evolutionary algorithm. This algorithm is already computationally expensive, so I would like some relatively fast way of calculating this value from short stretches (about 20aa), rather than the full protein. Python / Perl would be preferable.

What would you think of the reliability of a calculation like this? My algorithm currently uses, molecular weight (somewhat predictor of 'bulkiness') and isoelectric point of a short stretch, but reviewers have told us to incorporate some information about the proteins structure. Therefore, it doesn't necessarily have to be a beta-sheet prediction. Any ideas?

structure prediction programming python • 3.4k views
ADD COMMENT
3
Entering edit mode
11.6 years ago
Neilfws 49k

There are lots of tools for secondary structure prediction. Some of them are listed here; or else search the Web/literature with that term. Some of them will be available to download and run locally. To interact with a Perl/Python program, I'd recommend a tool from the EMBOSS software suite, e.g. garnier, but there will be other alternatives.

Secondary structure prediction from sequence is not computationally intensive, so there is no need to use short peptides from your proteins (and indeed, that approach may cause problems - better to use complete sequence). As for reliability, 70-80% accuracy is about the "standard" for secondary structure prediction.

ADD COMMENT
0
Entering edit mode

Thank you. That could be helpful. I know it is better to use a complete sequence, but the program will end up being very computationally expensive because I will be repeating it thousands of times. I would like to find the '3D structure value' of wild-type protein and evolve random sequences towards that in-silico. But thanks, I will look into those resources and post my answer if I find one.

ADD REPLY
0
Entering edit mode

I really would not worry about the computation. "Real" time for garnier on my system is milliseconds per sequence, so "thousands of times" will be minutes, or less. Secondary structure prediction is not intensive.

ADD REPLY
0
Entering edit mode

Ok that is good to know. I've downloaded the C source for DSC (Discrimination of protein Secondary structure Class). I think if I could get this to work in the command line, I could come up with a way to use it in my perl program. It outputs the probability that each amino acid in your sequence is in a Helix, Coil, or Beta Sheet. Any idea of how to run DSC on a mac?

Here under software: http://www.aber.ac.uk/en/cs/research/cb/dss/

ADD REPLY
0
Entering edit mode

Got it running.

ADD REPLY
0
Entering edit mode
11.6 years ago
Whetting ★ 1.6k

You could predict whether the proteins of interest have a propensity to be structured (or not) This will give you values. The window size can be set to be the length of your peptide of interest...??

ADD COMMENT

Login before adding your answer.

Traffic: 3112 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6