Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
45 lines (45 loc) · 1.66 KB

File metadata and controls

45 lines (45 loc) · 1.66 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
43
44
45
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.3
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 (>= 2.1.9)
Suggests: paws.storage, HDF5Array, testthat, anndataR,
knitr, rmarkdown, BiocStyle
VignetteBuilder: knitr
Collate:
utils.R
options.R
ZarrArraySeed-class.R
ZarrArray-class.R
writeZarrArray-auto-args.R
writeZarrArray.R
ZarrSparseMatrixSeed-class.R
ZarrSparseMatrix-class.R
zzz.R
Morty Proxy This is a proxified and sanitized view of the page, visit original site.