ExcitedStates / qfit-3.0

qFit: Automated and unbiased multi-conformer models from X-ray and EM maps.
MIT License
31 stars 11 forks source link

347 explore smaller rotamer window #366

Closed stephaniewankowicz closed 9 months ago

stephaniewankowicz commented 9 months ago

Pull Request Checklist


Description of the Change

This fix is changing the rotamer neighborhood and step size of sampling in the chi sampling steps. For the rotamer neighborhood, we were exploring 60 degrees on either side of the idea rotamer, effectively leading to sampling around the entire chi angle. We have now reduced this to 24. We did this by exploring different rotamer neighborhoods from 10-30 (note that this is on both side of the idea rotamer). Based on reduction in rotamer outliers, Rfree values, and manual examination, 24 was chosen.

We also reduced the step size to 6 from 10. Within the 48 degrees around the ideal rotamer, we sample every 6 degrees rather than 10. We did this by exploring different step sizes from 3-10. Based on reduction in Rfree values and manual examination, 6 was chosen.

This does result in lower sampling (for each ideal rotamer we used to have 12 conformers, now we have 8).