Update pages/keratinocytes_scVI_integration.py
Browse files
pages/keratinocytes_scVI_integration.py
CHANGED
@@ -13,7 +13,7 @@ pl.enable_string_cache(False)
|
|
13 |
|
14 |
dash.register_page(__name__, location="sidebar")
|
15 |
|
16 |
-
dataset = "datasingleron/keratinocytes/
|
17 |
|
18 |
# Set custom resolution for plots:
|
19 |
config_fig = {
|
@@ -48,11 +48,11 @@ col_mt = config.get("col_mt")
|
|
48 |
|
49 |
#filepath = f"az://{path_parquet}"
|
50 |
|
51 |
-
storage_options={'account_name': AZURE_STORAGE_ACCOUNT, 'account_key': AZURE_STORAGE_ACCESS_KEY
|
52 |
#azfs = AzureBlobFileSystem(**storage_options )
|
53 |
|
54 |
# Load in multiple dataframes
|
55 |
-
df = pl.scan_parquet(f"
|
56 |
|
57 |
# Setup the app
|
58 |
#external_stylesheets = ['https://codepen.io/chriddyp/pen/bWLwgP.css']
|
|
|
13 |
|
14 |
dash.register_page(__name__, location="sidebar")
|
15 |
|
16 |
+
dataset = "datasingleron/keratinocytes/singleron_keratinocytes_clusres_scVI"
|
17 |
|
18 |
# Set custom resolution for plots:
|
19 |
config_fig = {
|
|
|
48 |
|
49 |
#filepath = f"az://{path_parquet}"
|
50 |
|
51 |
+
storage_options={'account_name': AZURE_STORAGE_ACCOUNT, 'account_key': AZURE_STORAGE_ACCESS_KEY}
|
52 |
#azfs = AzureBlobFileSystem(**storage_options )
|
53 |
|
54 |
# Load in multiple dataframes
|
55 |
+
df = pl.scan_parquet(f"az://{dataset}.parquet", storage_options=storage_options).collect()
|
56 |
|
57 |
# Setup the app
|
58 |
#external_stylesheets = ['https://codepen.io/chriddyp/pen/bWLwgP.css']
|