-
Notifications
You must be signed in to change notification settings - Fork 38
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
Can litemol visualize the Torsional Angles in the tertiary structure of a protein? #59
Comments
It would be possible to write a custom visual for it. However, we already have some code to show dihedrals in Mol* (https://molstar.org) so it should not be too difficult to adapt it to show “custom” data. Would it be feasible for you to use that? |
Thank you very much for your answer, I don't know if Mol * can be run on the web side, there is no running instance on its GitHub. Can't litemol realize dihedral angle visualization? |
Thank you very much for your patience. Could Mol * have any examples running on the web (like the example folder in the litemol project)? |
|
Excuse me, how is the custom visualization dihedral angle in mol * calculated, such as the angle between N-Cα and Cα-C, I calculated it with the help of mathematical surface angle. The results visualized above are not the same as mol *. Thank you in advance. |
It's not the same because I did not select N-Ca/Ca-C, but some "random" 4 atoms. I just wanted to show the visuals for the dihedral angle itself. |
Now,I have dihedral angle data for a protein. Can litemol visualize it?
The text was updated successfully, but these errors were encountered: