TPSAAtomTypes
use AtomTypes::TPSAAtomTypes;
use AtomTypes::TPSAAtomTypes qw(:all);
TPSAAtomTypes class provides the following methods:
new, AssignAtomTypes, GetAllPossibleTPSAAtomTypes, GetTPSAAtomTypesData, StringifyTPSAAtomTypes
The following functions are available:
GetAllPossibleTPSAAtomTypes, GetTPSAAtomTypesData
TPSAAtomTypes is derived from AtomTypes class which in turn is derived from ObjectProperty base class that provides methods not explicitly defined in TPSAAtomTypes, AtomTypes or ObjectProperty classes using Perl's AUTOLOAD functionality. These methods are generated on-the-fly for a specified object property:
The data file TPSAAomTypes.csv distributed with MayaChemTools release contains all possible topological surface area (TPSA) [ Ref 90-91 ] atom types.
The atom type symbols assigned by MayaChemTools are not used in the original publication and the numbers in atom symbols for element types simply correspond to their order of appearance in Table 1 [ Ref 90 ].
Examples of TPSA atom types:
Using specified TPSAAtomTypes property names and values hash, new method creates a new object and returns a reference to newly created TPSAAtomTypes object. By default, the following properties are initialized:
Examples:
Assigns TPSA atom types to all the atoms in a molecule and returns TPSAAtomTypes.
Returns all possible TPSA atom types corresponding to hydrogen and non-hydrogen atoms as an array reference.
Returns TPSA atom types and associated data loaded from TPSA data file as a reference to hash with the following hash data format:
Returns 1 or 0 based on whether atom types assignment was successfully performed. This method overrides the same method available in the base class AtomTypes.pm used to derived this class. It checks for successful atom type assignments for nitrogen and oxygen atoms with an optional check for phosphorous and sulfur atoms.
Returns a string containing information about TPSAAtomTypes object.
AtomTypes.pm, AtomicInvariantsAtomTypes.pm, DREIDINGAtomTypes.pm, EStateAtomTypes.pm, FunctionalClassAtomTypes.pm, MMFF94AtomTypes.pm, SLogPAtomTypes.pm, SYBYLAtomTypes.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.