https://github.com/ltla/tiledbarray
Clone of the Bioconductor repository for the TileDBArray package.
https://github.com/ltla/tiledbarray
Last synced: 8 months ago
JSON representation
Clone of the Bioconductor repository for the TileDBArray package.
- Host: GitHub
- URL: https://github.com/ltla/tiledbarray
- Owner: LTLA
- License: other
- Created: 2020-06-10T19:12:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-19T20:11:17.000Z (12 months ago)
- Last Synced: 2025-09-08T12:48:43.206Z (9 months ago)
- Language: R
- Homepage: https://bioconductor.org/packages/devel/bioc/html/TileDBArray.html
- Size: 145 KB
- Stars: 11
- Watchers: 8
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DelayedArray backends for TileDB
|Build|Status|
|-----|----|
| Bioc-release | [](http://bioconductor.org/checkResults/release/bioc-LATEST/TileDBArray) |
| Bioc-devel | [](http://bioconductor.org/checkResults/devel/bioc-LATEST/TileDBArray) |
This package implements [**DelayedArray**](https://github.com/Bioconductor/DelayedArray) backend
for [TileDB](https://tiledb.com/) to read, write and store dense and sparse arrays.
The resulting `TileDBArray` objects are directly compatible with any Bioconductor package that accepts `DelayedArray` objects,
serving as a swap-in replacement for the predominant [`HDF5Array`](https://github.com/Bioconductor/HDF5Array)
that is currently used throughout the Bioconductor ecosystem for representing large datasets.
See the [official Bioconductor landing page](https://bioconductor.org/packages/devel/bioc/html/TileDBArray.html) for more details.