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
When we ingest data into TileDB from, say, AnnData, we need to remap a few things to be storable:
Categorical strings to strings
bool to uint8
Unicode array dimensions to ASCII dimensions -- necessary for TileDB at present
Unicode array attributes to ASCII array attributes -- TileDB allows attributes to be Unicode, but, they are not queryable via the QueryCondition API. See also Queryability of dataframe attribute columns #99.
When we ingest data into TileDB from, say,
AnnData
, we need to remap a few things to be storable:bool
touint8
QueryCondition
API. See also Queryability of dataframe attribute columns #99.Source links:
Related: #105
Item 2 will be addressed in TileDB Core 2.10, where we'll have native boolean support. The remaining ones, though, are ongoing concerns.
Proposal for item 1:
anndata
,seurat
)Proposal for items 3 and 4:
The text was updated successfully, but these errors were encountered: