File: DESCRIPTION

package info (click to toggle)
r-bioc-delayedarray 0.16.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,208 kB
  • sloc: ansic: 727; makefile: 2
file content (49 lines) | stat: -rw-r--r-- 2,391 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Package: DelayedArray
Title: A unified framework for working transparently with on-disk and
        in-memory array-like datasets
Description: 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.
biocViews: Infrastructure, DataRepresentation, Annotation,
        GenomeAnnotation
URL: https://bioconductor.org/packages/DelayedArray
BugReports: https://github.com/Bioconductor/DelayedArray/issues
Version: 0.16.1
License: Artistic-2.0
Encoding: UTF-8
Author: Hervé Pagès <hpages.on.github@gmail.com>, with contributions from
	Peter Hickey <peter.hickey@gmail.com> and
	Aaron Lun <infinite.monkeys.with.keyboards@gmail.com>
Maintainer: Hervé Pagès <hpages.on.github@gmail.com>
Depends: R (>= 3.4), methods, stats4, Matrix, BiocGenerics (>= 0.31.5),
        MatrixGenerics (>= 1.1.3), S4Vectors (>= 0.27.2), IRanges (>=
        2.17.3)
Imports: stats
LinkingTo: S4Vectors
Suggests: BiocParallel, HDF5Array (>= 1.17.12), genefilter,
        SummarizedExperiment, airway, pryr, DelayedMatrixStats, knitr,
        BiocStyle, RUnit
VignetteBuilder: knitr
Collate: utils.R sparseMatrix-utils.R compress_atomic_vector.R
        Nindex-utils.R array_selection.R aperm2.R bind-arrays.R
        Array-class.R extract_array.R ArrayGrid-class.R show-utils.R
        SparseArraySeed-class.R SparseArraySeed-utils.R read_block.R
        mapToGrid.R makeCappedVolumeBox.R AutoBlock-global-settings.R
        AutoGrid.R blockApply.R DelayedOp-class.R showtree.R simplify.R
        DelayedArray-class.R DelayedArray-subsetting.R chunkGrid.R
        write_block.R realize.R DelayedArray-utils.R
        DelayedMatrix-utils.R DelayedArray-stats.R
        DelayedMatrix-stats.R RleArraySeed-class.R RleArray-class.R
        zzz.R
git_url: https://git.bioconductor.org/packages/DelayedArray
git_branch: RELEASE_3_12
git_last_commit: c95eba7
git_last_commit_date: 2020-11-24
Date/Publication: 2021-01-22
NeedsCompilation: yes
Packaged: 2021-01-22 23:45:53 UTC; biocbuild