SlideShare uma empresa Scribd logo
1 de 20
Baixar para ler offline
Abcd

          Docking Pose Assessment:
          The importance of keeping your GARD up

          David C. Thompson
          J. Christian Baber[a]
          Jason B. Cross[b, c]




[a] Wyeth Research, Chemical Sciences, Cambridge, MA
[b] Wyeth Research, Chemical Sciences, Collegeville, PA
[c] Cubist Pharmaceuticals, Inc. Lexington, MA
The Why                                                    Abcd

            • Large-scale docking evaluation study[1]
                — Glide, DOCK6, PhDOCK, SurFlex, FlexX, and ICM
                — Cognate ligand docking
                — Virtual Screening

            • Project aims:
                — Assess our computational needs: Right tools for the job?
                — Assess and revise best practices




[1] J. B. Cross et al., J. Chem. Inf. Model. (In press)                      The Why
How do we assess a docking program’s ability
  to regenerate a known binding mode?
                                                              Abcd

   Measures of Accuracy: RMSD

Pose # Score    RMSD      Top scoring
  1 -72.0        1.9         pose
  2 -56.0        2.3
  3 -24.0        1.8      Best RMSD
  4 -9.00        2.7
  …    …         …




                                • We dock the native ligand back into the protein
                                • We look at the RMSD of the top pose
                                • We look at the best RMSD of all the poses


                                                                           The Why
Comparing docking programs is difficult …[2]      Abcd

           • RMSD, and statistics derived from RMSD, are used heavily in
             comparing docking programs

           • This is fine as RMSD works a lot of the time, however there are
             some issues
              — Not bounded (how big is too big?)
              — Large RMSDs can dominate aggregate statistics
              — RMSD is chemically ambivalent

           • We may be losing useful information



[2] J. C. Cole et al., Proteins, 60, 325 (2005)                        The Why
What has come before                                                              Abcd

           • These observations on RMSD are not new
               • Relative Displacement Error (RDE)[3]
                    —   Statistics compiled using the RDE measure are less dominated by very bad docking poses
                    —   Would still miss poses that contain correct binding modes

               • Interaction-Based Accuracy Classification (IBAC)[4]
                    —   Would not miss poses that have a correct binding mode
                    —   Highly subjective, not easily automated

               • Real-space R-factor (RSR)[5]
                    —   Inclusion of experimental information
                    —   Un-bounded (how big is too big?)

           • All of these methods address some of the issues associated with RMSD, but not
             in one single measure

           • RMSTanimoto[6]

[3] R. A. Abagyan et al., J. Mol. Bio., 268, 678 (1997)
[4] R. T. Kroemer et al., J. Chem. Inf. Comput. Sci., 44, 871 (2004)
[5] D. Yusuf et al., J. Chem. Inf. Model., 48, 1411 (2008)
[6] OpenEye Scientific Software, Santa Fe, NM                                                                The Why
The Why: A Recap                                 Abcd

RMSD works a lot of the time, so we need a function that preserves
this feature, but that also accounts for those difficult cases where
useful information maybe lost

We would also like:
  • To avoid the skewing problem associated with large RMSDs
  • To have an objective measure
  • An element of chemical awareness




                                                          The Why
The How                                                Abcd
    • A Generally Applicable Replacement for RMSD: GARD[7]

    • GARD is a metric for analyzing docking poses

    • It is bounded on [0,1] to remove arbitrary cutoffs which distort
      average measures

    • It is based on an analysis performed by P. R. Andrews et al. [8]*
         — Regression analysis of the binding constants and structural components of 200
           drugs and enzyme inhibitors

    • Automated, and no more expensive than RMSD

[7] Submitted, J. Chem. Inf. Model.
[8] P. R. Andrews et al., J. Med. Chem., 27, 1648 1984
* Yes, we know that this is an old study . . .                                   The How
GARD: The Algorithm                                        Abcd
               Atomic RMSD = 3.68Å

                                            • For each atom compute an RMSD (di)
                                            • Use Andrews weight corresponding to the
                                              atom type (wi)
                                            • Define a ‘good’ and ‘bad’ RMSD: dmin and
                                                 dmax
                                                 — dmin = 1Å
                                                 — dmax = 2.5Å
                                                                         ∑δ w                  i       i
                                                                  GARD =               i

                                                                         ∑w                i
                                                                                                   i


                                                                        ⎧      1      di ≤ dmin
                                                                        ⎪ d −d
                                                                        ⎪
                                                                   δi = ⎨( i min ) dmin ≤ di ≤ dmax
                                                                        ⎪ dmax − dmin
                                                                        ⎪
                                                                        ⎩      0      di ≥ dmax
            RMSD = 1.38Å
             GARD = 0.90
