pragmatic-streamlit / streamlit-molstar

42 stars 5 forks source link

Is an AlphaFold View possible? #1

Open ShaheerSyed opened 1 year ago

ShaheerSyed commented 1 year ago

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!

mapix commented 1 year ago

@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.