The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Angle::Omega -A perl module to calculate omega angles for the input Protein Data Bank (PDB) file.

VERSION

Version 1.00

SYNOPSIS

    use Angle::Omega;
    my @foo = omega("input_filename");
    foreach(@foo) { print;}

SUBROUTINES/METHODS

omega

DESCRIPTION

        Omega angle is one among the dihedral angles of proteins, which controls the Calpha - Calpha distance. The Omega angle tends to be planar due to delocalization of the carbonyl pi electrons and the nitrogen lone pair. Omega is notable for the cis/trans conformations.

AUTHOR

Shankar M, <msinfopl at gmail.com>

BUGS

Please report any bugs or feature requests to msinfopl at gmail.com

ACKNOWLEDGEMENTS

Saravanan S E and Sabarinathan Radhakrishnan, for all their valuable thoughts and care.

LICENSE AND COPYRIGHT

Copyright 2011 Shankar M.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.