Spaces:
Sleeping
Sleeping
Arts-of-coding
commited on
Update dash_plotly_QC_scRNA.py
Browse files- dash_plotly_QC_scRNA.py +3 -3
dash_plotly_QC_scRNA.py
CHANGED
@@ -78,8 +78,8 @@ max_value_3 = round(max_value_3, 1)
|
|
78 |
# Add Sliders for three QC params: N genes by counts, total amount of reads and pct MT reads
|
79 |
|
80 |
tab1_content = html.Div([
|
81 |
-
dcc.Dropdown(id='dpdn2', value=conditions, multi=True,
|
82 |
-
|
83 |
html.Label("N Genes by Counts"),
|
84 |
dcc.RangeSlider(
|
85 |
id='range-slider-1',
|
@@ -288,7 +288,7 @@ def update_slider_values(min_1, max_1, min_2, max_2, min_3, max_3):
|
|
288 |
Output(component_id='scatter-plot-11', component_property='figure'),
|
289 |
Output(component_id='scatter-plot-12', component_property='figure'),
|
290 |
Output(component_id='my-graph2', component_property='figure'),
|
291 |
-
Input(component_id='dpdn2', component_property='value'),
|
292 |
Input(component_id='dpdn3', component_property='value'),
|
293 |
Input(component_id='dpdn4', component_property='value'),
|
294 |
Input(component_id='dpdn5', component_property='value'),
|
|
|
78 |
# Add Sliders for three QC params: N genes by counts, total amount of reads and pct MT reads
|
79 |
|
80 |
tab1_content = html.Div([
|
81 |
+
#dcc.Dropdown(id='dpdn2', value=conditions, multi=True,
|
82 |
+
# options=conditions),
|
83 |
html.Label("N Genes by Counts"),
|
84 |
dcc.RangeSlider(
|
85 |
id='range-slider-1',
|
|
|
288 |
Output(component_id='scatter-plot-11', component_property='figure'),
|
289 |
Output(component_id='scatter-plot-12', component_property='figure'),
|
290 |
Output(component_id='my-graph2', component_property='figure'),
|
291 |
+
#Input(component_id='dpdn2', component_property='value'),
|
292 |
Input(component_id='dpdn3', component_property='value'),
|
293 |
Input(component_id='dpdn4', component_property='value'),
|
294 |
Input(component_id='dpdn5', component_property='value'),
|