I am sorry for my easy question. I am new to bioinformatics. How to calculate the radius of gyration of all residues from pdb files? what is the correct formula for doing this?
I am sorry for my easy question. I am new to bioinformatics. How to calculate the radius of gyration of all residues from pdb files? what is the correct formula for doing this?
Radius of gyration describes the overall spread of the molecule and is defined as the root mean square distance of the collection of atoms from their common centre of gravity.
There are multiple ways you can do it -
In case you want to do it manually, you first need to calculate the center of gravity of the protein and then by iterating over all the atoms in the protein, follow the simple formula mentioned above and calculate the required value.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.