• Toolkit Version 2022.2
    • 2022.2 Highlights
      • OEToolkits 2022.2.2
      • OEToolkits 2022.2.1
      • MCS based fix during OMEGA Conformer Generation
      • New ShapeFit Algorithm for Pose Prediction
      • Protein-ligand Optimization with ff14SB forcefield and PB solvent model
      • New BROOD Fragment Databases
    • Detailed Release Notes 2022.2
      • OEChem TK 3.3.1
      • OEBio TK 3.3.1
      • OESystem TK 3.3.1
      • OEPlatform TK 3.3.1
      • OEDepict TK 2.5.1
      • OEDocking TK 4.2.0
      • FastROCS TK 2.2.3
      • Grapheme TK 1.4.6
      • GraphSim TK 2.5.5
      • Lexichem TK 2.8.0
      • OEMedChem TK 1.1.7
      • MolProp TK 2.6.1
      • OEFF TK 2.5.1
      • Omega TK 4.2.1
      • Quacpac TK 2.2.1
      • Shape TK 3.5.1
      • Sitehopper TK 2.0.2
      • Spicoli TK 1.5.5
      • Spruce TK 1.5.1
      • Szybki TK 2.5.1.2
      • Szybki TK 2.5.1.1
    • Recent Release History
      • Release Highlights 2022.1
      • Release Highlights 2021.2
      • Release Highlights 2021.1
    • Previous Release History
      • Release Highlights 2020.2
      • Release Highlights 2020.1
      • OEToolkits 2019.Oct
      • OEToolkits 2019.Apr
      • OEToolkits 2018.Oct
      • OEToolkits 2018.Feb
      • OEToolkits 2017.Oct
      • OEToolkits 2017.Jun
      • OEToolkits 2017.Feb
      • OEToolkits 2016.Oct
      • OEToolkits 2016.Jun
      • OEToolkits 2016.Feb
      • OEToolkits 2015.Oct
      • OEToolkits 2015.Jun
      • OEToolkits 2015.Feb
      • OEToolkits 2014.Oct
      • OEToolkits 2014.Jun
      • OEToolkits 2014.Feb
      • OEToolkits 2013.Oct
      • OEToolkits 2013.Jun
      • OEToolkits 2013.Feb
      • OEToolkits 2012.Oct
      • OEToolkits 2012.Jun
      • OEToolkits 2012.Feb
      • OEToolkits 2011.Oct
      • OEToolkits 2011.1
      • OEToolkits 1.7.4
      • OEToolkits 1.7.2
      • OEToolkits 1.7.1
      • OEToolkits 1.7.0
  • Introduction
    • Toolkit API
    • Release Cycle
  • Getting Started with OpenEye Python
    • License for OpenEye Toolkits
    • Installation
      • Prerequisites
      • GPU Prerequisites
      • GPU-Related Requirements
      • Installing Python on macOS and Linux
      • Linux & macOS
      • Windows
      • Uninstallation
    • Using PyCharm
      • Create a new project
      • Adding OpenEye Python package to your project
      • Adding a module to your project
    • How to Import the Toolkits
    • Legal Notices
      • Copyright and Trademarks
      • Sample Code
      • Citation
      • Technology Licensing
  • Informatics and Modeling Toolkits
    • OEChem Toolkit
      • Introduction
      • Theory
      • Examples
      • API
      • Release History
    • OEDepict Toolkit
      • Introduction
      • Theory
      • Examples
      • API
      • Appendices
      • Release History
    • OEDocking Toolkit
      • Introduction
      • Theory
      • OEDocking Examples
      • OEModels Examples
      • API
      • Release History
    • FastROCS Toolkit
      • Introduction
      • FastROCS vs ROCS
      • Installation
      • FastROCS Architecture
      • Examples
      • Tutorials
      • API
      • Release History
    • OEFF Toolkit
      • Theory
      • OEFF Examples
      • OEFF API
      • Release History
    • Grapheme Toolkit
      • Introduction
      • Theory
      • Examples
      • Preliminary API
      • API
      • Release History
    • GraphSim Toolkit
      • Introduction
      • Theory
      • GPU Fast Fingerprints
      • Examples
      • API
      • Release History
    • Lexichem Toolkit
      • Theory
      • Examples
      • API
      • Release History
    • OEMedChem Toolkit
      • Introduction
      • Theory
      • Examples
      • API
      • Release History
    • MolProp Toolkit
      • Theory
      • Examples
      • API
      • Release History
    • Omega Toolkit
      • Theory
      • GPU-Omega
      • OMEGA Examples
      • API
      • Release History
    • Quacpac Toolkit
      • Theory
      • Examples
      • API
      • Preliminary API
      • Release History
    • Shape Toolkit
      • Theory
      • Examples
      • API
      • Preliminary API
      • Deprecated API
      • Release History
    • SiteHopper Toolkit
      • Introduction
      • GPU-Related Requirements
      • Examples
      • Preliminary OESiteHopper API
      • Release History
    • Spicoli Toolkit
      • Theory
      • API
      • Release History
    • Spruce Toolkit
      • Introduction
      • Theory
      • Iridium
      • Examples
      • OESpruce API
      • Preliminary OESpruce API
      • Release History
    • Szmap Toolkit
      • Introduction
      • Theory
      • Examples
      • API
      • Release History
    • Szybki Toolkit
      • Theory
      • API
      • Preliminary API
      • Examples: Working with Szybki TK
      • Release History
    • Zap Toolkit
      • Theory and Examples
      • API
      • Release History
  • Glossary
  • Bibliography
Toolkits--python
  • All OpenEye Documentation »
  • Contents »
  • Informatics and Modeling Toolkits »
  • OEMedChem Toolkit 1.1.7.2 »
  • Examples »
  • OEMedChem TK Examples »
  • Matched Pair analysis and listing of transformations related to probe structures

Matched Pair analysis and listing of transformations related to probe structures¶

A program that loads a previously generated Matched Pair index, then prints the transformations and matched pairs found from the analysis that are related to the provided probe structure(s). If an (optional, numeric) data field is provided, the returned transformations can also be ranked by the largest increase in the delta property found from the matched pairs that define it.

See also

  • OEMatchedPairAnalyzer class

  • OEMatchedPairAnalyzerOptions class

  • OEMatchedPairGetTransforms function

Command Line Interface¶

prompt> MatchedPairTransformProbe.py [ -datafield sdDataField ] index.mmpidx probe_molecules.sdf

Code¶

Download code

MatchedPairTransformProbe.py

Next Previous

© Copyright 2023, OpenEye Scientific Software, Inc. Last updated on Jan 07, 2023.