Package: GDSArray
Title: Representing GDS files as array-like objects
Version: 1.0.0
Authors@R: c(
    person(
        "Qian", "Liu", email = "Qian.Liu@roswellpark.org", role=c("aut", "cre")
    ),
    person("Martin", "Morgan", role = "ctb"),
    person("Hervé",  "Pagès", role = "ctb"))
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, Coverage,
        Annotation, GenomeAnnotation, GenotypingArray,
        VariantAnnotation
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.43), IRanges, SNPRelate, SeqArray
RoxygenNote: 6.0.1
VignetteBuilder: knitr
Suggests: testthat, knitr, BiocStyle
NeedsCompilation: no
Packaged: 2018-05-01 04:34:18 UTC; biocbuild
Author: Qian Liu [aut, cre],
  Martin Morgan [ctb],
  Hervé Pagès [ctb]
Maintainer: Qian Liu <Qian.Liu@roswellpark.org>
Built: R 3.5.0; ; 2018-05-01 12:03:49 UTC; windows
