Spaces:
Running
Running
Update dash_plotly_QC_scRNA.py
Browse files- dash_plotly_QC_scRNA.py +1 -1
dash_plotly_QC_scRNA.py
CHANGED
@@ -457,7 +457,7 @@ def update_graph_and_pie_chart(batch_chosen, s_chosen, g2m_chosen, condition1_ch
|
|
457 |
#labels={'X_umap-0': 'umap1' , 'X_umap-1': 'umap2'},
|
458 |
hover_name='batch',template="seaborn")
|
459 |
|
460 |
-
fig_scatter_12 = px.scatter(data_frame=expression_means, x=
|
461 |
#labels={'X_umap-0': 'umap1' , 'X_umap-1': 'umap2'},
|
462 |
hover_name='batch',template="seaborn")
|
463 |
|
|
|
457 |
#labels={'X_umap-0': 'umap1' , 'X_umap-1': 'umap2'},
|
458 |
hover_name='batch',template="seaborn")
|
459 |
|
460 |
+
fig_scatter_12 = px.scatter(data_frame=expression_means, x="Gene", y="batch", color="Expression",
|
461 |
#labels={'X_umap-0': 'umap1' , 'X_umap-1': 'umap2'},
|
462 |
hover_name='batch',template="seaborn")
|
463 |
|