- Home
- Bioconductor 3.22
- Software Packages
- VCFArray
VCFArray
This is the released version of VCFArray; for the devel version, see VCFArray.
Representing on-disk / remote VCF files as array-like objects
Bioconductor version: Release (3.22)
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.
Author: Qian Liu [aut, cre], Martin Morgan [aut]
Maintainer: Qian Liu <qliu7 at buffalo.edu>
citation("VCFArray")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("VCFArray")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("VCFArray")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.