Skip to content

R quick start

John Kerl edited this page Jun 8, 2023 · 10 revisions

Installation

TileDB-SOMA is available on R-universe and Conda, and can be installed directly from R or mambda as indicated below. Full installation instructions can be found here.

install.packages('tiledbsoma', 
                 repos = c('https://tiledb-inc.r-universe.dev', 'https://cloud.r-project.org'))
mamba install -c conda-forge -c tiledb r-tiledbsoma

Usage examples

Coming Soon