Arts-of-coding commited on
Commit
dd5333d
·
verified ·
1 Parent(s): 8cefd09

Update pages/integratedsuture.py

Browse files
Files changed (1) hide show
  1. pages/integratedsuture.py +2 -2
pages/integratedsuture.py CHANGED
@@ -59,7 +59,7 @@ df = pl.read_parquet(f"az://{dataset}.parquet", storage_options=storage_options)
59
  tab2_content = html.Div([
60
  html.Div([
61
  html.Label("S-cycle genes"),
62
- dcc.Dropdown(id='dpdn3', value="MCM5", multi=False,
63
  options=[
64
  "Cdc45",
65
  "Uhrf1",
@@ -106,7 +106,7 @@ tab2_content = html.Div([
106
  "Cdca7"
107
  ]),
108
  html.Label("G2M-cycle genes"),
109
- dcc.Dropdown(id='dpdn4', value="TOP2A", multi=False,
110
  options=[
111
  "Ube2c",
112
  "Lbr",
 
59
  tab2_content = html.Div([
60
  html.Div([
61
  html.Label("S-cycle genes"),
62
+ dcc.Dropdown(id='dpdn3', value="Mcm5", multi=False,
63
  options=[
64
  "Cdc45",
65
  "Uhrf1",
 
106
  "Cdca7"
107
  ]),
108
  html.Label("G2M-cycle genes"),
109
+ dcc.Dropdown(id='dpdn4', value="Top2a", multi=False,
110
  options=[
111
  "Ube2c",
112
  "Lbr",