9 Matching Annotations
  1. Oct 2020
    1. From the molecules in the candidate pool find the one that has the maximum value for its minimum distance to molecules in the picked set (hence the MaxMin name), calculating and recording the distances as required. This molecule is the most distant one to those already picked so is transferred to the picked set.

      a good summary of MaxMin method

  2. May 2020
    1. ositionalCartesian restraint

      Cartesian restraints are available in Schrodinger MacroModel, how to implement them? some example scripts are included in Additional file 1 of this article

    2. relax ligand-receptor complexeswithout causing major alterations of their originalgeometry, or to perform a torsional scan on a selecteddihedral while relaxing the rest of the molecule.

      such functions are like Schrodinger MacroModel, how to implement them?

    Tags

    Annotators

  3. Apr 2020
    1. theMMFFMolProperties

      assign atom type and charge

    2. MMFFGetMoleculeForceField(),

      this is also an important step

    Tags

    Annotators

  4. Mar 2020
    1. GetDihedralConfDegree

      rdkit can measure dihedral. How to define the dihedral? seems user needs to provide 4 atom ids, but how to get the ids? Method 1. Use PyMOL to load the structure, and show label>Atom properties>Rank. Then the atom id will be labelled Method 2. Use SMARTS? How to?