-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 959 Bytes
/
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
Package: TileDBArray
Version: 1.15.4
Date: 2024-10-01
Title: Using TileDB as a DelayedArray Backend
Description: 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.
Authors@R:
c(
person("Aaron", "Lun", role=c("aut", "cre"), email="[email protected]"),
person("Genentech, Inc.", role="cph")
)
License: MIT + file LICENSE
Depends:
SparseArray (>= 1.5.20),
DelayedArray (>= 0.31.7)
Imports:
methods,
tiledb,
S4Vectors
Suggests:
knitr,
Matrix,
rmarkdown,
BiocStyle,
BiocParallel,
testthat
biocViews: DataRepresentation, Infrastructure, Software
VignetteBuilder: knitr
BugReports: https://github.com/LTLA/TileDBArray
URL: https://github.com/LTLA/TileDBArray
RoxygenNote: 7.3.2
Encoding: UTF-8