DelayedArray
DelayedArray copied to clipboard
A unified framework for working transparently with on-disk and in-memory array-like datasets
Results
32
DelayedArray issues
Sort by
recently updated
recently updated
newest added
My **alabaster.matrix** package has a `DelayedMask` class that replaces all instances of a placeholder with an NA value during `extract_*_array()` calls. Essentially, it is equivalent to: ```r library(DelayedArray) y
I am trying to have some reproducibility using docker containers for scRNAseq analysis. Unfortunately the data I am trying to analyze are quite large thus I need to use some...