R3mCalculate

Version 1.1.1 (12,9 KB) von Kevin
A function to calculate the molecular descriptor R3m (R-GETAWAY third order autocorrelation index weighted by atomic mass).
83 Downloads
Aktualisiert 20 Dez 2021

### R3mCalculate ###

Authors: Kevin DeBoyace, Mustafa Bookwala
A function to calculate the molecular descriptor R3m.
This function calculates the molecular matrix (M), geometry matrix (G), molecular influence matrix (H), and influence distance matrix (R). This is accomplished by calling the following subfunctions: ImportSDF, MolecMatrix, EuclidDistance, MolecInfluenceMatrix, and InfluenceDistanceMat. This function currently only works for SDF files. Other file formats can be converted to SDF using OpenBabel. When the code is run, the user is prompted to select an SDF file. Next, the molecule is plotted using the PlotMolecule function to ensure the 3D coordinates are reasonable. Finally, the R3m value is calculated and output to the command window and workspace.
------------------------------------------------------------------------------------------------------------------------
NOTE: The R3mCalculate function is the primary function. The other functions and scripts are referenced by this function. The user will only need to run the R3mCalculate function:
e.g. [R3m] = R3mCalculate;
------------------------------------------------------------------------------------------------------------------------
References:
[1] Todeschini, R.; Consonni, V., Molecular Descriptors for Chemoinformatics, Volume
41 (2 Volume Set). 2nd ed.; John Wiley & Sons: 2009.
[2] Consonni V, Todeschini R, Pavan M, Gramatica P 2002. Structure/response
correlations and similarity/diversity analysis by GETAWAY descriptors. 2. Application
of the novel 3D molecular descriptors to QSAR/QSPR studies. Journal of chemical
information and computer sciences 42(3):693-705.
[3] Tetko, I. V.; Gasteiger, J.; Todeschini, R.; Mauri, A.; Livingstone, D.; Ertl, P.;
Palyulin, V. A.; Radchenko, E. V.; Zefirov, N. S.; Makarenko, A. S. Virtual
computational chemistry laboratory–design and description. J. Comput. Aided Mol.
Des. 2005, 19, (6), 453-463.
[4] DeBoyace, K.; Buckner, I. S.; Gong, Y.; Ju, T.-c. R.; Wildfong, P. L. D. Modeling
and Prediction of Drug Dispersability in Polyvinylpyrrolidone-Vinyl Acetate Copolymer
Using a Molecular Descriptor. J. Pharm. Sci. 2018, 107, (1), 334-343.
R3m can also be calculated online with appoximately 1600 other descriptors at http://www.vcclab.org/lab/edragon/
Author: Kevin DeBoyace
ss Wildfong Lab
Duquesne University
Last Updated: January 2019

Zitieren als

Kevin (2024). R3mCalculate (https://github.com/deboyk/R3mCalculate/releases/tag/v1.1.1), GitHub. Abgerufen .

DeBoyace, Kevin, et al. “Modeling and Prediction of Drug Dispersability in Polyvinylpyrrolidone-Vinyl Acetate Copolymer Using a Molecular Descriptor.” Journal of Pharmaceutical Sciences, vol. 107, no. 1, Elsevier BV, Jan. 2018, pp. 334–43, doi:10.1016/j.xphs.2017.10.003.

Mehrere Stile anzeigen
Kompatibilität der MATLAB-Version
Erstellt mit R2018a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Chemistry finden Sie in Help Center und MATLAB Answers
Quellenangaben

Inspiriert: GetAtomCoords

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Veröffentlicht Versionshinweise
1.1.1

See release notes for this release on GitHub: https://github.com/deboyk/R3mCalculate/releases/tag/v1.1.1

1.1.0

Improvements to the MolecMatrix function by Mustafa Bookwala

1.0.0

Um Probleme in diesem GitHub Add-On anzuzeigen oder zu melden, besuchen Sie das GitHub Repository.
Um Probleme in diesem GitHub Add-On anzuzeigen oder zu melden, besuchen Sie das GitHub Repository.