You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to incorporate molstar into my streamlit application before by just creating a st.component and using the JS plugin example provided by the PDBe Molstar repository, however, this made it much easier! Additionally, now I am able to use local PDB files, something I couldn't figure out how to do using the JS plugin.
I was wondering if the option to use the alphafold view is possible? For example, I would like to (1) see the sequence above the visual and (2) when hovering over individual residues, I would like to see the confidence score for each residue.
Is something like this available?
All in all, this is great nonetheless. Thank You!
The text was updated successfully, but these errors were encountered:
@ShaheerSyed Thank you very much for your support. The current version is only a basic one, but I will try my best to add these commonly used functions as soon as possible and enable bidirectional communication to return residue selection to Python.
Hello,
This was a great addition to streamlit!
I was able to incorporate molstar into my streamlit application before by just creating a st.component and using the JS plugin example provided by the PDBe Molstar repository, however, this made it much easier! Additionally, now I am able to use local PDB files, something I couldn't figure out how to do using the JS plugin.
I was wondering if the option to use the alphafold view is possible? For example, I would like to (1) see the sequence above the visual and (2) when hovering over individual residues, I would like to see the confidence score for each residue.
Is something like this available?
All in all, this is great nonetheless. Thank You!
The text was updated successfully, but these errors were encountered: