Predicting ligand binding sites on protein surface

Slides:



Advertisements
Similar presentations
 Distance Problems: › Post Office Problem › Nearest Neighbors and Closest Pair › Largest Empty and Smallest Enclosing Circle  Sub graphs of Delaunay.
Advertisements

Table of Contents 9.5 Some Basic Morphological Algorithm
Document Image Processing
Course Syllabus 1.Color 2.Camera models, camera calibration 3.Advanced image pre-processing Line detection Corner detection Maximally stable extremal regions.
Bioinformatics Vol. 21 no (Pages ) Reporter: Yu Lun Kuo (D )
A Recursive Algorithm for Calculating the Relative Convex Hull Gisela Klette AUT University Computing & Mathematical Sciences Auckland, New Zealand.
Chapter 9: Morphological Image Processing
Course Syllabus 1.Color 2.Camera models, camera calibration 3.Advanced image pre-processing Line detection Corner detection Maximally stable extremal regions.
DIGITAL IMAGE PROCESSING
Introduction to Morphological Operators
Morphological Image Processing Md. Rokanujjaman Assistant Professor Dept of Computer Science and Engineering Rajshahi University.
Digital Image Processing, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods Chapter 9 Morphological Image Processing Chapter 9 Morphological.
Images Formed by Refraction
Chapter 9 Morphological Image Processing. Preview Morphology: denotes a branch of biology that deals with the form and structure of animals and planets.
Docking of Protein Molecules
Numerical Meshes from Seismic Images Karl Apaza Agüero Paulo Roma Cavalcanti Antonio Oliveira Claudio Esperança COPPE – Sistemas - UFRJ.
Morphological Image Processing
Geometric molecular surface modeling using mathematical morphology operators. Journal of Molecular Graphics Volume 13, Issue 6, Pages (December.
CSE554Binary PicturesSlide 1 CSE 554 Lecture 1: Binary Pictures Fall 2013.
CSE554Binary PicturesSlide 1 CSE 554 Lecture 1: Binary Pictures Fall 2014.
Structural alignments of Proteins using by TOPOFIT method Vitkup D., Melamud E., Moult J., Sander C. Completeness in structural genomics. Nature Struct.
Lecture 5. Morphological Image Processing. 10/6/20152 Introduction ► ► Morphology: a branch of biology that deals with the form and structure of animals.
Image Processing1 Morphological and Other Area Operations Introduction –Morphology is the science of form and structure –It is about regions or.
Chapter 9.  Mathematical morphology: ◦ A useful tool for extracting image components in the representation of region shape.  Boundaries, skeletons,
Course Syllabus 1.Color 2.Camera models, camera calibration 3.Advanced image pre-processing Line detection Corner detection Maximally stable extremal regions.
: Chapter 6: Morphological Image Processing 1 Montri Karnjanadecha ac.th/~montri Image Processing.
Digital Image Processing Chapter 9: Morphological Image Processing 5 September 2007 Digital Image Processing Chapter 9: Morphological Image Processing.
Morphological Image Processing
Predicting ligand binding sites on protein surface Zengming Zhang
Gianni Ramponi University of Trieste Images © 2002 Gonzalez & Woods Digital Image Processing Chapter 9 Morphological Image.
Morphological Image Processing การทำงานกับรูปภาพด้วยวิธีมอร์โฟโลจิคัล
1 11. Polygons Polygons 2D polygons ( 다각형 ) –Polygon sides are all straight lines lying in the same plane 3D polyhedra ( 다면체 )  chap. 12 –Polyhedra.
CS654: Digital Image Analysis
References Books: Chapter 11, Image Processing, Analysis, and Machine Vision, Sonka et al Chapter 9, Digital Image Processing, Gonzalez & Woods.
Morphological Filtering
CS654: Digital Image Analysis
EE 4780 Morphological Image Processing. Bahadir K. Gunturk2 Example Two semiconductor wafer images are given. You are supposed to determine the defects.
1 Mathematic Morphology used to extract image components that are useful in the representation and description of region shape, such as boundaries extraction.
1 Overview representing region in 2 ways in terms of its external characteristics (its boundary)  focus on shape characteristics in terms of its internal.
Morphological Image Processing Robotics. 2/22/2016Introduction to Machine Vision Remember from Lecture 12: GRAY LEVEL THRESHOLDING Objects Set threshold.
 Mathematical morphology is a tool for extracting image components that are useful in the representation and description of region shape, such as boundaries,
BYST Morp-1 DIP - WS2002: Morphology Digital Image Processing Morphological Image Processing Bundit Thipakorn, Ph.D. Computer Engineering Department.
Morphology Morphology deals with form and structure Mathematical morphology is a tool for extracting image components useful in: –representation and description.
11/01/2010 Segmentation of SES for Protein Structure Analysis Virginio Cantoni, Riccardo Gatti, Luca Lombardi University of Pavia, dept. of Computer Engineering.
1 Giuseppe Romeo Voronoi based Source Detection. 2 Voronoi cell The Voronoi tessellation is constructed as follows: for each data point  i (also called.
Course 3 Binary Image Binary Images have only two gray levels: “1” and “0”, i.e., black / white. —— save memory —— fast processing —— many features of.
Lecture(s) 3-4. Morphological Image Processing. 3/13/20162 Introduction ► ► Morphology: a branch of biology that deals with the form and structure of.
Morphological Image Processing (Chapter 9) CSC 446 Lecturer: Nada ALZaben.
Morphological Image Processing
Molecular mechanics Classical physics, treats atoms as spheres Calculations are rapid, even for large molecules Useful for studying conformations Cannot.
Electronic Visualization Laboratory University of Illinois at Chicago “Fast And Reliable Space Leaping For Interactive Volume Rendering” by Ming Wan, Aamir.
COMP 9517 Computer Vision Binary Image Analysis 4/15/2018
Digital Image Processing CP-7008 Lecture # 09 Morphological Image Processing Fall 2011.
CSE 554 Lecture 1: Binary Pictures
Image Morphing © Zooface Many slides from Alexei Efros, Berkeley.
Bezier Triangles and Multi-Sided Patches
Introduction to Morphological Operators
Computational Photography Derek Hoiem, University of Illinois
What Happens When… Light is transmitted through a glass shaped like a triangle? Light is transmitted straight toward a glass shaped like a square?
CS Digital Image Processing Lecture 5
Binary Image processing بهمن 92
Morphological Image Processing
Digital Image Processing Lecture 15: Morphological Algorithms
Morphological and Other Area Operations
CSE 554 Lecture 3: Shape Analysis (Part II)
Are Proteins Well-Packed?
Neutrosophic approach for mathematical morphology.
Morphological Operators
ECE 692 – Advanced Topics in Computer Vision
CS654: Digital Image Analysis
Presentation transcript:

Predicting ligand binding sites on protein surface

What is the binding site? (Concave, cleft, hole) – shaped region on protein surface A key into a lock! Key-ligand Lock-protein Lock hole-binding sites

Why do we need to find binding sites? First step in many structure analyses: Functional/catalytic site prediction Comparisons of protein atomic configurations Docking calculations Structure-based drug design …

Algorithms for finding binding sites Grid-based Cover the protein into a 3D grid, Empty grid points are then defined a pockets if they satisfy a number of geometric or energetic conditions. Sphere-based A set of probe spheres are placed on protein surface. Pocket spheres are those generated probe spheres that satisfy a number of geometric conditions among the generated probe spheres. α-shape based Is defined as a subset of Delaunay tessellations of protein atoms, omitting edges longer than the sum of the radii of two atoms.

Algorithms for finding binding sites Grid-based POCKET, LIGSITE, LIGSITECS ,LIGSITECSC ,ConCavity, PocketPicker and GHECOM Sphere-based SURFNET, PASS, Q-SiteFinder, PHECOM α-shape based CAST, Fpocket

Delaunay tessellations α-shape The shape surrounded by the black line The edge of Delaunay tessellations

Delaunay tessellations No edge that its length is longer than the sum of the radii of two atoms

α-shape based: CAST Computes a triangulation of the protein’s surface atoms using α-shapes, then triangles are grouped by letting small triangles flow toward neighboring larger triangles, which act as sinks!

Grid-based The protein is projected onto a 3D grid. They focused on PSP (protein-solvent-protein) events of the grids. When a straight line drawn from a grid point is enclosed on both side by protein atoms, the arrangement of the line for that grid point is termed a PSP event. Grid points having more than a threshold number of PSP events are defined as pockets.

Sphere-based SURFNET: Places a sphere (called gap spheres) between two protein atoms. If the sphere contains any other atoms, reduce its radius until it just touches one protein atom. A set of these gap spheres are defined as pockets.

To define pocket region on Grid-based: GHECOM By Takeshi Kawabata Kawabata T. (2010) Detection of multi-scale pockets on protein surfaces using mathematical morphology. Proteins,78, 1195-1121 To define pocket region on protein surface

Primary points: A new definition of pockets by using the basic operations of mathematical morphology Proposed an algorithm for finding pockets Construct a useful dataset for algorithm testing Introduced a new method for evaluate binding site predictions Some useful discoveries about ligands bind to binding sites

Some Background: Multiscale pockets: “Size” and “Depth” of pockets: Calculate deep and shallow pockets simultaneously “Multiscale pockets” need “multiscale probes”, they use many probes of different sizes to define pockets. “Size” and “Depth” of pockets: Two properties of pockets A definition of pockets using small and large spherical probes of his previous work: PHECOM A pocket region: a space into which a small spherical can enter but a large spherical probe cannot.

Mathematical Morphology Pocket definition Mathematical Morphology It is a theory used in the analysis of geometric features of digital images based on rigorous set theory. Morphology can provide boundaries of objects, their skeletons, and their convex hulls. It is also useful for many pre- and post-processing techniques, especially in edge thinning and pruning.

mathematical morphology (con.) Four operations: dilation, erosion, opening, closing a: Molecular shape b: The shape of the probe c:X⊕P: Operation dilation of X by P d:XΘP: Operation erosion of X by P e:X○P: Operation opening of X by P f: X • P: Operation closing of X by P The shape X is the vdW volume of a protein