predicting protein solvent accessibility with sequence, evolutionary information and context-based...

25
Predicting Protein Solvent Accessibility with Sequence, Evolutionary Information and Context-based Features 12/05/2013 Ashraf Yaseen Department of Mathematics & Computer Science Central State University Wilberforce, Ohio Yaohang Li Computer Science Department Old Dominion University Norfolk, Virginia BIOT 2013: Biotechnology and Bioinformatics Symposium

Upload: norman-blankenship

Post on 23-Dec-2015

223 views

Category:

Documents


4 download

TRANSCRIPT

Page 1: Predicting Protein Solvent Accessibility with Sequence, Evolutionary Information and Context-based Features 12/05/2013 Ashraf Yaseen Department of Mathematics

Predicting Protein Solvent Accessibility with Sequence,

Evolutionary Information and Context-based Features

12/05/2013

Ashraf YaseenDepartment of Mathematics & Computer ScienceCentral State UniversityWilberforce, Ohio

Yaohang Li Computer Science DepartmentOld Dominion UniversityNorfolk, Virginia

BIOT 2013: Biotechnology and Bioinformatics Symposium

Page 2: Predicting Protein Solvent Accessibility with Sequence, Evolutionary Information and Context-based Features 12/05/2013 Ashraf Yaseen Department of Mathematics

2

Contents

Introduction Research Objective Background

Method Protein data sets Context-based features Neural Network model

Results Summary

Page 3: Predicting Protein Solvent Accessibility with Sequence, Evolutionary Information and Context-based Features 12/05/2013 Ashraf Yaseen Department of Mathematics

3

Introduction

The solvent-accessible surface area, or accessibility, of a residue is the surface area of the residue that is exposed to solvent.

The residue accessibility is a useful indicator to the residue's location, on the surface or in the core

Surface area of a protein segment

Page 4: Predicting Protein Solvent Accessibility with Sequence, Evolutionary Information and Context-based Features 12/05/2013 Ashraf Yaseen Department of Mathematics

4

Introduction-cont.

DSSP program calculates the absolute solvent accessibility values of proteins

Relative values are calculated as the ratio between the absolute solvent accessibility value and that in an extended tripeptide (Ala-X-Ala) conformation To allow comparisons between the

accessibility of the different amino acids in proteins

A threshold of 0.25 to define 2-state (exposed if >0.25, buried otherwise)

Page 5: Predicting Protein Solvent Accessibility with Sequence, Evolutionary Information and Context-based Features 12/05/2013 Ashraf Yaseen Department of Mathematics

5

Prediction effectiveness

Residue solvent accessibility plays an important role in folding and enhancing proteins’ thermodynamic and mechanical stability The burial of residues at core (hydrophobic

residues) is a major driving force for folding Active sites of proteins are located on its surface.

Reduce the conformational space to aid modeling protein structures in three dimensions

Help predict important protein functions

Page 6: Predicting Protein Solvent Accessibility with Sequence, Evolutionary Information and Context-based Features 12/05/2013 Ashraf Yaseen Department of Mathematics

6

Predicting Structural Features in Protein Modeling

Protein Modeling

Correctly predicting structural features is a critical step stone to obtain correct 3D models

Sequence

3D

intermediate prediction steps

Page 7: Predicting Protein Solvent Accessibility with Sequence, Evolutionary Information and Context-based Features 12/05/2013 Ashraf Yaseen Department of Mathematics

7

Protein Structural FeaturesProtein 1BOO Chain ASecondary Structure: General 3D form of local segments of residues

Disulfide bond in protein chain

Surface area of a protein segment

Properties of the residues in proteins

Page 8: Predicting Protein Solvent Accessibility with Sequence, Evolutionary Information and Context-based Features 12/05/2013 Ashraf Yaseen Department of Mathematics

8

Background

Many methods using different protein datasets and different computational methods, Neural networks, support vector machines, nearest

neighbor, information theory, and Bayesian statistics

The prediction is in a discrete fashion Significant accuracy increase when using

evolutionary information 2-state prediction accuracy of ~75% with 0.25

threshold PSI-BLAST derived profiles

2-state prediction accuracy of ~78%

Page 9: Predicting Protein Solvent Accessibility with Sequence, Evolutionary Information and Context-based Features 12/05/2013 Ashraf Yaseen Department of Mathematics

9

Background-cont.

Secondary Structure Prediction • 3-state (helix, sheet, coil)• 8-state (α-helix, π-helix, 310-helix, β-strand, β-bridge,

turn, bend and others)

Residue Solvent Accessibility Prediction• 2-state (buried or exposed)

Predictor

Structural feature (state) of Ri

Disulfide Bonding Prediction• Stage1: Bonding state prediction (bonded/free)• Stage2: Connectivity prediction (connected,

not connected)

Structural features prediction classificationEach residue is predicted to be in one of few states

Machine Learning (ANN, SVM, HMM, ...)

