# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "DelayedDataFrame" in publications use:' type: software license: GPL-3.0-only title: 'DelayedDataFrame: Delayed operation on DataFrame using standard DataFrame metaphor' version: 1.21.0 abstract: 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. authors: - family-names: Liu given-names: Qian email: Qian.Liu@roswellpark.org - family-names: Pagès given-names: Hervé - family-names: Morgan given-names: Martin repository: https://bioc.r-universe.dev repository-code: https://github.com/Bioconductor/DelayedDataFrame url: https://github.com/Bioconductor/DelayedDataFrame contact: - family-names: Liu given-names: Qian email: Qian.Liu@roswellpark.org