Closed Tsingsjeen closed 3 years ago
Hi there! Thanks for commenting. If your predicted structure is a .pdb
file, then yes you can import it.
Just use the path to your file when you create the viewer like below:
r3dmol() %>%
m_add_model("path/to/file.pdb", format = "pdb") %>%
m_zoom_to()
Give it a try and let me know how you go.
excellent, cannot wait to try!
Great thanks!
Please do get in contact if you have further questions or if you run into any problems!
I predicted the 3D structure of my protein, I am wondering whether I can input the generated pdb data?