Package nMOLDYN :: Package Core :: Module Chemistry
[hide private]
[frames] | no frames]

Module Chemistry

source code

This modules implements the functions and procedures that are related to chemistry.

Functions:
    * belongToAnAmine  : this function determine whether or not |atom| is part of an amine group.
    * belongToAHydroxy : this function determine whether or not |atom| is part of a hydroxy group.
    * belongToAMethyl  : this function determine whether or not |atom| is part of a mathyl group.
    * belongToAThiol   : this function determine whether or not |atom| is part of a thiol group.

Functions [hide private]
 
belongToAMethyl(atom)
This function determine whether or not |atom| is part of a methyl group.
source code
 
belongToAnAmine(atom)
This function determine whether or not |atom| is part of an amine group.
source code
 
belongToAThiol(atom)
This function determine whether or not |atom| is part of a thiol group.
source code
 
belongToAHydroxy(atom)
This function determine whether or not |atom| is part of a hydroxy group.
source code