Package: VCFArray
Title: Representing on-disk / remote VCF files as array-like objects
Version: 1.28.0
Authors@R: c(
    person("Qian", "Liu", email = "qliu7@buffalo.edu", role = c("aut", "cre")),	
    person("Martin", "Morgan", role = "aut"))	       
Description: VCFArray extends the DelayedArray to represent VCF data
        entries as array-like objects with on-disk / remote VCF file as
        backend. Data entries from VCF files, including info fields,
        FORMAT fields, and the fixed columns (REF, ALT, QUAL, FILTER)
        could be converted into VCFArray instances with different
        dimensions.
biocViews: Infrastructure, DataRepresentation, Sequencing,
        VariantAnnotation
Depends: R (>= 3.6), methods, BiocGenerics, DelayedArray (>= 0.7.28)
License: GPL-3
Encoding: UTF-8
URL: https://github.com/Liubuntu/VCFArray
BugReports: https://github.com/Liubuntu/VCFArray/issues
Imports: tools, GenomicRanges, VariantAnnotation (>= 1.29.3),
        GenomicFiles (>= 1.17.3), S4Vectors (>= 0.19.19), Rsamtools
RoxygenNote: 6.1.1
VignetteBuilder: knitr
Suggests: SeqArray, BiocStyle, BiocManager, testthat, knitr, rmarkdown
Config/pak/sysreqs: make libbz2-dev liblzma-dev libpng-dev libxml2-dev
        libssl-dev xz-utils zlib1g-dev
Repository: https://bioc-release.r-universe.dev
Date/Publication: 2026-04-28 12:49:17 UTC
RemoteUrl: https://github.com/bioc/VCFArray
RemoteRef: RELEASE_3_23
RemoteSha: ac7e9d3c1cc09e01f736c39ad2bc0614e0ddbea7
NeedsCompilation: no
Packaged: 2026-04-30 07:03:05 UTC; root
Author: Qian Liu [aut, cre],
  Martin Morgan [aut]
Maintainer: Qian Liu <qliu7@buffalo.edu>
Built: R 4.6.0; ; 2026-04-30 07:11:47 UTC; windows
