This is a test version of Biostars. For the public version, visit https://www.biostars.org.
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?

python streamlit igv

0 answers

No answers yet.

Log in to answer this question.