- Home
- Bioconductor 3.22
- Software Packages
- TileDBArray
TileDBArray
This is the released version of TileDBArray; for the devel version, see TileDBArray.
Using TileDB as a DelayedArray Backend
Bioconductor version: Release (3.22)
Implements a DelayedArray backend for reading and writing dense or sparse arrays in the TileDB format. The resulting TileDBArrays are compatible with all Bioconductor pipelines that can accept DelayedArray instances.
Author: Aaron Lun [aut, cre], Genentech, Inc. [cph]
Maintainer: Aaron Lun <infinite.monkeys.with.keyboards at gmail.com>
citation("TileDBArray")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("TileDBArray")
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("TileDBArray")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.