Hi,
I am working on bio project. I have .pdb (protein data bank) file which contains information about the molecule.
I want to find out:
- molecular weight.
- H bond donor.
- H bond acceptor.
- LogP.
- Refractivity.
Is there any module in python which can deal with .pdb file in finding this? If not then can anyone please let me know how can I do the same?
Please do not downvote if you don't know the answer. I tried found some modules like sequtils, protienparam but they don't do such things. So I researched first and then posted so kindly do not downvote.
Thanks in advance
Don't worry, we're not allowed to downvote ;)
Did you see pdbsum?