Spaces:
Running
Running
Arts-of-coding
commited on
Update dash_plotly_QC_scRNA.py
Browse files- dash_plotly_QC_scRNA.py +5 -4
dash_plotly_QC_scRNA.py
CHANGED
@@ -206,10 +206,6 @@ tab3_content = html.Div([
|
|
206 |
html.Label("UMAP condition 2"),
|
207 |
dcc.Dropdown(id='dpdn6', value="n_genes_by_counts", multi=False,
|
208 |
options=df.columns),
|
209 |
-
html.Label("Multi gene"),
|
210 |
-
dcc.Dropdown(id='dpdn7', value=["MCM5","TOP2A","PCNA"], multi=True,
|
211 |
-
options=df.columns),
|
212 |
-
]),
|
213 |
html.Div([
|
214 |
dcc.Graph(id='scatter-plot-9', figure={}, className='four columns',config=config_fig)
|
215 |
]),
|
@@ -230,6 +226,11 @@ tab3_content = html.Div([
|
|
230 |
])
|
231 |
|
232 |
tab4_content = html.Div([
|
|
|
|
|
|
|
|
|
|
|
233 |
html.Div([
|
234 |
dcc.Graph(id='scatter-plot-12', figure={}, className='four columns',config=config_fig)
|
235 |
]),
|
|
|
206 |
html.Label("UMAP condition 2"),
|
207 |
dcc.Dropdown(id='dpdn6', value="n_genes_by_counts", multi=False,
|
208 |
options=df.columns),
|
|
|
|
|
|
|
|
|
209 |
html.Div([
|
210 |
dcc.Graph(id='scatter-plot-9', figure={}, className='four columns',config=config_fig)
|
211 |
]),
|
|
|
226 |
])
|
227 |
|
228 |
tab4_content = html.Div([
|
229 |
+
html.Div([
|
230 |
+
html.Label("Multi gene"),
|
231 |
+
dcc.Dropdown(id='dpdn7', value=["PAX6","TP63","S100A9"], multi=True,
|
232 |
+
options=df.columns),
|
233 |
+
]),
|
234 |
html.Div([
|
235 |
dcc.Graph(id='scatter-plot-12', figure={}, className='four columns',config=config_fig)
|
236 |
]),
|