You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Thank for the great work. I would like to create an anndata object, that contain all the previous informations from my tiledb object, from a query but this lead to an error.
Here is the code that I wrote :
tiledb_object=read_tile_db_object("/home/loic/UCL_work/Tile-DB/tiledb_soma/lung_atlas_reprocessed")
withtiledb_object.axis_query(
measurement_name="RNA",
obs_query=tiledbsoma.AxisQuery(
value_filter=("cell_type in ['Fibroblast'] and patientGroup in ['Parenchyma','Ctrl']")
)
) asquery:
adata=query.to_anndata(
X_name="counts",
X_layers=['counts','normalized','lognormalized'],
obsm_layers=['X_pca','X_umap'],
varm_layers=['PCs']
)
Hello,
Thank for the great work. I would like to create an anndata object, that contain all the previous informations from my tiledb object, from a query but this lead to an error.
Here is the code that I wrote :
and the error :
Version :
TileDB-SOMA version : 1.12.0
Python : 3.12.2
OS : Ubuntu
Thank you for your time.
Loïc Guille
The text was updated successfully, but these errors were encountered: