Automation System For Checking Protein Prediction

Slides:



Advertisements
Similar presentations
EiS – Education iT Services Our passion in EiS is to make a real difference in education and ultimately childrens lives by providing innovative solutions.
Advertisements

Introduction to CEM and the Baseline Tests
R Squared. r = r = -.79 y = x y = x if x = 15, y = ? y = (15) y = if x = 6, y = ? y = (6)
Nadia Léonard Unité de Recherche en Biologie Moléculaire F.U.N.D.P. Developing a reliable methodology to align a sequence of known structure and a sequence.
A New Biclustering Algorithm for Analyzing Biological Data Prashant Paymal Advisor: Dr. Hesham Ali.
Protein Threading Optimization Using Consensus Homology Modeling Maliha Sarwat ( ), Tasmin Tamanna Haque ( ) Department of Computer Science.
Correlation-Regression The correlation coefficient measures how well one can predict X from Y or Y from X.
Reading Report Ce WANG A segment alignment approach to protein comparison.
Hybrid Protein Model Quality Assessment Jianlin Cheng Computer Science Department & Informatics Institute University of Missouri, Columbia, MO, USA.
Adding your SSI Data into Faculty180 using the New SSI screens:
Using 3D-SURFER. Before you start 3D-Surfer can be accessed at For visualization.
Solve a radical equation
Computer Science: A Structured Programming Approach Using C1 3-7 Sample Programs This section contains several programs that you should study for programming.
Sequence Alignment and Phylogenetic Prediction using Map Reduce Programming Model in Hadoop DFS Presented by C. Geetha Jini (07MW03) D. Komagal Meenakshi.
Basic Introduction of BLAST Jundi Wang School of Computing CSC691 09/08/2013.
12b. Regression Analysis, Part 2 CSCI N207 Data Analysis Using Spreadsheet Lingma Acheson Department of Computer and Information Science,
Report #1 By Team: Green Ensemble AusDM 2009 ENSEMBLE Analytical Challenge: Rules, Objectives, and Our Approach.
EXAMPLE 3 Find the inverse of a 3 × 3 matrix Use a graphing calculator to find the inverse of A. Then use the calculator to verify your result. 2 1 – 2.
How to Upload your website to a free web hosting service 20 m.com.
Website Test Nick Montez. My Website Animated Clipart.
Niv Gafni, Yair Offir and Eliav Ben-zaken Information System Engineering Ben Gurion University 1.
Web Directory For Computer Science Projects Nidhi Goel Course: CS 491B Instructor: Prof. Chengyu Sun December 8, 2006.
Clean up sequences with multiple >GI numbers when downloaded from NCBI BLAST website [ Example of one sequence and the duplication clean up for phylo tree.
SOLVE ABSOLUTE VALUE INEQUALITIES January 21, 2014 Pages
Create feedback form in Google Spreadsheet. Go to and open the drive by clicking the link as shown belowwww.google.com.
Python 101 Dr. Bernard Chen University of Central Arkansas PyArkansas.
Po-Lung Chen (Dont block me) d092: iRobot 2010/03/26 (1) d092: iRobot Po-Lung Chen Team Dont Block Me, National Taiwan University March 26, 2010.
Computer virus (W). A virus is a piece of software or programming that can be extremely harmful to computer. It damages your computer by taking over your.
Protein Tertiary Structure Prediction Structural Bioinformatics.
3 STUDENT ASSESSMENT DEPARTMENT
Welcome to AP Stats!. The AP Exam Thursday, May12, This is during the second week of AP testing and about 4 weeks after Spring Break. The TEST:
Circle-Radius form By definition, a circle is the set of all points in a plane that lie a given distance from a given point. The given distance.
Data Entry Format 2017.
Qualification Implementation Managers
African-American Stimuli
Welcome to AP Stats!.
Challenges in Creating an Automated Protein Structure Metaserver
We have provided patients with diagnosis and
Requirements: Use Case Models and Narratives
PIC + TransNet.
Click on the assignment you wish to complete
Unit 2 Day 12 Review of Quadratics.
TEMPLATE-BASED METHODS FOR PROTEIN MODEL QA
Day 43 – Calculating Correlation Coefficient using Excel
دانشگاه شهیدرجایی تهران
تعهدات مشتری در کنوانسیون بیع بین المللی
R Squared.
Adding your SSI Data into Faculty180 using the New SSI screens:
A graphing calculator is required for some problems or parts of problems 2000.
Solve an inequality using subtraction
Warm Up 2) Solve by factoring a) x2 + 10x + 9 b) 4x2 – 15x - 25
Rie Mashima & Nobuyuki Takahashi (Hokkaido University)
R = R Squared
Algebra 1 10/17/16 EQ: How do I solve 2 and multi step inequalities?
When to use Context Source in workflow
Warm Up Solve each equation. 1. 2x – 5 = –17 2. –6 14
Clickers in the Classroom Engaging All Learners!
3-2 Solving Inequalities Using Addition and Subtraction
Mean.
Accurate Video Localization
MATH TALK POWER NUMBER 64 Set 1.
MATH TALK POWER NUMBER 27.
MATH TALK POWER NUMBER 36.
MATH TALK POWER NUMBER 25.
MATH TALK POWER NUMBER 64 Set 2.
MATH TALK POWER NUMBER 16.
Separating Mixtures & Solutions
Completing the School Official Portion of the Student Profile
MATH-102 Term 121.
Presentation transcript:

Automation System For Checking Protein Prediction Sigalit Kanevsky Academic Advisor: Dr. Chen Keasar The Department of Computer Science, Ben Gurion University.

CASP - Critical Assessment of Techniques for Protein Structure Prediction A competition for protein structure prediction taking place every two years. The participating groups receive a primary structure (sequence) of protein - the TARGET - and need to return a model for the target’s tertiary structure.

Goal Create a system that compares a score of a given structure of protein to the official solution that contains the actual score of structure of the protein. The system will be used in the CASP competition.

System flow Download links In the competition Chen and his group send proposed protein structures prediction as solution, and in the end of the competition the real answer is uploaded to the CASP website. Once a day the system checks the CASP website for new links to the answer file. Add to working directory examine the prediction

Add to working directory Download links When the system finds a new answer file, the answer file is downloaded to a working directory from the CASP website, and the system adds the proposed prediction to the same directory, which will be later compared with the actual solution Add to working directory examine the prediction

Examine the prediction Download links The system generates a score comparison for every protein between our given score and the actual score, and calculates the correlation and distance average. Add to working directory Examine the prediction

Results Good prediction When we made a good prediction for protein structure we got a high correlation score, as we can see in target T0889 which got correlation score of 0.979020819. We can see in the graph that the actual quality of the protein and the predicted quality are correlated. target T0889

Good quality Bad quality

Bad prediction When we made a bad prediction for protein structure we got a low correlation score, as we can see in target T0865 which got correlation score of -0.096035055. We can see in the graph that we don’t have any match between our proposed quality and the actual quality. Target T0865

Correlations of all targets

Thank you all for your time and attention.