ContraDRG Logo

  ContraDRG


ContraDRG automatically predicts atomic partial charge on a given molecule structure. The predictions are based on machine learning algorithms with models derived from Automated Topology Builder (ATB) or PRODRG.


or upload one molecule file

Select prediction model based on one of the following data sources:



ContraDRG

The web application ContraDRG provides full automatical prediction and assignment tool for atomic partial charges for small molecules. Predictions are based on random forests[1] models from either ATB 3.0 [2],[3],[4] or PRODRG 2.5 [5],[6] derived data. ContraDRG is written in R. PHP is usingn a R-session socket to communicate with R.

The machine learning models are based on thousand of processed molecules from ATB and PRODRG. Since the machine learning models are trained on molecules with mostly less than 40 atoms, the predictions are most accurate up to this size. Generally, ContraDRG accepts any atom sizes, but the can drop quickly.

For predicting partial charges, change to the "Prediction" tab, upload a molecule file or insert a SMILE string, select the desired model (ATB or PRODRG derived) and press submit. After 60 to 80 seconds, the result will be printed with an additional rough molecule drawing. The new molecule can be subsequently opened and downloaded. The incoming molecule will be automatically deleted after the prediction. The molecule graph will be overwritten after any prediction run. We are collecting only IP addresses to avoid spamming or DDoS attacks.

The underlying machine learning models generated in this study are available for download at Zenodo (DOI: 10.5281/zenodo.8214954). The entire source code of ContraDRG is now freely available at Gitlab.com.

If you are using ContraDRG please cite: Martin R., Heider D. (2019). ContraDRG: Automatic Partial Charge Prediction by Machine Learning. Frontiers in Genetics. Vol. 10. Page 990.

For any questions or comments please contact us: roman.martin@uni-marburg.de.



File processing

This basic graph illustrates the ContraDRG site structures as well the URLs in general.

Multiple SMILE molecules

You can batch process up to ten SMILE molecules via the textarea on the website.


Automated processing

SMILE Strings

You can process one SMILE molecule via this generalized URL:

https://cdrg.mathematik.uni-marburg.de/upload/[MODEL]/[SMILE]/
[MODEL] Should be replaced with atb or prodrg.
[SMILE] Can be replaced with *any* valid SMILE string up to 100 characters.

After the processing, you will automatically be redirected to the result file.

Example for caffeine
https://cdrg.mathematik.uni-marburg.de/upload/atb/CN1C=NC2=C1C(=O)N(C(=O)N2C)C/


Molecule files

For sending whole molecule file you can use cURL and upload your file to this URL:

curl -F "molecule=@/path/to/file.pdb" "https://cdrg.mathematik.uni-marburg.de/upload/file/[MODEL]/"

The file extension should be pdb, pdbqt, mol2, sdf or smi. [MODEL] Should be replaced with atb or prodrg.



Results

You can switch between the output format by adding pdb, pdbn, pdbqt or plot after the URL like this:

https://cdrg.mathematik.uni-marburg.de/result/[ID]/
  • https://cdrg.mathematik.uni-marburg.de/result/[ID]/pdb/
  • https://cdrg.mathematik.uni-marburg.de/result/[ID]/pdbn/
  • https://cdrg.mathematik.uni-marburg.de/result/[ID]/pdbqt/
  • https://cdrg.mathematik.uni-marburg.de/result/[ID]/plot/

See more information about the file formats in the Files section below.



Files

  • PDB All Atoms (pdb): PDB file of all atoms with a new column for partial charges.
  • PDB United Atoms (pdbn): PDB file of united atoms (with nonpolar hydrogens) with a new column for partial charges.
  • PDBQT (pdbqt): PDBQT with the new partial charges.
  • 3D Plot (plot): A 3D plot of the molecule


References

[1] Breiman L. Random Forests. Machine Learning 45 (2001) 5–32. doi:10.1023/A:1010933404324.

[2] Malde AK, Zuo L, Breeze M, Stroet M, Poger D, Nair PC, et al. An Automated force field Topology Builder (ATB) and repository: Version 1.0. Journal of Chemical Theory and Computation 7 (2011) 4026–4037. doi:10.1021/ct200196m.

[3] Koziara KB, Stroet M, Malde AK, Mark AE. Testing and validation of the Automated Topology Builder (ATB) version 2.0: Prediction of hydration free enthalpies. Journal of Computer-Aided Molecular Design 28 (2014) 221–233. doi:10.1007/s10822-014-9713-7.

[4] Stroet M, Caron B, Visscher KM, Geerke DP, Malde AK, Mark AE. Automated Topology Builder Version 3.0: Prediction of Solvation Free Enthalpies in Water and Hexane. Journal of Chemical Theory and Computation 14 (2018) 5834–5845. doi:10.1021/acs.jctc.8b00768.

[5] Van Aalten DM. PRODRG, a program for generating molecular topologies and unique molecular descriptors from coordinates of small molecules. Journal of Computer-Aided Molecular Design 10 (1996) 255–262. doi:10.1007/BF00355047.

[6] Schüttelkopf AW, Van Aalten DMF. PRODRG: A tool for high-throughput crystallography of protein-ligand complexes. Acta Crystallographica Section D: Biological Crystallography 60 (2004) 1355–1363. doi:10.1107/S0907444904011679.