single-cell-data / TileDB-SOMA

Python and R SOMA APIs using TileDB’s cloud-native format. Ideal for single-cell data at any scale.
MIT License
79 stars 21 forks source link

[r] Support sparse nd array writes case #2755

Open eddelbuettel opened 2 weeks ago

eddelbuettel commented 2 weeks ago

Issue and/or context:

Following PRs #2704 (data frames) and #2730 (dense arrays) this PR extends to C++-ification to sparse n-dimensional arrays.

Changes:

Refactored code to use C++ classes to write.

Notes for Reviewer:

SC 44886