Arts-of-coding commited on
Commit
38b0337
·
verified ·
1 Parent(s): 96894b9

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
@@ -416,7 +416,7 @@ def update_graph_and_pie_chart(col_chosen, s_chosen, g2m_chosen, condition1_chos
416
  fig_scatter_12 = px.scatter(data_frame=expression_means, x="Gene", y=col_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")
420
 
421
  fig_violin2 = px.violin(data_frame=dff, x=condition1_chosen, y=condition2_chosen, box=True, points="all",
422
  color=condition1_chosen, hover_name=condition1_chosen,template="seaborn")
 
416
  fig_scatter_12 = px.scatter(data_frame=expression_means, x="Gene", y=col_chosen, color="Mean expression",
417
  size="percentage", size_max = 20,
418
  #labels={'X_umap-0': 'umap1' , 'X_umap-1': 'umap2'},
419
+ hover_name=col_chosen,template="seaborn")
420
 
421
  fig_violin2 = px.violin(data_frame=dff, x=condition1_chosen, y=condition2_chosen, box=True, points="all",
422
  color=condition1_chosen, hover_name=condition1_chosen,template="seaborn")