Arts-of-coding commited on
Commit
0fff5fd
·
verified ·
1 Parent(s): 3a9b0e1

Update pages/d101110xflex.py

Browse files
Files changed (1) hide show
  1. pages/d101110xflex.py +5 -2
pages/d101110xflex.py CHANGED
@@ -13,7 +13,7 @@ pl.enable_string_cache(False)
13
 
14
  dash.register_page(__name__, location="sidebar")
15
 
16
- dataset = "data10xflex/d1011/10xflexd1011_umap_clusres"
17
 
18
  # Set custom resolution for plots:
19
  config_fig = {
@@ -261,7 +261,10 @@ tab3_content = html.Div([
261
  tab4_content = html.Div([
262
  html.Div([
263
  html.Label("Multi gene"),
264
- dcc.Dropdown(id='dpdn7', value=["PAX6","TP63","S100A9"], multi=True,
 
 
 
265
  options=df.columns),
266
  ]),
267
  html.Div([
 
13
 
14
  dash.register_page(__name__, location="sidebar")
15
 
16
+ dataset = "data10xflex/corg/DLC_corg_w8"
17
 
18
  # Set custom resolution for plots:
19
  config_fig = {
 
261
  tab4_content = html.Div([
262
  html.Div([
263
  html.Label("Multi gene"),
264
+ dcc.Dropdown(id='dpdn7', value=['PAX6', 'TP63', 'OTX2', 'SIX3', 'LHX2', 'SIX6', 'SOX2', 'PMEL',
265
+ 'RAX', 'SOX2', 'LIN28A', 'ABCG2', 'KRT8', 'KRT18', 'KRT7',
266
+ 'KRT19', 'COL1A2', 'AQP1', 'LUM', 'TFAP2A', 'HAND1', 'S100A9',
267
+ 'SPP1', 'TEK', 'FOXC2', 'PECAM1', 'SOX9'], multi=True,
268
  options=df.columns),
269
  ]),
270
  html.Div([