Package: HDF5Array
Title: HDF5 backend for DelayedArray objects
Description: Implements the HDF5Array and TENxMatrix classes, 2 convenient
	and memory-efficient array-like containers for on-disk representation
	of HDF5 datasets. HDF5Array is for datasets that use the conventional
	(i.e. dense) HDF5 representation. TENxMatrix is for datasets that
	use the HDF5-based sparse matrix representation from 10x Genomics
	(e.g. the 1.3 Million Brain Cell Dataset). Both containers being
	DelayedArray extensions, they support all operations supported by
	DelayedArray objects. These operations can be either delayed or
	block-processed.
Version: 1.14.4
Encoding: UTF-8
Author: Hervé Pagès
Maintainer: Hervé Pagès <hpages@fredhutch.org>
biocViews: Infrastructure, DataRepresentation, DataImport, Sequencing,
        RNASeq, Coverage, Annotation, GenomeAnnotation, SingleCell,
        ImmunoOncology
Depends: R (>= 3.4), methods, DelayedArray (>= 0.12.3), rhdf5 (>=
        2.30.1)
Imports: utils, tools, Matrix, BiocGenerics (>= 0.32.0), S4Vectors,
        IRanges
LinkingTo: S4Vectors (>= 0.24.4), Rhdf5lib
SystemRequirements: GNU make
Suggests: h5vcData, SummarizedExperiment (>= 1.15.1), GenomicRanges,
        ExperimentHub, TENxBrainData, BiocParallel, GenomicFeatures,
        BiocStyle
License: Artistic-2.0
Collate: DSetHandle-class.R h5mread.R h5mread_from_reshaped.R utils.R
        HDF5ArraySeed-class.R HDF5Array-class.R
        ReshapedHDF5ArraySeed-class.R ReshapedHDF5Array-class.R
        dump-management.R writeHDF5Array.R
        saveHDF5SummarizedExperiment.R TENxMatrixSeed-class.R
        TENxMatrix-class.R writeTENxMatrix.R zzz.R
git_url: https://git.bioconductor.org/packages/HDF5Array
git_branch: RELEASE_3_10
git_last_commit: 5e6ab9a
git_last_commit_date: 2020-04-04
Date/Publication: 2020-04-13
NeedsCompilation: yes
Packaged: 2020-04-14 02:52:14 UTC; biocbuild
Built: R 3.6.3; i386-w64-mingw32; 2020-04-14 13:07:37 UTC; windows
Archs: i386, x64
