- Home
- Bioconductor 3.23
- Software Packages
- SeqArray (development version)
SeqArray
This is the development version of SeqArray; for the stable release version, see SeqArray.
Data management of large-scale whole-genome sequence variant calls using GDS files
Bioconductor version: Development (3.23)
Data management of large-scale whole-genome sequencing variant calls with thousands of individuals: genotypic data (e.g., SNVs, indels and structural variation calls) and annotations in SeqArray GDS files are stored in an array-oriented and compressed manner, with efficient data access using the R programming language.
Author: Xiuwen Zheng [aut, cre] ORCID iD ORCID: 0000-0002-1390-0708 , Stephanie Gogarten [aut], David Levine [ctb], Cathy Laurie [ctb]
Maintainer: Xiuwen Zheng <zhengx at u.washington.edu>
citation("SeqArray")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("SeqArray")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.