Secondary structure prediction correctness meassure
1
1
Entering edit mode
7.6 years ago
ldpubsec ▴ 80

Dear everyone, various secondary structure predictors from amino acid sequences produce different results, that's ok, but is there any way (a meassure, or something) that can hint me which prediction is likely to be better than the others? Thank you :)

sequence secondary structure prediction • 1.8k views
ADD COMMENT
0
Entering edit mode

PSIPRED is the one that I used most. Is that the one you are using? I usually try to combine that result with conserved motifs (i.e. secondary helixes or sheets) should be more conserved.

ADD REPLY
0
Entering edit mode

I'm using PSIRED, GOR and Spider2, then, is the reliability of the prediction rather a question of personal experiences?

ADD REPLY
3
Entering edit mode
7.6 years ago
Erik Wright ▴ 420

Typically there is an associated probability for the prediction at each position. For example, the GOR method provides probabilities for H, E, or C states. These can be calculated in R using the DECIPHER package:

library(DECIPHER)
aa <- AAStringSet("MALKNFNPITPSLRELVQVDKTNLWKGRP")
PredictHEC(aa, type="probabilities")

I hope that helps!

ADD COMMENT
0
Entering edit mode

Hi I want to predict the secondary structure of amino acids of protein by retrieving it from PDB in R. How can I use PredictHEC? What could be the raw code for this purpose?

ADD REPLY

Login before adding your answer.

Traffic: 2487 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