How to implement an IGV to streamlit app?
0
0
Entering edit mode
12 days ago

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 • 130 views
ADD COMMENT

Login before adding your answer.

Traffic: 1032 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6