Reference structure (cyan); Docking pose (tan)                                       The How
GARD: Worked Example                                           Abcd

                                                  di       ATOM TYPE   wi       δiwi
                                                 0.28       C (sp3)    0.8      0.8
                                                 0.48       C (sp3)    0.8      0.8
                                                 0.69         N        1.2      1.2
                                                 0.60       C (sp3)    0.8      0.8
                                                 0.36       C (sp3)    0.8      0.8
                                                 0.96       C (sp2)    0.7      0.7
                                                 0.96         N        1.2      1.2
                                                 3.68       C (sp3)    0.8       0
                                                 0.60       C (sp3)    0.8      0.8

                                                             SUM       7.9      7.1

                                                        GARD = 7.1/7.9 = 0.90
            RMSD = 1.38Å
             GARD = 0.90
Reference structure (cyan); Docking pose (tan)                               The How
Comparing docking programs is difficult … but
           we do it anyway
                                                                            Abcd

            “Cognate ligand docking to 68 diverse, high-resolution x-ray
            complexes revealed that ICM, GLIDE, and Surflex generated
            ligand poses close to the X-ray conformation more often than the
            other docking programs. GLIDE and Surflex also outperformed
            the other docking programs when used for virtual screening,
            based on mean ROC AUC and ROC enrichment . . .[1]”

             Protocol:
             1.     Initial ligand coordinates used as input for the docking were generated using
                    CORINA[9]
             2.     The 10 top scoring poses (or fewer, depending on the specific output for a
                    particular X-ray complex/docking program combination) were retained for
                    analysis
             3.     These poses were then evaluated using both the GARD and RMSD measures

[1] J. B. Cross et al., J. Chem. Inf. Model. (In press)
[9] CORINA v1.82, Molecular Networks GmbH: Erlangen, Germany, 1997                      The What
The What                                                                                 Abcd

                  30




                  25




                  20
           RMSD




                  15

                                                                                  y = -7.3x + 7.2
                                                                                     R2 = 0.59
                  10




                  5




                  0
                       0   0.1      0.2       0.3       0.4       0.5       0.6       0.7           0.8   0.9       1
                                                                 GARD




Correlation between GARD scores and RMSD across the top 10 poses of compounds from 68 different targets and 6 docking methods

                                                                                                            The What
(4725 points)
The What: Some Specific Examples                                                             Abcd


                                   5

   1GLQ                           4.5


RMSD = 4.44Å                       4


 GARD = 0.77
                                  3.5

                                   3
                                                                                              2
                           RMSD




                                                                                            R = 0.53
   1A4Q
                                  2.5

                                   2

RMSD = 4.90Å                      1.5

 GARD = 0.78                       1

                                  0.5

                                   0
                                    0.75        0.8           0.85            0.9            0.95            1
                                                                     GARD




   Correlation between GARD scores and RMSD for those poses with a GARD score of at least 0.75 across the top 10 poses of compounds

                                                                                                                 The What
   from 68 different targets and 6 docking methods (1469 points)
1A4Q: Neuraminidase with dihydropyran-phenethyl-
propy-carboxamide inhibitor (1.90Å)
                                                                Abcd




                  1A4Q
                                SurFlex Ringflex docking pose (green wire)
               RMSD = 4.90Å
                GARD = 0.78
                                             X-tal (grey tube)               The What
1GLQ: Glutathione-S-transferase with p-nitrobenzyl                 Abcd
glutathione (1.80Å)




                     1GLQ
                                   ICM docking pose (green wire)
                  RMSD = 4.44Å
                                         X-tal (grey tube)
                   GARD = 0.77
                                                                     The What
1HPX: HIV Protease with KNI-272 inhibitor (2.00 Å)*              Abcd




                                                  1                         1
            2                                            2

                                                        3              4        3         4

          Best RMSD                                   Crystal Structure         Top Scoring
     GARD=0.63 / RMSD=1.89                                                 GARD=0.75 / RMSD=2.35
      GLIDE SP 4.5 (10/30)                                                   GLIDE SP 4.5 (1/30)




*Additional example, not in the original docking evaluation data set                  The What
GPCR Model Validation: GLIDE SP 5.0                              Abcd

         7
                                           Evaluate GPCR model’s ability to reproduce
                                           known crystallographic binding mode
        6.5
         6
        5.5
 RMSD




         5
        4.5
         4
        3.5
         3
              0   0.2          0.4   0.6               25 poses, post-minimization
                        GARD                 β2 adrenergic receptor (2RH1)   Pose # 24
                                                     X-tal (green)         RMSD = 3.69Å
                                                 GLIDE pose (yellow)        GARD = 0.48
                                                                               The What
GPCR Model Validation: IFD[9]                                      Abcd




                        β2 adrenergic receptor (2RH1)              IFD, default parameters, Pose #1
                  X-tal ligand (cyan); model protein (cyan)                 RMSD = 1.85Å
                      IFD pose (tan); IFD protein (tan)                      GARD = 0.65
