NAME
Water Bridge - To calculate the distances between water oxygen atoms and protein atoms
SYNOPSIS
use Bio::Water;
@array=Water->wbridge("pdbfile path",start_distance,end_distance);
DESCRIPTION
To calculate the distances between water oxygen atoms and protein atoms.
EXPORT
@array=Water->wbridge("<path>/pdb1une.ent",2.25,3.6); foreach(@array){ print $_; }
or
foreach(Water->wbridge("<path>/pdb1une.ent",2.25,3.6)){ print $_; }
This will give the list of residues.
SEE ALSO
AUTHOR
Name :Saravanan, S E<br> E-Mail: sesaravanan7@gmail.com
COPYRIGHT AND LICENSE
Copyright (C) 2013 by Saravanan S E
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.12.3 or, at your option, any later version of Perl 5 you may have available.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 114:
Unknown E content in E<br>