Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Discrepancies in Absolute Coordinates & Missing Side Chains in Output #271

Open
patricia-rocha opened this issue Aug 27, 2024 · 1 comment

Comments

@patricia-rocha
Copy link

hi,

I've noticed the following while experimenting with RFdiffusion:

  1. The absolute coordinates of atoms in the output PDB files differ from those in the reference PDB files, even for regions of the structure that have been fixed.

  2. Additionally, the output PDB files only contain backbone atoms, with all side chains removed. Given that side chains have degrees of freedom and are essential for accurate structural modeling, shouldn't they also be fixed in the correct orientation? Even though inverse folding models might be able to infer side-chain positions, it seems counterproductive to lose this information during motif scaffolding.

Question: Is there any known workaround or setting that can preserve the absolute coordinates and retain the side chains?

Any guidance or suggestions would be greatly appreciated, thank you!

@simonlevine
Copy link

Hi Patricia, not an author but have worked with this model.

  1. It sounds like you are working on motif scaffolding. In this setting, the entire complex is initially translated to the alpha carbon centroid of the motif region. Generations are then all with respect to this global frame of reference. As such, the relative coordinates of the motif region should not be changed, but the coordinates would be different.
  2. This model is backbone-only (N, Ca, C with O/Cb interpolation), with the potential to use motif side-chain coordinates as well as some side-chain angle information as conditioning. You may find these arguments deep within the feature and model code as well as the lines that indicate the final written coordinates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants