salilab / pmi

Python Modeling Interface
https://integrativemodeling.org/nightly/doc/ref/namespaceIMP_1_1pmi.html
12 stars 11 forks source link

Connectivity for disordered proteins #217

Closed shruthivis closed 7 years ago

shruthivis commented 7 years ago

According to IMP.pmi.restraints.stereochemistry.ConnectivityRestraint, when the protein is disordered, this formula is used for the distance between consecutive beads: optdist= sqrt(5/3)1.93[number_of_residues_in_first_bead/2 + number_of_residues_in_last_bead/2 + number_of_residues_in_gap]^0.6 Based on random coil length in Kohn PNAS 2004. Since it is an estimate of the radius of the sphere derived from the radius of gyration predicted from the random coil length, shouldn't the actual distance be twice the radius? i.e. 2*optdist?

benmwebb commented 7 years ago

Kohn's paper states RG = R0Nv with R0 = 1.330 and v = 0.598.

The formula in IMP looks like it uses R0 = sqrt(5/3)1.93. Not sure where that comes from but numerically that's 2.49, which is roughly twice the value from Kohn's work. So I think your factor of two is already included. Looks like @saltzberg wrote that code though, so he would know for sure.

saltzberg commented 7 years ago

The restraint is formulated correctly as intended. There is a correction in the paper that changes R0 to 1.93 and sqrt(5/3) is the scaling factor between the radius of gyration and the radius of a sphere.

Now, this of course assumes a sphere, for which disordered coil is almost certainly not. I'm all for exploring a different formulation for this if there are any ideas.

@shruthivis, did you notice any modeling that was not working as expected?

shruthivis commented 7 years ago

I now understand how that formula comes about and forgot to close this issue. Thanks!

On Thu, Nov 3, 2016 at 2:28 PM, Daniel Saltzberg notifications@github.com wrote:

The restraint is formulated correctly as intended. There is a correction in the paper that changes R0 to 1.93 and sqrt(5/3) is the scaling factor between the radius of gyration and the radius of a sphere.

Now, this of course assumes a sphere, for which disordered coil is almost certainly not. I'm all for exploring a different formulation for this if there are any ideas.

@shruthivis https://github.com/shruthivis, did you notice any modeling that was not working as expected?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/salilab/pmi/issues/217#issuecomment-258279409, or mute the thread https://github.com/notifications/unsubscribe-auth/AH7fb3zQuO0nTaC2x7ajsCXdyGMJzkD4ks5q6lHlgaJpZM4KZ0xo .