- Home
- Bioconductor 3.21
- Software Packages
- beachmat.tiledb
beachmat.tiledb
This package is for version 3.21 of Bioconductor; for the stable, up-to-date release version, see beachmat.tiledb.
beachmat bindings for TileDB-backed matrices
Bioconductor version: 3.21
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.
Author: Aaron Lun [aut, cre]
Maintainer: Aaron Lun <infinite.monkeys.with.keyboards at gmail.com>
citation("beachmat.tiledb")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("beachmat.tiledb")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("beachmat.tiledb")
Details
Package Archives
Follow Installation instructions to use this package in your R session.