Spaces:
Running
Running
Update pages/integratedsuture.py
Browse files
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="
|
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="
|
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",
|