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