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
|
Package: S4Arrays
Title: Foundation of array-like containers in Bioconductor
Description: The S4Arrays package defines the Array virtual class to be
extended by other S4 classes that wish to implement a container
with an array-like semantic. It also provides: (1) low-level
functionality meant to help the developer of such container to
implement basic operations like display, subsetting, or coercion
of their array-like objects to an ordinary matrix or array, and
(2) a framework that facilitates block processing of array-like
objects (typically on-disk objects).
biocViews: Infrastructure, DataRepresentation
URL: https://bioconductor.org/packages/S4Arrays
BugReports: https://github.com/Bioconductor/S4Arrays/issues
Version: 1.6.0
License: Artistic-2.0
Encoding: UTF-8
Authors@R: c(
person("Hervé", "Pagès", role=c("aut", "cre"),
email="hpages.on.github@gmail.com"),
person("Jacques", "Serizay", role="ctb"))
Depends: R (>= 4.3.0), methods, Matrix, abind, BiocGenerics (>=
0.45.2), S4Vectors, IRanges
Imports: stats, crayon
LinkingTo: S4Vectors
Suggests: BiocParallel, SparseArray (>= 0.0.4), DelayedArray, testthat,
knitr, rmarkdown, BiocStyle
VignetteBuilder: knitr
Collate: utils.R rowsum.R abind.R aperm2.R array_selection.R
Nindex-utils.R Array-class.R dim-tuning-utils.R
Array-subsetting.R Array-subassignment.R ArrayGrid-class.R
mapToGrid.R extract_array.R type.R is_sparse.R read_block.R
write_block.R show-utils.R zzz.R
git_url: https://git.bioconductor.org/packages/S4Arrays
git_branch: RELEASE_3_20
git_last_commit: e100af0
git_last_commit_date: 2024-10-29
Repository: Bioconductor 3.20
Date/Publication: 2024-10-29
NeedsCompilation: yes
Packaged: 2024-10-30 02:35:50 UTC; biocbuild
Author: Hervé Pagès [aut, cre],
Jacques Serizay [ctb]
Maintainer: Hervé Pagès <hpages.on.github@gmail.com>
|