Hello :)
I tried use NGLVieweR into a shiny app but i failed.
I've a doubt: in my shiny script, user must enter with pdb file as input. How i can read and view protein structure with NGLVieweR? I only managed to use it by reading a local file or putting a pdb code. Please, help me :)
xoxo
Don't know much about Shiny, but as its web based, can you make use of JSmol/Jmol or something?
Thanks, I will look into it!
PV is great for this, but it's JS not R
Actually if you make use of ShinyJS you can integrate any JavaScript library quite easily in your shiny application. I don't know how the 3D animation will integrate with shiny objects though, but it is worth a try
Thank you both, I hoped to avoid messing around with JS, but these seem good.
Are you hoping to display a dynamic structure or just a static one? If it's the latter, you could perhaps simply fetch an image of the protein from PDB and display that directly?
Thank you for the answer. I have custom PDB files, I cannot just fetch unfortunately