Spaces:
Sleeping
Sleeping
Update pages/DLC_WT2.py
Browse files- pages/DLC_WT2.py +2 -4
pages/DLC_WT2.py
CHANGED
|
@@ -46,6 +46,7 @@ col_batch = config.get("col_batch")
|
|
| 46 |
col_features = config.get("col_features")
|
| 47 |
col_counts = config.get("col_counts")
|
| 48 |
col_mt = config.get("col_mt")
|
|
|
|
| 49 |
|
| 50 |
#filepath = f"az://{path_parquet}"
|
| 51 |
|
|
@@ -118,10 +119,7 @@ tab4_content = html.Div([
|
|
| 118 |
options=df.columns),
|
| 119 |
html.Div([
|
| 120 |
html.Label("Multi gene"),
|
| 121 |
-
dcc.Dropdown(id='dpdn7', value=
|
| 122 |
-
'RAX', 'LIN28A', 'ABCG2', 'KRT8', 'KRT7',
|
| 123 |
-
'KRT19', 'COL1A2', 'AQP1', 'LUM', 'TFAP2A', 'HAND1', 'S100A9',
|
| 124 |
-
'SPP1', 'TEK', 'FOXC2', 'PECAM1', 'SOX9'], multi=True,
|
| 125 |
options=df.columns),
|
| 126 |
]),
|
| 127 |
html.Div([
|
|
|
|
| 46 |
col_features = config.get("col_features")
|
| 47 |
col_counts = config.get("col_counts")
|
| 48 |
col_mt = config.get("col_mt")
|
| 49 |
+
interesting_genes = ["LIN28A", "KRT8", "ABCG2", "S100A9", "COL1A2", "AQP1", "LUM", "TEK", "PAX6", "PMEL"]
|
| 50 |
|
| 51 |
#filepath = f"az://{path_parquet}"
|
| 52 |
|
|
|
|
| 119 |
options=df.columns),
|
| 120 |
html.Div([
|
| 121 |
html.Label("Multi gene"),
|
| 122 |
+
dcc.Dropdown(id='dpdn7', value=interesting_genes, multi=True,
|
|
|
|
|
|
|
|
|
|
| 123 |
options=df.columns),
|
| 124 |
]),
|
| 125 |
html.Div([
|