Package: DelayedDataFrame Title: Delayed operation on DataFrame using standard DataFrame metaphor Version: 1.29.0 Authors@R: c( person( "Qian", "Liu", email = "Qian.Liu@roswellpark.org", role=c("aut", "cre") ), person("Hervé", "Pagès", role = "aut"), person("Martin", "Morgan", role = "aut")) Description: Based on the standard DataFrame metaphor, we are trying to implement the feature of delayed operation on the DelayedDataFrame, with a slot of lazyIndex, which saves the mapping indexes for each column of DelayedDataFrame. Methods like show, validity check, [/[[ subsetting, rbind/cbind are implemented for DelayedDataFrame to be operated around lazyIndex. The listData slot stays untouched until a realization call e.g., DataFrame constructor OR as.list() is invoked. biocViews: Infrastructure, DataRepresentation Depends: R (>= 3.6), S4Vectors (>= 0.23.19), DelayedArray (>= 0.7.5) License: GPL-3 Encoding: UTF-8 URL: https://github.com/Bioconductor/DelayedDataFrame BugReports: https://github.com/Bioconductor/DelayedDataFrame/issues Imports: methods, stats, BiocGenerics RoxygenNote: 7.0.2 Suggests: testthat, knitr, rmarkdown, BiocStyle, SeqArray, GDSArray Collate: LazyIndex-class.R DelayedDataFrame-class.R DelayedDataFrame-method.R VignetteBuilder: knitr Config/pak/sysreqs: zlib1g-dev Repository: https://bioc.r-universe.dev Date/Publication: 2026-04-28 12:49:17 UTC RemoteUrl: https://github.com/bioc/DelayedDataFrame RemoteRef: HEAD RemoteSha: e75a37e72bda16da7ab2dd6d6771bc12fca22b3c NeedsCompilation: no Packaged: 2026-05-28 06:17:21 UTC; root Author: Qian Liu [aut, cre], Hervé Pagès [aut], Martin Morgan [aut] Maintainer: Qian Liu