-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
50 lines (44 loc) · 1.21 KB
/
NAMESPACE
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
46
47
48
49
import(methods)
importFrom(utils, read.table)
importFrom(stats, setNames)
importFrom(tools, file_path_as_absolute)
importFrom(Matrix, sparseMatrix)
import(pizzarr)
import(BiocGenerics)
import(S4Vectors)
import(IRanges)
import(S4Arrays)
import(SparseArray)
import(DelayedArray)
### - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
### Export S4 classes
###
exportClasses(
Zattrs,
ZarrArraySeed,
ZarrArray,
ZarrMatrix,
ZarrRealizationSink
)
### - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
### Export non-generic functions
###
export(
get_zarrmread_returned_type, zarr_mread,
set_zarrdimnames, get_zarrdimnames, zarrwriteDimnames, zarrreadDimnames,
ZarrArraySeed,
.ZarrArraySeed,
ZarrArray,
.ZarrArray,
Zattrs,
.Zattrs,
setZarrDumpDir, getZarrDumpDir,
setZarrDumpFile, getZarrDumpFile, lsZarrDumpFile,
setZarrDumpName, getZarrDumpName,
setZarrDumpChunkLength, getZarrDumpChunkLength,
setZarrDumpChunkShape, getZarrDumpChunkShape,
getZarrDumpChunkDim,
setZarrDumpCompressionLevel, getZarrDumpCompressionLevel,
appendDatasetCreationToZarrDumpLog, showZarrDumpLog,
ZarrRealizationSink, writeZarrArray
)