Registration and Call for Abstracts Open for Bioc2024

TileDBArray

This is the development version of TileDBArray; for the stable release version, see TileDBArray.

Using TileDB as a DelayedArray Backend


Bioconductor version: Development (3.19)

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 (from within R, enter citation("TileDBArray")):

Installation

To install this package, start R (version "4.4") and enter:


if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

# The following initializes usage of Bioc devel
BiocManager::install(version='devel')

BiocManager::install("TileDBArray")

For older versions of R, please refer to the appropriate Bioconductor release.

Documentation

Reference Manual PDF

Details

biocViews DataRepresentation, Infrastructure, Software
Version 1.13.0
In Bioconductor since BioC 3.12 (R-4.0) (3.5 years)
License MIT + file LICENSE
Depends DelayedArray(>= 0.27.2)
Imports methods, Rcpp, tiledb, S4Vectors
System Requirements
URL https://github.com/LTLA/TileDBArray
Bug Reports https://github.com/LTLA/TileDBArray
See More
Suggests knitr, Matrix, rmarkdown, BiocStyle, BiocParallel, testthat
Linking To Rcpp
Enhances
Depends On Me
Imports Me
Suggests Me
Links To Me
Build Report Build Report

Package Archives

Follow Installation instructions to use this package in your R session.

Source Package
Windows Binary
macOS Binary (x86_64)
macOS Binary (arm64)
Source Repository git clone https://git.bioconductor.org/packages/TileDBArray
Source Repository (Developer Access) git clone git@git.bioconductor.org:packages/TileDBArray
Package Short Url https://bioconductor.org/packages/TileDBArray/
Package Downloads Report Download Stats