Arts-of-coding commited on
Commit
a1ac5aa
1 Parent(s): 5c2a8f8

Update dash_plotly_QC_scRNA.py

Browse files
Files changed (1) hide show
  1. 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="batch", y=condition3_chosen, color=condition3_chosen,
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=condition3_chosen, y="batch", color=condition3_chosen,
461
  #labels={'X_umap-0': 'umap1' , 'X_umap-1': 'umap2'},
462
  hover_name='batch',template="seaborn")
463