Spaces:
Sleeping
Sleeping
Update dash_plotly_QC_scRNA.py
Browse files- dash_plotly_QC_scRNA.py +11 -1
dash_plotly_QC_scRNA.py
CHANGED
@@ -259,7 +259,17 @@ tab3_content = html.Div([
|
|
259 |
options=df.columns),
|
260 |
html.Label("Multi gene"),
|
261 |
dcc.Dropdown(id='dpdn7', value="Cdc45", multi=True,
|
262 |
-
options=
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
263 |
]),
|
264 |
html.Div([
|
265 |
dcc.Graph(id='scatter-plot-9', figure={}, className='four columns',config=config_fig)
|
|
|
259 |
options=df.columns),
|
260 |
html.Label("Multi gene"),
|
261 |
dcc.Dropdown(id='dpdn7', value="Cdc45", multi=True,
|
262 |
+
options=[
|
263 |
+
"Cdc45",
|
264 |
+
"Uhrf1",
|
265 |
+
"Mcm2",
|
266 |
+
"Slbp",
|
267 |
+
"Mcm5",
|
268 |
+
"Pola1",
|
269 |
+
"Gmnn",
|
270 |
+
"Cdc6",
|
271 |
+
"Rrm2",
|
272 |
+
"Atad2"]),
|
273 |
]),
|
274 |
html.Div([
|
275 |
dcc.Graph(id='scatter-plot-9', figure={}, className='four columns',config=config_fig)
|