Arts-of-coding commited on
Commit
9282b4b
1 Parent(s): 9fac736

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
@@ -452,7 +452,7 @@ def update_graph_and_pie_chart(batch_chosen, s_chosen, g2m_chosen, condition1_ch
452
  #labels={'X_umap-0': 'umap1' , 'X_umap-1': 'umap2'},
453
  hover_name='batch',template="seaborn")
454
 
455
- fig_scatter_12 = px.scatter(data_frame=expression_means, x="Gene", y="batch", color="Expression",
456
  #labels={'X_umap-0': 'umap1' , 'X_umap-1': 'umap2'},
457
  hover_name='batch',template="seaborn")
458
 
 
452
  #labels={'X_umap-0': 'umap1' , 'X_umap-1': 'umap2'},
453
  hover_name='batch',template="seaborn")
454
 
455
+ fig_scatter_12 = px.scatter(data_frame=expression_means, x="batch", y="Gene", color="Expression",
456
  #labels={'X_umap-0': 'umap1' , 'X_umap-1': 'umap2'},
457
  hover_name='batch',template="seaborn")
458