Spaces:
Sleeping
Sleeping
Update dash_plotly_QC_scRNA.py
Browse files- dash_plotly_QC_scRNA.py +1 -1
dash_plotly_QC_scRNA.py
CHANGED
@@ -395,7 +395,7 @@ def update_graph_and_pie_chart(batch_chosen, s_chosen, g2m_chosen, condition1_ch
|
|
395 |
|
396 |
# Melt wide format DataFrame into long format
|
397 |
# Specify batch column as string type and gene columns as float type
|
398 |
-
list_conds = condition3_chosen
|
399 |
list_conds = list_conds.append("batch")
|
400 |
|
401 |
dff_pre = dff.select(list_conds)
|
|
|
395 |
|
396 |
# Melt wide format DataFrame into long format
|
397 |
# Specify batch column as string type and gene columns as float type
|
398 |
+
list_conds = condition3_chosen
|
399 |
list_conds = list_conds.append("batch")
|
400 |
|
401 |
dff_pre = dff.select(list_conds)
|