-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1018 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
35
Package: beachmat.hdf5
Version: 1.5.1
Date: 2024-11-08
Title: beachmat bindings for HDF5-backed matrices
Description:
Extends beachmat to support initialization of tatami matrices from HDF5-backed arrays.
This allows C++ code in downstream packages to directly call the HDF5 C/C++ library to access array data,
without the need for block processing via DelayedArray.
Some utilities are also provided for direct creation of an in-memory tatami matrix from a HDF5 file.
Encoding: UTF-8
Authors@R: person("Aaron", "Lun", role = c("aut", "cre"), email = "[email protected]")
Imports:
methods,
beachmat,
HDF5Array,
DelayedArray,
Rcpp
Suggests:
testthat,
BiocStyle,
knitr,
rmarkdown,
rhdf5,
Matrix
LinkingTo:
Rcpp,
assorthead,
beachmat,
Rhdf5lib
biocViews: DataRepresentation, DataImport, Infrastructure
License: GPL-3
NeedsCompilation: yes
VignetteBuilder: knitr
SystemRequirements: C++17, GNU make
RoxygenNote: 7.3.2