Spaces:
Running
Running
Update dash_plotly_QC_scRNA.py
Browse files- dash_plotly_QC_scRNA.py +1 -1
dash_plotly_QC_scRNA.py
CHANGED
@@ -368,7 +368,7 @@ def update_graph_and_pie_chart(batch_chosen, s_chosen, g2m_chosen, condition1_ch
|
|
368 |
fig_pie = px.pie(names=labels, values=values, title=pie_title,template="seaborn")
|
369 |
|
370 |
# Create the scatter plots
|
371 |
-
fig_scatter = px.scatter(data_frame=dff, x='X_umap-0', y='X_umap-1', color=
|
372 |
labels={'X_umap-0': 'umap1' , 'X_umap-1': 'umap2'},
|
373 |
hover_name='batch',template="seaborn")
|
374 |
|
|
|
368 |
fig_pie = px.pie(names=labels, values=values, title=pie_title,template="seaborn")
|
369 |
|
370 |
# Create the scatter plots
|
371 |
+
fig_scatter = px.scatter(data_frame=dff, x='X_umap-0', y='X_umap-1', color=condition1_chosen,
|
372 |
labels={'X_umap-0': 'umap1' , 'X_umap-1': 'umap2'},
|
373 |
hover_name='batch',template="seaborn")
|
374 |
|