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
90 stars 25 forks source link

[r] Updated groups read/write support via libtiledbsoma #2973

Closed eddelbuettel closed 1 month ago

eddelbuettel commented 1 month ago

Issue and/or context:

This PR updates the read and write operations for group and their metadata to the new C++ underpinnings.

Changes:

New code. Existing tests.

Notes for Reviewer:

SC 54851

This may take a round or two of reviews as some comments are still in the code. Tests now pass so it is ready. It has also been rebased, and there is still a local/interim test file in there I will remove once the first set of CI tests is done.