Hello every body.
My question might seem very basic so excuse me about that. I need to calculate hydrogen bonds of any protein structure from its pdb file. Some pdb files are submitted without hydrogen atoms, like those which are provided with the x-ray crystallography method. I have to write a Java program to calculate hydrogen bonds even from pdb file that miss hydrogen atoms. Does any one know how can I do that specially in Java?
Thanks a lot.
Original question sounds like a homework assignment. A program needs to be written in Java.
Thank you. Of course what I need is the way of calculating hydrogen bonds, namely the algorithm. I know there are so much softwares that can be used for this purpose. But I need to know its algorithm because I should implement it in Java. So any Java program that does it will also be useful.