How to implement an IGV to streamlit app?
I am trying to implement an IGV widget from igv-jupyterlab package to my streamlit app, but it hasn't shown.
igv = IGV(genome="hg38")
display(igv)
I tried st.pyplot(display(igv)), but had none on the app. Is it possible to insert the IGV on streamlit?
• 615 views
•
link
0 answers
No answers yet.
Log in to answer this question.