Spaces:
Running
Running
Arts-of-coding
commited on
Update dash_plotly_QC_scRNA.py
Browse files- dash_plotly_QC_scRNA.py +2 -1
dash_plotly_QC_scRNA.py
CHANGED
@@ -397,7 +397,8 @@ def update_graph_and_pie_chart(batch_chosen, s_chosen, g2m_chosen, condition1_ch
|
|
397 |
# Specify batch column as string type and gene columns as float type
|
398 |
#list_conds = ["batch"]
|
399 |
#list_conds = list_conds.append(condition3_chosen)
|
400 |
-
list_conds = condition3_chosen
|
|
|
401 |
dff_pre = dff.select(list_conds)
|
402 |
|
403 |
#dff_pre = dff.select(["batch","Cdc45","Mcm2","Mcm5"])
|
|
|
397 |
# Specify batch column as string type and gene columns as float type
|
398 |
#list_conds = ["batch"]
|
399 |
#list_conds = list_conds.append(condition3_chosen)
|
400 |
+
list_conds = condition3_chosen
|
401 |
+
list_conds += ["batch"]
|
402 |
dff_pre = dff.select(list_conds)
|
403 |
|
404 |
#dff_pre = dff.select(["batch","Cdc45","Mcm2","Mcm5"])
|