Registration Open for GBCC2025:
Joint Galaxy/Bioconductor Conference!
Abstract Submission for Posters closes May 1!

DelayedArray

This is the released version of DelayedArray; for the devel version, see DelayedArray.

A unified framework for working transparently with on-disk and in-memory array-like datasets


Bioconductor version: Release (3.21)

Wrapping an array-like object (typically an on-disk object) in a DelayedArray object allows one to perform common array operations on it without loading the object in memory. In order to reduce memory usage and optimize performance, operations on the object are either delayed or executed using a block processing mechanism. Note that this also works on in-memory array-like objects like DataFrame objects (typically with Rle columns), Matrix objects, ordinary arrays and, data frames.

Author: Hervé Pagès [aut, cre], Aaron Lun [ctb], Peter Hickey [ctb]

Maintainer: Hervé Pagès <hpages.on.github at gmail.com>

Citation (from within R, enter citation("DelayedArray")):

Installation

To install this package, start R (version "4.5") and enter:

 if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("DelayedArray") 

For older versions of R, please refer to the appropriate Bioconductor release.

Documentation

To view documentation for the version of this package installed in your system, start R and enter:

browseVignettes("DelayedArray")
1. Working with large arrays in R (slides from July 2017)PDFR Script
2. Implementing A DelayedArray BackendHTML
3. A DelayedArray / HDF5Array update (slides from April 2021)PDFR Script
Reference ManualPDF
NEWSText

Details

biocViewsAnnotation, DataRepresentation, GenomeAnnotation, Infrastructure, Software
Version0.34.1
In Bioconductor sinceBioC 3.5 (R-3.4) (8 years)
LicenseArtistic-2.0
DependsR (>= 4.0.0), methods, stats4, Matrix, BiocGenerics(>= 0.53.3), MatrixGenerics(>= 1.1.3), S4Vectors(>= 0.27.2), IRanges(>= 2.17.3), S4Arrays(>= 1.5.4), SparseArray(>= 1.7.5)
Importsstats
System Requirements
URLhttps://bioconductor.org/packages/DelayedArray
Bug Reportshttps://github.com/Bioconductor/DelayedArray/issues
See More
SuggestsBiocParallel, HDF5Array(>= 1.17.12), genefilter, SummarizedExperiment, airway, lobstr, DelayedMatrixStats, knitr, rmarkdown, BiocStyle, RUnit
Linking ToS4Vectors
Enhances
Depends On Mechihaya, DelayedDataFrame, DelayedMatrixStats, DelayedRandomArray, GDSArray, HDF5Array, Rarr, rhdf5client, SCArray, singleCellTK, SQLDataFrame, TileDBArray, VCFArray
Imports MeadverSCarial, alabaster.matrix, AUCell, batchelor, beachmat, beachmat.hdf5, beachmat.tiledb, BiocSingular, bsseq, celaref, celda, Cepo, ChromSCape, clusterExperiment, concordexR, CRISPRseek, cytomapper, decontX, DelayedTensor, DEScan2, dreamlet, DropletUtils, ELMER, EWCE, flowWorkspace, FRASER, GenomicScores, glmGamPoi, GSVA, hipathia, LoomExperiment, Macarron, mariner, mbkmeans, methodical, MethReg, methrix, methylSig, mia, miaViz, minfi, MOFA2, MuData, MultiAssayExperiment, mumosa, NetActivity, netSmooth, NewWave, orthogene, orthos, PCAtools, ResidualMatrix, RTCGAToolbox, ScaledMatrix, SCArray.sat, scater, scDblFinder, scFeatures, scMerge, scmeth, scPCA, scran, scrapper, scry, scuttle, signatureSearch, SingleCellAlleleExperiment, SingleCellExperiment, SingleR, sketchR, SpliceWiz, SummarizedExperiment, transformGamPoi, TSCAN, VariantExperiment, velociraptor, Voyager, weitrix, xcore, zellkonverter, ZygosityPredictor, celldex, imcdatasets, scRNAseq, ebvcube, scDiffCom
Suggests MeBiocGenerics, ChIPpeakAnno, gwascat, hermes, iSEE, lute, MAST, MatrixGenerics, ProteoDisco, S4Arrays, S4Vectors, satuRn, scone, SPOTlight, TrajectoryUtils, Seurat, SeuratObject, SpatialDDLS
Links To Me
Build ReportBuild Report

Package Archives

Follow Installation instructions to use this package in your R session.

Source PackageDelayedArray_0.34.1.tar.gz
Windows Binary (x86_64) DelayedArray_0.34.1.zip
macOS Binary (x86_64)DelayedArray_0.34.1.tgz
macOS Binary (arm64)DelayedArray_0.34.1.tgz
Source Repositorygit clone https://git.bioconductor.org/packages/DelayedArray
Source Repository (Developer Access)git clone git@git.bioconductor.org:packages/DelayedArray
Bioc Package Browserhttps://code.bioconductor.org/browse/DelayedArray/
Package Short Urlhttps://bioconductor.org/packages/DelayedArray/
Package Downloads ReportDownload Stats
Old Source Packages for BioC 3.21Source Archive
close