# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "VCFArray" in publications use:' type: software license: GPL-3.0-only title: 'VCFArray: Representing on-disk / remote VCF files as array-like objects' version: 1.21.0 abstract: 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. authors: - family-names: Liu given-names: Qian email: qliu7@buffalo.edu - family-names: Morgan given-names: Martin repository: https://bioc.r-universe.dev repository-code: https://github.com/Liubuntu/VCFArray url: https://github.com/Liubuntu/VCFArray contact: - family-names: Liu given-names: Qian email: qliu7@buffalo.edu