Arts-of-coding commited on
Commit
c5b3f53
·
verified ·
1 Parent(s): 4ef85cc

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
@@ -413,7 +413,7 @@ def update_graph_and_pie_chart(batch_chosen, s_chosen, g2m_chosen, condition1_ch
413
  #labels={'X_umap-0': 'umap1' , 'X_umap-1': 'umap2'},
414
  hover_name='batch',template="seaborn")
415
 
416
- fig_scatter_12 = px.scatter(data_frame=expression_means, x="Gene", y="batch", color="Mean expression",
417
  size="percentage", size_max = 20,
418
  #labels={'X_umap-0': 'umap1' , 'X_umap-1': 'umap2'},
419
  hover_name='batch',template="seaborn")
 
413
  #labels={'X_umap-0': 'umap1' , 'X_umap-1': 'umap2'},
414
  hover_name='batch',template="seaborn")
415
 
416
+ fig_scatter_12 = px.scatter(data_frame=expression_means, x="Gene", y=condition1_chosen, color="Mean expression",
417
  size="percentage", size_max = 20,
418
  #labels={'X_umap-0': 'umap1' , 'X_umap-1': 'umap2'},
419
  hover_name='batch',template="seaborn")