beachmat.tiledb
beachmat bindings for TileDB-backed matrices
Bioconductor version: 3.23 · Package version: 1.4.0
Extends beachmat to initialize tatami matrices from TileDB-backed arrays. This allows C++ code in downstream packages to directly call the TileDB C/C++ library to access array data, without the need for block processing via DelayedArray. Developers only need to import this package to automatically extend the capabilities of beachmat::initializeCpp to TileDBArray instances.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("beachmat.tiledb") Details
| Maintainer | Aaron Lun <infinite.monkeys.with.keyboards@gmail.com> |
| Author | Aaron Lun [aut, cre] |
| License | GPL-3 |
| URL | https://github.com/tatami-inc/beachmat.tiledb |
| Bug Reports | https://github.com/tatami-inc/beachmat.tiledb/issues |
| System Requirements | C++17 |
| Downloads rank | 131 |
| Source branch | RELEASE_3_23 |
| biocViews | DataImport, DataRepresentation, Infrastructure, Software |
Documentation
Download
Dependencies
Imports: methods, beachmat, tiledb, TileDBArray, DelayedArray, Rcpp
LinkingTo: Rcpp, assorthead, beachmat