Arts-of-coding commited on
Commit
24d9b1c
·
verified ·
1 Parent(s): 8d245bf

Update dash_plotly_QC_scRNA.py

Browse files
Files changed (1) hide show
  1. dash_plotly_QC_scRNA.py +2 -2
dash_plotly_QC_scRNA.py CHANGED
@@ -437,9 +437,9 @@ def update_graph_and_pie_chart(batch_chosen, s_chosen, g2m_chosen, condition1_ch
437
  #labels={'X_umap-0': 'umap1' , 'X_umap-1': 'umap2'},
438
  hover_name='batch',template="seaborn")
439
 
440
- fig_scatter_12 = px.scatter(data_frame=dff, x=condition1_chosen, y=condition2_chosen, size=values_mean,
441
  #labels={'X_umap-0': 'umap1' , 'X_umap-1': 'umap2'},
442
- hover_name=values_mean,template="seaborn")
443
 
444
  fig_violin2 = px.violin(data_frame=dff, x=condition1_chosen, y=condition2_chosen, box=True, points="all",
445
  color=condition1_chosen, hover_name=condition1_chosen,template="seaborn")
 
437
  #labels={'X_umap-0': 'umap1' , 'X_umap-1': 'umap2'},
438
  hover_name='batch',template="seaborn")
439
 
440
+ fig_scatter_12 = px.scatter(data_frame=dff, x=condition1_chosen, y=condition2_chosen, size=values,
441
  #labels={'X_umap-0': 'umap1' , 'X_umap-1': 'umap2'},
442
+ hover_name=values,template="seaborn")
443
 
444
  fig_violin2 = px.violin(data_frame=dff, x=condition1_chosen, y=condition2_chosen, box=True, points="all",
445
  color=condition1_chosen, hover_name=condition1_chosen,template="seaborn")