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

Eigenvector Projection on PDB structure #10

Open
igorsdub opened this issue Mar 4, 2021 · 1 comment
Open

Eigenvector Projection on PDB structure #10

igorsdub opened this issue Mar 4, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@igorsdub
Copy link
Collaborator

igorsdub commented Mar 4, 2021

Description

Currently, no module in DDPT visualizes eigenvectors in 3D space.
PROJECT module is doing something similar by moving PDB coordinates by the eigenvector value which results in a new PDB structure. However, no arrows are drawn.
Take inspiration from PyANM plugin for PYMOL.

Figure Desired behaviour of PROJECT module.

Implementation

Draw arrows at ENM node coordinate placements.

Next Steps

Mode trajectories visualization. Still, use PyANM as a template.

References

@igorsdub igorsdub self-assigned this Mar 4, 2021
@igorsdub igorsdub added the enhancement New feature or request label Mar 4, 2021
@igorsdub
Copy link
Collaborator Author

igorsdub commented Mar 4, 2021

Update

modevectors.py is a PyMOL wiki script that can draw eigenvectors between two structures.
Thus, PDB structures produced by the PROJECT module are sufficient.

Note

This script does not produce intermediate trajectories between two structures nor inverts mode coordinates. Something else must be done for mode trajectory visualization.

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

No branches or pull requests

1 participant