Arts-of-coding
commited on
Commit
•
27c3e25
1
Parent(s):
25dfa01
Update pages/Cornea_v1_integrated_scVI.py
Browse files
pages/Cornea_v1_integrated_scVI.py
CHANGED
@@ -52,7 +52,7 @@ storage_options={'account_name': AZURE_STORAGE_ACCOUNT, 'account_key': AZURE_STO
|
|
52 |
#azfs = AzureBlobFileSystem(**storage_options )
|
53 |
|
54 |
# Load in multiple dataframes
|
55 |
-
df = pl.
|
56 |
|
57 |
# Setup the app
|
58 |
#external_stylesheets = ['https://codepen.io/chriddyp/pen/bWLwgP.css']
|
@@ -358,7 +358,7 @@ def update_graph_and_pie_chart(col_chosen, s_chosen, g2m_chosen, condition1_chos
|
|
358 |
#(pl.col(col_counts) <= range_value_2[1]) &
|
359 |
#(pl.col(col_mt) >= range_value_3[0]) &
|
360 |
#(pl.col(col_mt) <= range_value_3[1])
|
361 |
-
)
|
362 |
|
363 |
# #Drop categories that are not in the filtered data
|
364 |
# dff = dff.with_columns(dff[col_chosen].cast(pl.Categorical))
|
|
|
52 |
#azfs = AzureBlobFileSystem(**storage_options )
|
53 |
|
54 |
# Load in multiple dataframes
|
55 |
+
df = pl.read_parquet(f"./data/{dataset}.parquet", storage_options=storage_options)
|
56 |
|
57 |
# Setup the app
|
58 |
#external_stylesheets = ['https://codepen.io/chriddyp/pen/bWLwgP.css']
|
|
|
358 |
#(pl.col(col_counts) <= range_value_2[1]) &
|
359 |
#(pl.col(col_mt) >= range_value_3[0]) &
|
360 |
#(pl.col(col_mt) <= range_value_3[1])
|
361 |
+
)
|
362 |
|
363 |
# #Drop categories that are not in the filtered data
|
364 |
# dff = dff.with_columns(dff[col_chosen].cast(pl.Categorical))
|