[9] Schrödinger Suite 2008, Induced Fit Docking protocol; Glide
version 5.0, Schrödinger, LLC, New York, NY, 2008; Prime version
2.0, Schrödinger, LLC, New York, NY, 2008                                                     The What
Concluding remarks                                              Abcd

• RMSD is a good measure most of the time, although it has known drawbacks
  which can result in the discarding of useful information

• A Generally Applicable Replacement to RMSD (GARD) has been proposed
  which overcomes most of the drawbacks of RMSD, whilst preserving it’s
  strengths. This measure is:
   — Normalized
   — ‘Chemically aware’
   — Automated / objective

• Illustrated GARD utility showing specific examples from a large scale docking
  evaluation exercise, and examples from the Protein Data Bank

• Future application: Use with RMSD to triage docking results for protein model
  evaluation
   — Of particular utility when considering multiple models, and tens/hundreds of
     docking poses
Cultural highlight                                                                      Abcd

                                                                                 • Ethnographic examination of
                                                                                   ‘simulators’
                                                                                   — Crystallographers
                                                                                   — Architects
                                                                                   — Oceanographers

                                                                                 • “All models are wrong, but some
                                                                                   models are useful” – G. E. P. Box

                                                                                 • “If exactitude is elusive, it is better to
                                                                                   be approximately right than
                                                                                   certifiably wrong” – B. B. Mandelbrot




Simulation and its discontents, Sherry Turkle, Cambridge, MA: MIT Press (2009)
Acknowledgments                                   Abcd

            • Boehringer Ingelheim
              — Dr. Ingo Mügge
              — Dr. Sandy Farmer

            • Wyeth Research
              — The Docking Evaluation Team
                (Dr. YongBo Hu, Dr. Kristi Yi Fan and Dr. Brajesh K. Rai*)
              — Dr. Jack A. Bikker
              — Dr. Christine Humblet




* Pfizer Global Research and Development, Groton, CT

Mais conteúdo relacionado

Destaque

All pose face alignment robust to occlusion
All pose face alignment robust to occlusionAll pose face alignment robust to occlusion
All pose face alignment robust to occlusionJongju Shin
 
Deep convolutional neural fields for depth estimation from a single image
Deep convolutional neural fields for depth estimation from a single imageDeep convolutional neural fields for depth estimation from a single image
Deep convolutional neural fields for depth estimation from a single imageWei Yang
 
[Mmlab seminar 2016] deep learning for human pose estimation
[Mmlab seminar 2016] deep learning for human pose estimation[Mmlab seminar 2016] deep learning for human pose estimation
[Mmlab seminar 2016] deep learning for human pose estimationWei Yang
 
Human Pose Estimation by Deep Learning
Human Pose Estimation by Deep LearningHuman Pose Estimation by Deep Learning
Human Pose Estimation by Deep LearningWei Yang
 
Single person pose recognition and tracking
Single person pose recognition and trackingSingle person pose recognition and tracking
Single person pose recognition and trackingJavier_Barbadillo
 
Efficient Running with Pose Method
Efficient Running with Pose MethodEfficient Running with Pose Method
Efficient Running with Pose Methodsuzyhgoodwin
 
Manifold learning
Manifold learningManifold learning
Manifold learningWei Yang
 
Protein-Ligand Docking
Protein-Ligand DockingProtein-Ligand Docking
Protein-Ligand Dockingbaoilleach
 
Estimating Human Pose from Occluded Images (ACCV 2009)
Estimating Human Pose from Occluded Images (ACCV 2009)Estimating Human Pose from Occluded Images (ACCV 2009)
Estimating Human Pose from Occluded Images (ACCV 2009)Jia-Bin Huang
 
Molecular docking
Molecular dockingMolecular docking
Molecular dockingpalliyath91
 
Convolutional Pose Machines
Convolutional Pose MachinesConvolutional Pose Machines
Convolutional Pose MachinesTakanori Ogata
 

Destaque (13)

All pose face alignment robust to occlusion
All pose face alignment robust to occlusionAll pose face alignment robust to occlusion
All pose face alignment robust to occlusion
 
Deep convolutional neural fields for depth estimation from a single image
Deep convolutional neural fields for depth estimation from a single imageDeep convolutional neural fields for depth estimation from a single image
Deep convolutional neural fields for depth estimation from a single image
 
Towards the Extended Pose
Towards the Extended PoseTowards the Extended Pose
Towards the Extended Pose
 
[Mmlab seminar 2016] deep learning for human pose estimation
[Mmlab seminar 2016] deep learning for human pose estimation[Mmlab seminar 2016] deep learning for human pose estimation
[Mmlab seminar 2016] deep learning for human pose estimation
 
Human Pose Estimation by Deep Learning
Human Pose Estimation by Deep LearningHuman Pose Estimation by Deep Learning
Human Pose Estimation by Deep Learning
 
Single person pose recognition and tracking
Single person pose recognition and trackingSingle person pose recognition and tracking
Single person pose recognition and tracking
 
