-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
102 lines (102 loc) · 2.63 KB
/
Copy pathDESCRIPTION
File metadata and controls
102 lines (102 loc) · 2.63 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
Package: BiocDuckDB
Version: 0.99.11
Date: 2026-07-28
Title: Bioconductor DuckDB Integration and High-Level I/O
Description:
Integration package providing high-level Parquet I/O functions and optimized
methods for single-cell analysis workflows using DuckDB-backed data structures.
Includes readParquet and writeParquet functions for seamless serialization
of SummarizedExperiment, SingleCellExperiment, MultiAssayExperiment, and
MultiAssaySpatialExperiment objects, plus SQL-optimized implementations of
scran and scuttle methods for variance modeling, marker detection,
QC metrics, and normalization. This package brings together DuckDBDataFrame,
DuckDBArray, DuckDBGRanges, and DuckDBSpatial (optional) for complete
Bioconductor integration.
Authors@R:
c(
person("Patrick", "Aboyoun", role=c("aut", "cre"), email="aboyounp@gene.com"),
person("Genentech, Inc.", role="cph")
)
License: MIT + file LICENSE
Copyright: See the file inst/COPYRIGHTS for third-party schema components
bundled in inst/schema/ (Frictionless Data Package specifications, in the
public domain under The Unlicense).
Depends:
R (>= 4.6.0),
methods,
stats,
DuckDBDataFrame,
DuckDBArray,
DuckDBGRanges
Imports:
BiocGenerics,
BiocParallel,
S4Vectors,
IRanges,
GenomicRanges,
SparseArray,
DelayedArray,
MatrixGenerics,
SummarizedExperiment,
SingleCellExperiment,
MultiAssayExperiment,
MultiAssaySpatialExperiment,
metapod,
scran,
scuttle,
DBI,
dplyr,
dbplyr,
duckdb,
arrow,
jsonlite
Suggests:
knitr,
rmarkdown,
BiocStyle,
testthat,
jsonvalidate,
grDevices,
Matrix,
matrixStats,
nanoparquet,
png,
sf,
sfarrow,
SpatialExperiment,
DuckDBSpatial,
ExperimentHub,
HDF5Array,
ZarrArray,
scater,
airway,
scRNAseq
biocViews:
DataImport,
DataRepresentation,
Infrastructure,
RNASeq,
Sequencing,
SingleCell,
Software
VignetteBuilder: knitr
Encoding: UTF-8
Collate:
'MultiAssaySpatialExperiments-internals.R'
'DuckDBDataFrame-spatial.R'
'DuckDBDualSubset-class.R'
'DuckDBMatrix-scran.R'
'DuckDBMatrix-scuttle.R'
'MultiAssaySpatialExperiment-query.R'
'MultiAssaySpatialExperiment-spatial.R'
'SingleCellExperiments-internals.R'
'SingleCellExperiment-colTables.R'
'SingleCellExperiment-loadings.R'
'SingleCellExperiment-pairs.R'
'SingleCellExperiment-rowTables.R'
'fieldtypes.R'
'readParquet.R'
'writeDatapackage.R'
'writeParquet.R'
'writeStreamingResource.R'
Config/roxygen2/version: 8.0.0