single-cell-data / TileDB-SOMA

Python and R SOMA APIs using TileDB’s cloud-native format. Ideal for single-cell data at any scale.
https://tiledbsoma.readthedocs.io
MIT License
87 stars 25 forks source link

[r] Unsupported Seurat items should be ingested to `uns` (parent issue) #1637

Open johnkerl opened 1 year ago

johnkerl commented 1 year ago

See https://github.com/single-cell-data/TileDB-SOMA/blob/106aff3a76f4efe1713cc09bc46e015902615f66/apis/r/R/write_seurat.R#L205C1-L209C3

This data should be persisted on disk and included in exports where relevant.

[sc-31690]

johnkerl commented 5 months ago

Partially completed by #2023 and #2024

Remainder of I/O of Seurat's various miscellaneous data slots are backlogged