Efficient Running with Pose Method
Efficient Running with Pose MethodEfficient Running with Pose Method
Efficient Running with Pose Method
 
Manifold learning
Manifold learningManifold learning
Manifold learning
 
Protein-Ligand Docking
Protein-Ligand DockingProtein-Ligand Docking
Protein-Ligand Docking
 
Estimating Human Pose from Occluded Images (ACCV 2009)
Estimating Human Pose from Occluded Images (ACCV 2009)Estimating Human Pose from Occluded Images (ACCV 2009)
Estimating Human Pose from Occluded Images (ACCV 2009)
 
Molecular docking
Molecular dockingMolecular docking
Molecular docking
 
Pose
PosePose
Pose
 
Convolutional Pose Machines
Convolutional Pose MachinesConvolutional Pose Machines
Convolutional Pose Machines
 

Semelhante a Docking Pose Assessment: The importance of keeping your GARD up

Free Ebooks Download
Free Ebooks Download Free Ebooks Download
Free Ebooks Download Edhole.com
 
High-Dimensional Bayesian Optimization with Constraints: Application to Powde...
High-Dimensional Bayesian Optimization with Constraints: Application to Powde...High-Dimensional Bayesian Optimization with Constraints: Application to Powde...
High-Dimensional Bayesian Optimization with Constraints: Application to Powde...Shoki Miyagawa
 
Benchmark Calculations of Atomic Data for Modelling Applications
 Benchmark Calculations of Atomic Data for Modelling Applications Benchmark Calculations of Atomic Data for Modelling Applications
Benchmark Calculations of Atomic Data for Modelling ApplicationsAstroAtom
 
Learning Medicinal Chemistry ADMET rules UKQSAR Sept 2017
Learning Medicinal Chemistry ADMET rules UKQSAR Sept 2017Learning Medicinal Chemistry ADMET rules UKQSAR Sept 2017
Learning Medicinal Chemistry ADMET rules UKQSAR Sept 2017Ed Griffen
 
Simulation Testing for Cosserat Rods
Simulation Testing for Cosserat RodsSimulation Testing for Cosserat Rods
Simulation Testing for Cosserat RodsZhan Wang
 
Graph based approaches to Gene Expression Clustering
Graph based approaches to Gene Expression ClusteringGraph based approaches to Gene Expression Clustering
Graph based approaches to Gene Expression ClusteringGovind Maheswaran
 
Master thesispresentation
Master thesispresentationMaster thesispresentation
Master thesispresentationMatthew Urffer
 
Introduction to Computational Fluid Dynamics (CFD)
Introduction to Computational Fluid Dynamics (CFD)Introduction to Computational Fluid Dynamics (CFD)
Introduction to Computational Fluid Dynamics (CFD)Hashim Hasnain Hadi
 
Apache Spark - Basics of RDD | Big Data Hadoop Spark Tutorial | CloudxLab
Apache Spark - Basics of RDD | Big Data Hadoop Spark Tutorial | CloudxLabApache Spark - Basics of RDD | Big Data Hadoop Spark Tutorial | CloudxLab
Apache Spark - Basics of RDD | Big Data Hadoop Spark Tutorial | CloudxLabCloudxLab
 
RMSD: routine measure stirs doubts
RMSD: routine measure stirs doubtsRMSD: routine measure stirs doubts
RMSD: routine measure stirs doubtsJeremy Yang
 
Developing Chemoinformatics Models
Developing Chemoinformatics ModelsDeveloping Chemoinformatics Models
Developing Chemoinformatics ModelsSSA KPI
 
An overview of software dd a scoing study
An overview of software dd  a scoing studyAn overview of software dd  a scoing study
An overview of software dd a scoing studySyed Ali
 
Goal driven collaborative filtering (ECIR 2010)
Goal driven collaborative filtering (ECIR 2010)Goal driven collaborative filtering (ECIR 2010)
Goal driven collaborative filtering (ECIR 2010)Tamas Jambor
 
Scale-up Systems India Mettler RC1 Sanket Salgaonkar
Scale-up Systems India Mettler RC1 Sanket SalgaonkarScale-up Systems India Mettler RC1 Sanket Salgaonkar
Scale-up Systems India Mettler RC1 Sanket SalgaonkarScale-up Systems
 

Semelhante a Docking Pose Assessment: The importance of keeping your GARD up (20)

Modeling full scale-data(2)
Modeling full scale-data(2)Modeling full scale-data(2)
Modeling full scale-data(2)
 
Free Ebooks Download
Free Ebooks Download Free Ebooks Download
Free Ebooks Download
 
High-Dimensional Bayesian Optimization with Constraints: Application to Powde...
High-Dimensional Bayesian Optimization with Constraints: Application to Powde...High-Dimensional Bayesian Optimization with Constraints: Application to Powde...
High-Dimensional Bayesian Optimization with Constraints: Application to Powde...
 
Benchmark Calculations of Atomic Data for Modelling Applications
 Benchmark Calculations of Atomic Data for Modelling Applications Benchmark Calculations of Atomic Data for Modelling Applications
Benchmark Calculations of Atomic Data for Modelling Applications
 
Md simulation
Md simulationMd simulation
Md simulation
 
How To Diffuse
How To DiffuseHow To Diffuse
How To Diffuse
 
Learning Medicinal Chemistry ADMET rules UKQSAR Sept 2017
Learning Medicinal Chemistry ADMET rules UKQSAR Sept 2017Learning Medicinal Chemistry ADMET rules UKQSAR Sept 2017
Learning Medicinal Chemistry ADMET rules UKQSAR Sept 2017
 
Group Project
Group ProjectGroup Project
Group Project
 
Simulation Testing for Cosserat Rods
Simulation Testing for Cosserat RodsSimulation Testing for Cosserat Rods
Simulation Testing for Cosserat Rods
 
Graph based approaches to Gene Expression Clustering
Graph based approaches to Gene Expression ClusteringGraph based approaches to Gene Expression Clustering
Graph based approaches to Gene Expression Clustering
 
Master thesispresentation
Master thesispresentationMaster thesispresentation
Master thesispresentation
 
Introduction to Computational Fluid Dynamics (CFD)
Introduction to Computational Fluid Dynamics (CFD)Introduction to Computational Fluid Dynamics (CFD)
Introduction to Computational Fluid Dynamics (CFD)
 
Apache Spark - Basics of RDD | Big Data Hadoop Spark Tutorial | CloudxLab
Apache Spark - Basics of RDD | Big Data Hadoop Spark Tutorial | CloudxLabApache Spark - Basics of RDD | Big Data Hadoop Spark Tutorial | CloudxLab
Apache Spark - Basics of RDD | Big Data Hadoop Spark Tutorial | CloudxLab
 
RMSD: routine measure stirs doubts
RMSD: routine measure stirs doubtsRMSD: routine measure stirs doubts
RMSD: routine measure stirs doubts
 
Developing Chemoinformatics Models
Developing Chemoinformatics ModelsDeveloping Chemoinformatics Models
Developing Chemoinformatics Models
 
An overview of software dd a scoing study
An overview of software dd  a scoing studyAn overview of software dd  a scoing study
An overview of software dd a scoing study
 
Goal driven collaborative filtering (ECIR 2010)
Goal driven collaborative filtering (ECIR 2010)Goal driven collaborative filtering (ECIR 2010)
Goal driven collaborative filtering (ECIR 2010)
 
Notion of Algorithms.pdf
Notion of Algorithms.pdfNotion of Algorithms.pdf
Notion of Algorithms.pdf
 
Realtime Analytics
Realtime AnalyticsRealtime Analytics
Realtime Analytics
 
Scale-up Systems India Mettler RC1 Sanket Salgaonkar
Scale-up Systems India Mettler RC1 Sanket SalgaonkarScale-up Systems India Mettler RC1 Sanket Salgaonkar
Scale-up Systems India Mettler RC1 Sanket Salgaonkar
 

Mais de David Thompson

Connect With STEM Learning Report (2015-2016)
Connect With STEM Learning Report (2015-2016)Connect With STEM Learning Report (2015-2016)
Connect With STEM Learning Report (2015-2016)David Thompson
 
Five Things to Know about Networks Within Firms
Five Things to Know about Networks Within FirmsFive Things to Know about Networks Within Firms
Five Things to Know about Networks Within FirmsDavid Thompson
 
Connect With STEM - See It, Be It
Connect With STEM - See It, Be ItConnect With STEM - See It, Be It
Connect With STEM - See It, Be ItDavid Thompson
 
The context of crowdsourcing: A driver of organizational openness?
The context of crowdsourcing: A driver of organizational openness?The context of crowdsourcing: A driver of organizational openness?
The context of crowdsourcing: A driver of organizational openness?David Thompson
 
Crowdsourcing: Bringing Outside, In
Crowdsourcing: Bringing Outside, InCrowdsourcing: Bringing Outside, In
Crowdsourcing: Bringing Outside, InDavid Thompson
 
Grand Theft Engagement
Grand Theft EngagementGrand Theft Engagement
Grand Theft EngagementDavid Thompson
 
Social: A Network Leader's Perfect Diversity Platform
Social: A Network Leader's Perfect Diversity PlatformSocial: A Network Leader's Perfect Diversity Platform
Social: A Network Leader's Perfect Diversity PlatformDavid Thompson
 
Redressing the Baseline: Exploit vs. Explore
Redressing the Baseline: Exploit vs. ExploreRedressing the Baseline: Exploit vs. Explore
Redressing the Baseline: Exploit vs. ExploreDavid Thompson
 
Social is Dead. Long Live Social.
Social is Dead. Long Live Social.Social is Dead. Long Live Social.
Social is Dead. Long Live Social.David Thompson
 
