-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.13 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
38
39
Package: beachmat.tiledb
Version: 0.99.1
Date: 2024-12-16
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
URL: https://github.com/tatami-inc/beachmat.tiledb
BugReports: https://github.com/tatami-inc/beachmat.tiledb/issues
RoxygenNote: 7.3.2
Encoding: UTF-8