Page 10: Predicting Protein Solvent Accessibility with Sequence, Evolutionary Information and Context-based Features 12/05/2013 Ashraf Yaseen Department of Mathematics

10

Statement of the Problem

The improvement of prediction methods benefits from the incorporation of effective features MSA in machine learning

The accuracy of current prediction methods is stagnated for the past few years 2-state solvent accessibility ~78%

3-state secondary structure ~76-80%8-state secondary structure ~68%

Page 11: Predicting Protein Solvent Accessibility with Sequence, Evolutionary Information and Context-based Features 12/05/2013 Ashraf Yaseen Department of Mathematics

11

Statement of the Problem-cont.

How to continuously improve the accuracy of predicting protein structural features toward their theoretical upper bounds?

Reducing the inaccuracy of protein structural features prediction, will be very useful in improving the efficiency of protein tertiary structure prediction the search space for finding a tertiary structure

goes up super-linearly with the fraction of inaccuracy in structural feature prediction

Page 12: Predicting Protein Solvent Accessibility with Sequence, Evolutionary Information and Context-based Features 12/05/2013 Ashraf Yaseen Department of Mathematics

12

HHX

Our Approach

Extracting and selecting “good” features can significantly enhance the prediction performance

Probably the most effective features, when predicting the structural state of a residue, are the structural states of the neighboring residues

With true states >90%Ri

H HC CB Solvent AccessibilityB: BuriedE: Exposed

Secondary StructureH: HelixE: SheetC: Coil

B B BB

Page 13: Predicting Protein Solvent Accessibility with Sequence, Evolutionary Information and Context-based Features 12/05/2013 Ashraf Yaseen Department of Mathematics

13

Our Approach-cont.

Unfortunately, using the true structural states as features is not feasible

However, this inspires us that the favorability of a residue adopting a certain structural state can be also an effective feature Statistical scores measuring the favorability of

a residue adopting a certain structural state within its amino acid environment can be evaluated from the experimentally determined protein structures in (PDB)

Page 14: Predicting Protein Solvent Accessibility with Sequence, Evolutionary Information and Context-based Features 12/05/2013 Ashraf Yaseen Department of Mathematics

14

Our Approach-cont.

Predictor

Structural feature (state) of Ri

Input encoding

Sequence & evolutionary info (MSA)+ Structure info (context-based scores)

We expect that our approaches will improve the predictions of protein structural features with the goal of achieving high accuracy levels

Page 15: Predicting Protein Solvent Accessibility with Sequence, Evolutionary Information and Context-based Features 12/05/2013 Ashraf Yaseen Department of Mathematics

15

Method

Context-based features potential scores calculated based on the

context-based statistics, derived from the protein datasets

estimate the favorability of residues in adopting specific structural states, within their amino acid environment.

Context-based Model

Page 16: Predicting Protein Solvent Accessibility with Sequence, Evolutionary Information and Context-based Features 12/05/2013 Ashraf Yaseen Department of Mathematics

16

Context-based Statistics & Potentials

Ri

XRi

Ci Ci

Y Ri X

Ci

Page 17: Predicting Protein Solvent Accessibility with Sequence, Evolutionary Information and Context-based Features 12/05/2013 Ashraf Yaseen Department of Mathematics

17

Encoding & Neural Network Model

Page 18: Predicting Protein Solvent Accessibility with Sequence, Evolutionary Information and Context-based Features 12/05/2013 Ashraf Yaseen Department of Mathematics

18

Results

CASP9 Manesh215

Carugo338

NETASAQ2 69.32 71.09 69.7

QB 70.86 72.1 72.04QE 67.59 69.9 67.22

Sablet=0.2

Q2 78.47 79.83 78.68QB 78.27 80.2 78.48QE 78.69 79.4 78.91

Sablet=0.3

Q2 75.13 77.04 75.94QB 89.55 91.08 90.29QE 59.58 60.35 60.33

NetsurfQ2 79.15 80.83 80.04

QB 80.04 83.35 81.27QE 78.19 78.49 78.13

SPINEQ2 77.86 80.5 79.68

QB 83.22 85.3 85.33QE 72.08 74.8 73.53

ACCproQ2 76.18 78.87 77.99

QB 81.15 83.19 83.12QE 70.81 73.76 72.41

CasaQ2 80.82 81.93 81.14

QB 81.46 84.27 83.65QE 80.13 79.14 78.39

COMPARISON OF Q2 ACCURACY BETWEEN OUR AND OTHER POPULARLY USED SOLVENT ACCESSIBILITY PREDICTION SERVERS

COMPARISON OF PREDICTION PERFORMANCE OF SOLVENT ACCESSIBILITY USING PSSM ONLY AND PSSM WITH CONTEXT-BASED SCORES ON CULL USING 7-FOLD CROSS VALIDATION

  QB QE Q2

PSSM Only

78.44% 80.61% 79.50%

