Package: DelayedDataFrame 1.23.0
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.
Authors:
DelayedDataFrame_1.23.0.tar.gz
DelayedDataFrame_1.23.0.zip(r-4.5)DelayedDataFrame_1.23.0.zip(r-4.4)DelayedDataFrame_1.23.0.zip(r-4.3)
DelayedDataFrame_1.23.0.tgz(r-4.4-any)DelayedDataFrame_1.23.0.tgz(r-4.3-any)
DelayedDataFrame_1.23.0.tar.gz(r-4.5-noble)DelayedDataFrame_1.23.0.tar.gz(r-4.4-noble)
DelayedDataFrame_1.23.0.tgz(r-4.4-emscripten)DelayedDataFrame_1.23.0.tgz(r-4.3-emscripten)
DelayedDataFrame.pdf |DelayedDataFrame.html✨
DelayedDataFrame/json (API)
NEWS
# Install 'DelayedDataFrame' in R: |
install.packages('DelayedDataFrame', repos = c('https://bioc.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/bioconductor/delayeddataframe/issues
On BioConductor:DelayedDataFrame-1.21.0(bioc 3.20)DelayedDataFrame-1.20.0(bioc 3.19)
infrastructuredatarepresentation
Last updated 18 days agofrom:049374e8b7. Checks:OK: 1 NOTE: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 30 2024 |
R-4.5-win | NOTE | Oct 30 2024 |
R-4.5-linux | NOTE | Oct 30 2024 |
R-4.4-win | NOTE | Oct 30 2024 |
R-4.4-mac | NOTE | Oct 30 2024 |
R-4.3-win | NOTE | Oct 30 2024 |
R-4.3-mac | NOTE | Oct 30 2024 |
Exports:.from_DataFrame_to_DelayedDataFrame.from_DelayedDataFrame_to_DFrameas.listcbindcoerceDelayedDataFrameextractCOLSextractROWSlazyIndexlazyIndex<-mergeROWSreplaceCOLS
Dependencies:abindBiocGenericscrayonDelayedArrayIRangeslatticeMatrixMatrixGenericsmatrixStatsS4ArraysS4VectorsSparseArrayXVectorzlibbioc
Readme and manuals
Help Manual
Help page | Topics |
---|---|
DelayedDataFrame related methods. | "[" "[,DelayedDataFrame-method" as.list,DelayedDataFrame-method bindROWS,DelayedDataFrame-method cbind,DelayedDataFrame-method extractCOLS,DelayedDataFrame-method extractROWS,DelayedDataFrame,ANY-method extractROWS,DelayedDataFrame-method mergeROWS,DelayedDataFrame-method names,DelayedDataFrame-method replaceCOLS,DelayedDataFrame-method [,DelayedDataFrame,ANY,ANY,ANY-method |
DelayedDataFrame-class | "lazyIndex<-" "lazyIndex<-, .DelayedDataFrame .from_DataFrame_to_DelayedDataFrame .from_DelayedDataFrame_to_DFrame coerce coerce,ANY,DelayedDataFrame-method coerce,DataFrame,DelayedDataFrame-method coerce,DelayedDataFrame,DataFrame-method coerce,DelayedDataFrame,DFrame-method coerce,DFrame,DelayedDataFrame-method DelayedDataFrame DelayedDataFrame-class DelayedDataFrame-class" lazyIndex lazyIndex,DelayedDataFrame lazyIndex,DelayedDataFrame-method lazyIndex<- lazyIndex<-,DelayedDataFrame-method |
The 'LazyIndex' class and methods. | .LazyIndex cbind,LazyIndex-method LazyIndex LazyIndex-class [,LazyIndex,ANY,ANY,ANY-method [,LazyIndex-method |