DelayedDataFrame: Delayed operation on DataFrame using standard DataFrame metaphor

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.

Package details

AuthorQian Liu [aut, cre], Hervé Pagès [aut], Martin Morgan [aut]
Bioconductor views DataRepresentation Infrastructure
MaintainerQian Liu <Qian.Liu@roswellpark.org>
LicenseGPL-3
Version1.6.0
URL https://github.com/Bioconductor/DelayedDataFrame
Package repositoryView on Bioconductor
Installation Install the latest version of this package by entering the following in R:
if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("DelayedDataFrame")

Try the DelayedDataFrame package in your browser

Any scripts or data that you put into this service are public.

DelayedDataFrame documentation built on Nov. 8, 2020, 5:28 p.m.