Thinking inside the box - What is the role of digital within the four walls o...
Thinking inside the box - What is the role of digital within the four walls o...Thinking inside the box - What is the role of digital within the four walls o...
Thinking inside the box - What is the role of digital within the four walls o...David Thompson
 
Crowd computing: All your base are belong to us
Crowd computing: All your base are belong to usCrowd computing: All your base are belong to us
Crowd computing: All your base are belong to usDavid Thompson
 
Competitive data science: A tale of two web services
Competitive data science: A tale of two web servicesCompetitive data science: A tale of two web services
Competitive data science: A tale of two web servicesDavid Thompson
 
Internal Social Media: The ties that bind
Internal Social Media: The ties that bindInternal Social Media: The ties that bind
Internal Social Media: The ties that bindDavid Thompson
 
Tri-State SHRM Conference
Tri-State SHRM ConferenceTri-State SHRM Conference
Tri-State SHRM ConferenceDavid Thompson
 
Diversity 2.0 - The Diversity and Inclusion Social Media Revolution
Diversity 2.0 - The Diversity and Inclusion Social Media RevolutionDiversity 2.0 - The Diversity and Inclusion Social Media Revolution
Diversity 2.0 - The Diversity and Inclusion Social Media RevolutionDavid Thompson
 
Internal Social Media: Weaving the threads together
Internal Social Media: Weaving the threads togetherInternal Social Media: Weaving the threads together
Internal Social Media: Weaving the threads togetherDavid Thompson
 

Mais de David Thompson (20)

Connect With STEM Learning Report (2015-2016)
Connect With STEM Learning Report (2015-2016)Connect With STEM Learning Report (2015-2016)
Connect With STEM Learning Report (2015-2016)
 
Five Things to Know about Networks Within Firms
Five Things to Know about Networks Within FirmsFive Things to Know about Networks Within Firms
Five Things to Know about Networks Within Firms
 
Connect With STEM - See It, Be It
Connect With STEM - See It, Be ItConnect With STEM - See It, Be It
Connect With STEM - See It, Be It
 
The context of crowdsourcing: A driver of organizational openness?
The context of crowdsourcing: A driver of organizational openness?The context of crowdsourcing: A driver of organizational openness?
The context of crowdsourcing: A driver of organizational openness?
 
Data Driven Change
Data Driven ChangeData Driven Change
Data Driven Change
 
Crowdsourcing: Bringing Outside, In
Crowdsourcing: Bringing Outside, InCrowdsourcing: Bringing Outside, In
Crowdsourcing: Bringing Outside, In
 
Grand Theft Engagement
Grand Theft EngagementGrand Theft Engagement
Grand Theft Engagement
 
Social: A Network Leader's Perfect Diversity Platform
Social: A Network Leader's Perfect Diversity PlatformSocial: A Network Leader's Perfect Diversity Platform
Social: A Network Leader's Perfect Diversity Platform
 
Redressing the Baseline: Exploit vs. Explore
Redressing the Baseline: Exploit vs. ExploreRedressing the Baseline: Exploit vs. Explore
Redressing the Baseline: Exploit vs. Explore
 
Change Management 2.0
Change Management 2.0Change Management 2.0
Change Management 2.0
 
Social is Dead. Long Live Social.
Social is Dead. Long Live Social.Social is Dead. Long Live Social.
Social is Dead. Long Live Social.
 
Welcome To My Brain
Welcome To My BrainWelcome To My Brain
Welcome To My Brain
 
Thinking inside the box - What is the role of digital within the four walls o...
Thinking inside the box - What is the role of digital within the four walls o...Thinking inside the box - What is the role of digital within the four walls o...
Thinking inside the box - What is the role of digital within the four walls o...
 
LunchRoulette
LunchRouletteLunchRoulette
LunchRoulette
 
Crowd computing: All your base are belong to us
Crowd computing: All your base are belong to usCrowd computing: All your base are belong to us
Crowd computing: All your base are belong to us
 
Competitive data science: A tale of two web services
Competitive data science: A tale of two web servicesCompetitive data science: A tale of two web services
Competitive data science: A tale of two web services
 
Internal Social Media: The ties that bind
Internal Social Media: The ties that bindInternal Social Media: The ties that bind
Internal Social Media: The ties that bind
 
Tri-State SHRM Conference
Tri-State SHRM ConferenceTri-State SHRM Conference
Tri-State SHRM Conference
 
Diversity 2.0 - The Diversity and Inclusion Social Media Revolution
Diversity 2.0 - The Diversity and Inclusion Social Media RevolutionDiversity 2.0 - The Diversity and Inclusion Social Media Revolution
Diversity 2.0 - The Diversity and Inclusion Social Media Revolution
 
Internal Social Media: Weaving the threads together
Internal Social Media: Weaving the threads togetherInternal Social Media: Weaving the threads together
Internal Social Media: Weaving the threads together
 

Último

Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 

Último (20)

Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 

