Package: GDSArray
Title: Representing GDS files as array-like objects
Version: 1.4.2
Authors@R: c(
    person(
        "Qian", "Liu", email = "qliu7@buffalo.edu", role=c("aut", "cre")
    ),
    person("Martin", "Morgan", role = c("aut")),
    person("Hervé",  "Pagès", role = c("aut")))
Description: GDS files are widely used to represent genotyping or
    sequence data. The GDSArray package implements the `GDSArray`
    class to represent nodes in GDS files in a matrix-like
    representation that allows easy manipulation (e.g., subsetting,
    mathematical transformation) in _R_. The data remains on disk
    until needed, so that very large files can be processed.
biocViews: Infrastructure, DataRepresentation, Sequencing,
        GenotypingArray
Depends: R (>= 3.5), gdsfmt, methods, BiocGenerics, DelayedArray (>=
        0.5.32)
License: GPL-3
Encoding: UTF-8
URL: https://github.com/Bioconductor/GDSArray
BugReports: https://github.com/Bioconductor/GDSArray/issues
Imports: tools, S4Vectors (>= 0.17.34), SNPRelate, SeqArray
RoxygenNote: 6.1.1
VignetteBuilder: knitr
Suggests: testthat, knitr, BiocStyle, BiocManager
git_url: https://git.bioconductor.org/packages/GDSArray
git_branch: RELEASE_3_9
git_last_commit: bb6aa4d
git_last_commit_date: 2019-06-06
Date/Publication: 2019-06-06
NeedsCompilation: no
Packaged: 2019-06-07 04:56:43 UTC; biocbuild
Author: Qian Liu [aut, cre],
  Martin Morgan [aut],
  Hervé Pagès [aut]
Maintainer: Qian Liu <qliu7@buffalo.edu>
Built: R 3.6.0; ; 2019-06-07 13:19:34 UTC; windows
