Spaces:
Sleeping
Sleeping
Update dash_plotly_QC_scRNA.py
Browse files- dash_plotly_QC_scRNA.py +1 -1
dash_plotly_QC_scRNA.py
CHANGED
@@ -72,7 +72,7 @@ max_value_3 = round(max_value_3, 1)
|
|
72 |
|
73 |
# Note: Future version perhaps all values from a column in the dataframe of the parquet file
|
74 |
# Note 2: This could also be a tsv of the categories and own specified colors
|
75 |
-
conditions = df[col_batch].unique().
|
76 |
# Create the first tab content
|
77 |
# Add Sliders for three QC params: N genes by counts, total amount of reads and pct MT reads
|
78 |
|
|
|
72 |
|
73 |
# Note: Future version perhaps all values from a column in the dataframe of the parquet file
|
74 |
# Note 2: This could also be a tsv of the categories and own specified colors
|
75 |
+
conditions = df[col_batch].unique().to_list()
|
76 |
# Create the first tab content
|
77 |
# Add Sliders for three QC params: N genes by counts, total amount of reads and pct MT reads
|
78 |
|