Name Mode Size
R 040000
man 040000
scripts 040000
src 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.travis.yml 100644 1 kb
DESCRIPTION 100644 1 kb
LICENSE 100644 1 kb
NAMESPACE 100644 1 kb
README.md 100644 1 kb
cleanup 100755 0 kb
README.md
# DelayedArray backends for TileDB 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.