-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
37 lines (37 loc) · 1.02 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Package: beachmat.tiledb
Version: 0.99.0
Date: 2024-11-07
Title: beachmat bindings for TileDB-backed matrices
Description:
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.
Authors@R: person("Aaron", "Lun", role = c("aut", "cre"), email = "[email protected]")
Imports:
methods,
beachmat,
tiledb,
TileDBArray,
DelayedArray,
Rcpp
Suggests:
testthat,
BiocStyle,
knitr,
rmarkdown,
Matrix
LinkingTo:
Rcpp,
assorthead,
beachmat
biocViews:
DataRepresentation,
DataImport,
Infrastructure
License: GPL-3
NeedsCompilation: yes
VignetteBuilder: knitr
SystemRequirements: C++17
RoxygenNote: 7.3.2
Encoding: UTF-8