Package qsardes.descriptor.qsarme
Class QsarMEHBondAcceptorsCount
java.lang.Object
qsardes.descriptor.DescriptorHBondAcceptorsCount
qsardes.descriptor.qsarme.QsarMEHBondAcceptorsCount
- All Implemented Interfaces:
Descriptor
Hydrogen bond acceptors count descriptors (QSAR-ME Profiler 2025).
Calculates hydrogens bond acceptors count descriptors.
Returns
nHBAcc - Number of hydrogen bond acceptors.
nHBAcc2 - Number of hydrogen bond acceptors (any oxygen; any nitrogen where the formal charge of the nitrogen is non-positive (i.e. formal charge smaller or equal to 0) except a non-aromatic nitrogen that is adjacent to an oxygen and aromatic ring, or an aromatic nitrogen with a hydrogen atom in a ring, or an aromatic nitrogen with 3 neighouring atoms in a ring, or a nitrogen with total bond order >=4; any fluorine).
nHBAcc3 - Number of hydrogen bond acceptors (any oxygen; any nitrogen where the formal charge of the nitrogen is non-positive (i.e. formal charge smaller or equal to 0) except a non-aromatic nitrogen that is adjacent to an oxygen and aromatic ring, or an aromatic nitrogen with a hydrogen atom in a ring, or an aromatic nitrogen with 3 neighouring atoms in a ring, or a nitrogen with total bond order >=4, or a nitrogen in an amide bond; any fluorine).
nHBAcc_Lipinski - Number of hydrogen bond acceptors (using Lipinski's definition: any nitrogen; any oxygen).
Calculates hydrogens bond acceptors count descriptors.
Returns
nHBAcc - Number of hydrogen bond acceptors.
nHBAcc2 - Number of hydrogen bond acceptors (any oxygen; any nitrogen where the formal charge of the nitrogen is non-positive (i.e. formal charge smaller or equal to 0) except a non-aromatic nitrogen that is adjacent to an oxygen and aromatic ring, or an aromatic nitrogen with a hydrogen atom in a ring, or an aromatic nitrogen with 3 neighouring atoms in a ring, or a nitrogen with total bond order >=4; any fluorine).
nHBAcc3 - Number of hydrogen bond acceptors (any oxygen; any nitrogen where the formal charge of the nitrogen is non-positive (i.e. formal charge smaller or equal to 0) except a non-aromatic nitrogen that is adjacent to an oxygen and aromatic ring, or an aromatic nitrogen with a hydrogen atom in a ring, or an aromatic nitrogen with 3 neighouring atoms in a ring, or a nitrogen with total bond order >=4, or a nitrogen in an amide bond; any fluorine).
nHBAcc_Lipinski - Number of hydrogen bond acceptors (using Lipinski's definition: any nitrogen; any oxygen).
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class qsardes.descriptor.DescriptorHBondAcceptorsCount
get_descriptor_names, get_descriptor_type, get_descriptor_values, toString
-
Constructor Details
-
QsarMEHBondAcceptorsCount
public QsarMEHBondAcceptorsCount()
-