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

get_node_features函数中二面角phi计算好像不对 #1

Open
imSeaton opened this issue Dec 28, 2023 · 1 comment
Open

get_node_features函数中二面角phi计算好像不对 #1

imSeaton opened this issue Dec 28, 2023 · 1 comment

Comments

@imSeaton
Copy link

你好呀,看起来src.dataset.mutant_dataset.py 中第318行angles[i, 0] = dihedral(c_coords[i], n_coords[i], c_alpha_coords[i], n_coords[i+1])不对。
image

感觉正确的计算方式应该是 C(i-1)-N(i)-Cα(i)-C(i),可以参考西湖大学反转结构算法PIFold的结构特征编码方式(应该更高效)。不过既然这两都是角度特征且不涉及精确的原子坐标计算,对最终结果的影响应该不大。

@tyang816
Copy link
Owner

谢谢~
其实ProtSSN这里没有用到这些手工特征了,不过非常感谢你的建议,我会再去研读一下PIFold

Repository owner deleted a comment from BhavyClover Jan 2, 2024
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