Spaces:
Sleeping
Sleeping
Update dash_plotly_QC_scRNA.py
Browse files- dash_plotly_QC_scRNA.py +1 -1
dash_plotly_QC_scRNA.py
CHANGED
@@ -408,7 +408,7 @@ def update_graph_and_pie_chart(batch_chosen, s_chosen, g2m_chosen, condition1_ch
|
|
408 |
labels={'X_umap-0': 'umap1' , 'X_umap-1': 'umap2'},
|
409 |
hover_name='batch',template="seaborn")
|
410 |
|
411 |
-
fig_scatter_11 = px.scatter(data_frame=dff, x=condition1_chosen, y=condition2_chosen, color=
|
412 |
#labels={'X_umap-0': 'umap1' , 'X_umap-1': 'umap2'},
|
413 |
hover_name='batch',template="seaborn")
|
414 |
|
|
|
408 |
labels={'X_umap-0': 'umap1' , 'X_umap-1': 'umap2'},
|
409 |
hover_name='batch',template="seaborn")
|
410 |
|
411 |
+
fig_scatter_11 = px.scatter(data_frame=dff, x=condition1_chosen, y=condition2_chosen, color=condition1_chosen,
|
412 |
#labels={'X_umap-0': 'umap1' , 'X_umap-1': 'umap2'},
|
413 |
hover_name='batch',template="seaborn")
|
414 |
|