Docking Pose Assessment: The importance of keeping your GARD up

  • 1. Abcd Docking Pose Assessment: The importance of keeping your GARD up David C. Thompson J. Christian Baber[a] Jason B. Cross[b, c] [a] Wyeth Research, Chemical Sciences, Cambridge, MA [b] Wyeth Research, Chemical Sciences, Collegeville, PA [c] Cubist Pharmaceuticals, Inc. Lexington, MA
  • 2. The Why Abcd • Large-scale docking evaluation study[1] — Glide, DOCK6, PhDOCK, SurFlex, FlexX, and ICM — Cognate ligand docking — Virtual Screening • Project aims: — Assess our computational needs: Right tools for the job? — Assess and revise best practices [1] J. B. Cross et al., J. Chem. Inf. Model. (In press) The Why
  • 3. How do we assess a docking program’s ability to regenerate a known binding mode? Abcd Measures of Accuracy: RMSD Pose # Score RMSD Top scoring 1 -72.0 1.9 pose 2 -56.0 2.3 3 -24.0 1.8 Best RMSD 4 -9.00 2.7 … … … • We dock the native ligand back into the protein • We look at the RMSD of the top pose • We look at the best RMSD of all the poses The Why
  • 4. Comparing docking programs is difficult …[2] Abcd • RMSD, and statistics derived from RMSD, are used heavily in comparing docking programs • This is fine as RMSD works a lot of the time, however there are some issues — Not bounded (how big is too big?) — Large RMSDs can dominate aggregate statistics — RMSD is chemically ambivalent • We may be losing useful information [2] J. C. Cole et al., Proteins, 60, 325 (2005) The Why
  • 5. What has come before Abcd • These observations on RMSD are not new • Relative Displacement Error (RDE)[3] — Statistics compiled using the RDE measure are less dominated by very bad docking poses — Would still miss poses that contain correct binding modes • Interaction-Based Accuracy Classification (IBAC)[4] — Would not miss poses that have a correct binding mode — Highly subjective, not easily automated • Real-space R-factor (RSR)[5] — Inclusion of experimental information — Un-bounded (how big is too big?) • All of these methods address some of the issues associated with RMSD, but not in one single measure • RMSTanimoto[6] [3] R. A. Abagyan et al., J. Mol. Bio., 268, 678 (1997) [4] R. T. Kroemer et al., J. Chem. Inf. Comput. Sci., 44, 871 (2004) [5] D. Yusuf et al., J. Chem. Inf. Model., 48, 1411 (2008) [6] OpenEye Scientific Software, Santa Fe, NM The Why
  • 6. The Why: A Recap Abcd RMSD works a lot of the time, so we need a function that preserves this feature, but that also accounts for those difficult cases where useful information maybe lost We would also like: • To avoid the skewing problem associated with large RMSDs • To have an objective measure • An element of chemical awareness The Why
  • 7. The How Abcd • A Generally Applicable Replacement for RMSD: GARD[7] • GARD is a metric for analyzing docking poses • It is bounded on [0,1] to remove arbitrary cutoffs which distort average measures • It is based on an analysis performed by P. R. Andrews et al. [8]* — Regression analysis of the binding constants and structural components of 200 drugs and enzyme inhibitors • Automated, and no more expensive than RMSD [7] Submitted, J. Chem. Inf. Model. [8] P. R. Andrews et al., J. Med. Chem., 27, 1648 1984 * Yes, we know that this is an old study . . . The How
  • 8. GARD: The Algorithm Abcd Atomic RMSD = 3.68Å • For each atom compute an RMSD (di) • Use Andrews weight corresponding to the atom type (wi) • Define a ‘good’ and ‘bad’ RMSD: dmin and dmax — dmin = 1Å — dmax = 2.5Å ∑δ w i i GARD = i ∑w i i ⎧ 1 di ≤ dmin ⎪ d −d ⎪ δi = ⎨( i min ) dmin ≤ di ≤ dmax ⎪ dmax − dmin ⎪ ⎩ 0 di ≥ dmax RMSD = 1.38Å GARD = 0.90 Reference structure (cyan); Docking pose (tan) The How
  • 9. GARD: Worked Example Abcd di ATOM TYPE wi δiwi 0.28 C (sp3) 0.8 0.8 0.48 C (sp3) 0.8 0.8 0.69 N 1.2 1.2 0.60 C (sp3) 0.8 0.8 0.36 C (sp3) 0.8 0.8 0.96 C (sp2) 0.7 0.7 0.96 N 1.2 1.2 3.68 C (sp3) 0.8 0 0.60 C (sp3) 0.8 0.8 SUM 7.9 7.1 GARD = 7.1/7.9 = 0.90 RMSD = 1.38Å GARD = 0.90 Reference structure (cyan); Docking pose (tan) The How
  • 10. Comparing docking programs is difficult … but we do it anyway Abcd “Cognate ligand docking to 68 diverse, high-resolution x-ray complexes revealed that ICM, GLIDE, and Surflex generated ligand poses close to the X-ray conformation more often than the other docking programs. GLIDE and Surflex also outperformed the other docking programs when used for virtual screening, based on mean ROC AUC and ROC enrichment . . .[1]” Protocol: 1. Initial ligand coordinates used as input for the docking were generated using CORINA[9] 2. The 10 top scoring poses (or fewer, depending on the specific output for a particular X-ray complex/docking program combination) were retained for analysis 3. These poses were then evaluated using both the GARD and RMSD measures [1] J. B. Cross et al., J. Chem. Inf. Model. (In press) [9] CORINA v1.82, Molecular Networks GmbH: Erlangen, Germany, 1997 The What
  • 11. The What Abcd 30 25 20 RMSD 15 y = -7.3x + 7.2 R2 = 0.59 10 5 0 0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1 GARD Correlation between GARD scores and RMSD across the top 10 poses of compounds from 68 different targets and 6 docking methods The What (4725 points)
  • 12. The What: Some Specific Examples Abcd 5 1GLQ 4.5 RMSD = 4.44Å 4 GARD = 0.77 3.5 3 2 RMSD R = 0.53 1A4Q 2.5 2 RMSD = 4.90Å 1.5 GARD = 0.78 1 0.5 0 0.75 0.8 0.85 0.9 0.95 1 GARD Correlation between GARD scores and RMSD for those poses with a GARD score of at least 0.75 across the top 10 poses of compounds The What from 68 different targets and 6 docking methods (1469 points)
  • 13. 1A4Q: Neuraminidase with dihydropyran-phenethyl- propy-carboxamide inhibitor (1.90Å) Abcd 1A4Q SurFlex Ringflex docking pose (green wire) RMSD = 4.90Å GARD = 0.78 X-tal (grey tube) The What
  • 14. 1GLQ: Glutathione-S-transferase with p-nitrobenzyl Abcd glutathione (1.80Å) 1GLQ ICM docking pose (green wire) RMSD = 4.44Å X-tal (grey tube) GARD = 0.77 The What
  • 15. 1HPX: HIV Protease with KNI-272 inhibitor (2.00 Å)* Abcd 1 1 2 2 3 4 3 4 Best RMSD Crystal Structure Top Scoring GARD=0.63 / RMSD=1.89 GARD=0.75 / RMSD=2.35 GLIDE SP 4.5 (10/30) GLIDE SP 4.5 (1/30) *Additional example, not in the original docking evaluation data set The What
  • 16. GPCR Model Validation: GLIDE SP 5.0 Abcd 7 Evaluate GPCR model’s ability to reproduce known crystallographic binding mode 6.5 6 5.5 RMSD 5 4.5 4 3.5 3 0 0.2 0.4 0.6 25 poses, post-minimization GARD β2 adrenergic receptor (2RH1) Pose # 24 X-tal (green) RMSD = 3.69Å GLIDE pose (yellow) GARD = 0.48 The What
  • 17. GPCR Model Validation: IFD[9] Abcd β2 adrenergic receptor (2RH1) IFD, default parameters, Pose #1 X-tal ligand (cyan); model protein (cyan) RMSD = 1.85Å IFD pose (tan); IFD protein (tan) GARD = 0.65 [9] Schrödinger Suite 2008, Induced Fit Docking protocol; Glide version 5.0, Schrödinger, LLC, New York, NY, 2008; Prime version 2.0, Schrödinger, LLC, New York, NY, 2008 The What
  • 18. Concluding remarks Abcd • RMSD is a good measure most of the time, although it has known drawbacks which can result in the discarding of useful information • A Generally Applicable Replacement to RMSD (GARD) has been proposed which overcomes most of the drawbacks of RMSD, whilst preserving it’s strengths. This measure is: — Normalized — ‘Chemically aware’ — Automated / objective • Illustrated GARD utility showing specific examples from a large scale docking evaluation exercise, and examples from the Protein Data Bank • Future application: Use with RMSD to triage docking results for protein model evaluation — Of particular utility when considering multiple models, and tens/hundreds of docking poses
  • 19. Cultural highlight Abcd • Ethnographic examination of ‘simulators’ — Crystallographers — Architects — Oceanographers • “All models are wrong, but some models are useful” – G. E. P. Box • “If exactitude is elusive, it is better to be approximately right than certifiably wrong” – B. B. Mandelbrot Simulation and its discontents, Sherry Turkle, Cambridge, MA: MIT Press (2009)
  • 20. Acknowledgments Abcd • Boehringer Ingelheim — Dr. Ingo Mügge — Dr. Sandy Farmer • Wyeth Research — The Docking Evaluation Team (Dr. YongBo Hu, Dr. Kristi Yi Fan and Dr. Brajesh K. Rai*) — Dr. Jack A. Bikker — Dr. Christine Humblet * Pfizer Global Research and Development, Groton, CT