-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
42 lines (42 loc) · 1.6 KB
/
DESCRIPTION
File metadata and controls
42 lines (42 loc) · 1.6 KB
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
40
41
42
Package: ZarrArray
Title: Bring Zarr datasets in R as DelayedArray objects
Description: The ZarrArray package leverages the Rarr package to bring Zarr
datasets in R as DelayedArray objects. The main class in the package
is the ZarrArray class. A ZarrArray object is an array-like object
that represents a Zarr dataset in R. ZarrArray objects are DelayedArray
derivatives and therefore support all operations (delayed or
block-processed) supported by DelayedArray objects.
biocViews: Infrastructure, DataRepresentation, DataImport
URL: https://bioconductor.org/packages/ZarrArray
BugReports: https://github.com/Bioconductor/ZarrArray/issues
Version: 1.1.0
License: Artistic-2.0
Encoding: UTF-8
Authors@R: c(
person("Hervé", "Pagès", role=c("aut", "cre"),
email="hpages.on.github@gmail.com",
comment=c(ORCID="0009-0002-8272-4522")),
person("Mike", "Smith", role="aut",
comment=c(ORCID="0000-0002-7800-3848")),
person("Hugo", "Gruson", role="aut",
email="hugo.gruson@embl.de",
comment=c(ORCID="0000-0002-4094-1476")),
person("Artür", "Manukyan", role="aut",
email="artur-man@hotmail.com",
comment=c(ORCID="0000-0002-0441-9517")),
person("Levi", "Waldron", role="fnd",
email="levi.waldron@sph.cuny.edu",
comment=c(ORCID="0000-0003-2725-0694")))
Depends: R (>= 3.4), methods, SparseArray, DelayedArray
Imports: stats, tools, BiocGenerics, S4Vectors, IRanges, S4Arrays,
Rarr (>= 1.11.33)
Suggests: paws.storage, HDF5Array, testthat, knitr, rmarkdown, BiocStyle
VignetteBuilder: knitr
Collate:
utils.R
options.R
ZarrArraySeed-class.R
ZarrArray-class.R
writeZarrArray-auto-args.R
writeZarrArray.R
zzz.R