DelayedDataFrame
Bioc currentDelayed operation on DataFrame using standard DataFrame metaphor
v1.28.0
·
software
·
GPL-3
Release Lineage
Entered 3.9 · May 3, 2019
Current · Requires R 4.6
1.0
In 15 of 49 releases
3.23
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.
Code
Code metrics have not been computed for this package yet.
Topics
Depended on by (1)
Bioconductor (1)
People
- Qian Liu author maintainer
- Martin Morgan author
- Hervé Pagès author