DREIDINGAtomTypes
use AtomTypes::DREIDINGAtomTypes;
use AtomTypes::DREIDINGAtomTypes qw(:all);
DREIDINGAtomTypes class provides the following methods:
new, AssignAtomTypes, GetAllPossibleDREIDINGAtomTypes, GetAllPossibleDREIDINGNonHydrogenAtomTypes, GetDREIDINGAtomTypesData, StringifyDREIDINGAtomTypes
The following functions are available:
GetAllPossibleDREIDINGAtomTypes, GetAllPossibleDREIDINGNonHydrogenAtomTypes, GetDREIDINGAtomTypesData
DREIDINGAtomTypes is derived from AtomTypes class which in turn is derived from ObjectProperty base class that provides methods not explicitly defined in DREIDINGAtomTypes, AtomTypes or ObjectProperty classes using Perl's AUTOLOAD functionality. These methods are generated on-the-fly for a specified object property:
The data file DREIDINGAtomTypes.csv distributed with MayaChemTools release contains all possible DREIDING [ Ref 88 ] atom types.
Format of a Five-character mnemonic label used for DREIDING atom types:
Examples of DREIDING atom types:
Using specified DREIDINGAtomTypes property names and values hash, new method creates a new object and returns a reference to newly created DREIDINGAtomTypes object. By default, the following properties are initialized:
Examples:
Assigns DREIDING atom types to all the atoms in a molecule and returns DREIDINGAtomTypes.
Returns all possible DREIDING atom types corresponding to hydrogen and non-hydrogen atoms as an array reference.
Returns all possible DREIDING atom types corresponding to non-hydrogen atoms as an array reference.
Returns DREIDING atom types and associated data loaded from DREIDING data file as a reference to hash with the following hash data format:
Returns a string containing information about DREIDINGAtomTypes object.
AtomTypes.pm, AtomicInvariantsAtomTypes.pm, EStateAtomTypes.pm, FunctionalClassAtomTypes.pm, MMFF94AtomTypes.pm, SLogPAtomTypes.pm, SYBYLAtomTypes.pm, TPSAAtomTypes.pm, UFFAtomTypes.pm
Copyright (C) 2024 Manish Sud. All rights reserved.
This file is part of MayaChemTools.
MayaChemTools is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.