RotatableBondsDescriptors
use MolecularDescriptors::RotatableBondsDescriptors;
use MolecularDescriptors::RotatableBondsDescriptors qw(:all);
RotatableBondsDescriptors class provides the following methods:
new, GenerateDescriptors, GetDescriptorNames, StringifyRotatableBondsDescriptors
RotatableBondsDescriptors is derived from MolecularDescriptors class which in turn is derived from ObjectProperty base class that provides methods not explicitly defined in RotatableBondsDescriptors, MolecularDescriptors or ObjectProperty classes using Perl's AUTOLOAD functionality. These methods are generated on-the-fly for a specified object property:
A rotatable bond [ Ref 92 ] is defined as any single bond which is not in a ring and involves only non-hydrogen atoms. By default, the following types of single bonds are not considered rotatable bonds:
Using specified RotatableBondsDescriptors property names and values hash, new method creates a new object and returns a reference to newly created RotatableBondsDescriptors object. By default, the following properties are initialized:
Examples:
Calculates number of rotatable bonds descriptors in a molecule and returns RotatableBondsDescriptors.
Returns all available descriptor names as an array.
Returns a string containing information about RotatableBondsDescriptors object.
MolecularDescriptors.pm, MolecularDescriptorsGenerator.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.