DelayedRandomArray
This is the development version of DelayedRandomArray; for the stable release version, see DelayedRandomArray.
Delayed Arrays of Random Values
Bioconductor version: Development (3.21)
Implements a DelayedArray of random values where the realization of the sampled values is delayed until they are needed. Reproducible sampling within any subarray is achieved by chunking where each chunk is initialized with a different random seed and stream. The usual distributions in the stats package are supported, along with scalar, vector and arrays for the parameters.
Author: Aaron Lun [aut, cre]
Maintainer: Aaron Lun <infinite.monkeys.with.keyboards at gmail.com>
citation("DelayedRandomArray")
):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("DelayedRandomArray")
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("DelayedRandomArray")
User's guide | HTML | R Script |
Reference Manual | ||
NEWS | Text |
Details
biocViews | DataRepresentation, Software |
Version | 1.15.0 |
In Bioconductor since | BioC 3.13 (R-4.1) (3.5 years) |
License | GPL-3 |
Depends | SparseArray(>= 1.5.15), DelayedArray(>= 0.31.6) |
Imports | methods, dqrng, Rcpp |
System Requirements | C++11 |
URL | https://github.com/LTLA/DelayedRandomArray |
Bug Reports | https://github.com/LTLA/DelayedRandomArray/issues |
See More
Suggests | testthat, knitr, BiocStyle, rmarkdown, Matrix |
Linking To | dqrng, BH, Rcpp |
Enhances | |
Depends On Me | |
Imports Me | DelayedTensor |
Suggests Me | |
Links To Me | |
Build Report | Build Report |
Package Archives
Follow Installation instructions to use this package in your R session.
Source Package | DelayedRandomArray_1.15.0.tar.gz |
Windows Binary (x86_64) | |
macOS Binary (x86_64) | |
macOS Binary (arm64) | |
Source Repository | git clone https://git.bioconductor.org/packages/DelayedRandomArray |
Source Repository (Developer Access) | git clone git@git.bioconductor.org:packages/DelayedRandomArray |
Bioc Package Browser | https://code.bioconductor.org/browse/DelayedRandomArray/ |
Package Short Url | https://bioconductor.org/packages/DelayedRandomArray/ |
Package Downloads Report | Download Stats |