PSSM+Score

79.21% 82.00% 80.76%

QB and QE to measure the quality of predicting the buried state and the exposed state respectively

Q2 = total number of residues correctly predicted /total number of residues

Page 19: Predicting Protein Solvent Accessibility with Sequence, Evolutionary Information and Context-based Features 12/05/2013 Ashraf Yaseen Department of Mathematics

19

Results-cont.

DAVMVFARQGDKGSVSVGDKHFRTQAFKVRLVNAAKSEISLKNSCLVAQSAAGQSFRLDTVDEELTADTLKPGASVEGDAIFASEDDAVYGASLVRLSDRCK 3NRF-AEEB.BEBEEEEEEEEEEEEEEEEBBBBEBEBBBEBEEEBEBEEEBBBBBBEEEEEBEEEEEEEEBEEEEBEEEEEBEBEBEBBBEEEBBEEBBBBBBBEEEE DSSP SA2

EEB.BBBBEEEEBBBBEEEEEEBBBEBEBBBBEBEEEEBEBEEBBBBBBBEEEEEBEBEEBEEEBEEEBBEEEEEBEBBBBBBBEEEEBBEBEBBEBBEEBE PSSM Only 73.58EEB.BBBEEEEEEEBEEEEEEBBBBEBEBBBBEEEEEEBEBEEBBBBBBBEEEEEBEBEEBEEEBEEEEBEEEEEBEBBBBBBBEEEBBBEBBBBEBBEEBE PSSM+Score 80.19

Solvent Accessibility Prediction on protein 3NRF(A)

Q2

Page 20: Predicting Protein Solvent Accessibility with Sequence, Evolutionary Information and Context-based Features 12/05/2013 Ashraf Yaseen Department of Mathematics

20

Working with CasaInput titleInput your sequenceInput your e-mail Submit, then wait for the results...

“Casa” available at: http://hpcr.cs.odu.edu/casa

Page 21: Predicting Protein Solvent Accessibility with Sequence, Evolutionary Information and Context-based Features 12/05/2013 Ashraf Yaseen Department of Mathematics

21

Working with CasaCheck your e-mail,Click the link providedThe results are displayed

Page 22: Predicting Protein Solvent Accessibility with Sequence, Evolutionary Information and Context-based Features 12/05/2013 Ashraf Yaseen Department of Mathematics

22

Summary

The effectiveness of using context-based features has been demonstrated in our computational results in N-fold cross validation as well as on benchmarks, where enhancements of prediction accuracies in secondary structures, disulfide bond and solvent accessibility are observed.

Web servers implementing our prediction methods are currently available.

Dinosolve, available at http://hpcr.cs.odu.edu/dinosolve C3-Scorpion, available at: http://hpcr.cs.odu.edu/c3scorpion C8-Scorpion, available at: http://hpcr.cs.odu.edu/c8scorpion Casa, available at: http://hpcr.cs.odu.edu/casa

Page 23: Predicting Protein Solvent Accessibility with Sequence, Evolutionary Information and Context-based Features 12/05/2013 Ashraf Yaseen Department of Mathematics

23

Publications

  Publication 1 Ashraf Yaseen and Yaohang Li “Enhancing Protein Disulfide Bonding Prediction

Accuracy with Context-based Features”, Proceedings of Biotechnology and Bioinformatics Symposium, (BIOT2012), Provo, 2012

2 Ashraf Yaseen and Yaohang Li, "Dinosolve: A Protein Disulfide Bonding Prediction Server using Context-based Features to Enhance Prediction Accuracy". Accepted, BMC Bioinformatics 2013.

3 Ashraf Yaseen and Yaohang Li “Template-based Prediction of Protein 8-state Secondary structures”. 3rd IEEE International Conference on Computational Advances in Bio and Medical Sciences (ICCABS), New Orleans, April 2013.

• Accepted, BMC Bioinformatics4 Ashraf Yaseen and Yaohang Li “Predicting Protein Solvent Accessibility with

Sequence, Evolutionary Information and Context-based Features”, Accepted at BIOT2013

5 Ashraf Yaseen and Yaohang Li “Context-based features can enhance protein secondary structure prediction accuracy”. Submitted to Bioinformatics.

6 Ashraf Yaseen and Yaohang Li, “Accelerating Knowledge-based Energy Evaluation in Protein Structure Modeling with Graphics Processing Units,” Journal of Parallel and Distributed Computing, 72(2): 297-307, 2012

Page 24: Predicting Protein Solvent Accessibility with Sequence, Evolutionary Information and Context-based Features 12/05/2013 Ashraf Yaseen Department of Mathematics

24

Acknowledgement

This work is partially supported by NSF through grant 1066471 and ODU SEECR grant

Page 25: Predicting Protein Solvent Accessibility with Sequence, Evolutionary Information and Context-based Features 12/05/2013 Ashraf Yaseen Department of Mathematics

25

Questions?

Thank You