SeqArray
Data management of large-scale whole-genome sequence variant calls using GDS files
Bioconductor version: 3.23 · Package version: 1.52.1
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.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("SeqArray") Details
| Maintainer | Xiuwen Zheng <zhengx@u.washington.edu> |
| Author | Xiuwen Zheng [aut, cre] (ORCID: <https://orcid.org/0000-0002-1390-0708>), Stephanie Gogarten [aut], David Levine [ctb], Cathy Laurie [ctb] |
| License | GPL-3 |
| URL | https://github.com/zhengxwen/SeqArray |
| Bug Reports | https://github.com/zhengxwen/SeqArray/issues |
| Downloads rank | 1311 |
| Source branch | RELEASE_3_23 |
| biocViews | DataRepresentation, Genetics, Infrastructure, Sequencing, Software |
Documentation
Download
Dependencies
Depends: R (>= 3.5.0), gdsfmt (>= 1.31.1)
Imports: methods, parallel, digest, S4Vectors, IRanges, GenomicRanges, Seqinfo, Biostrings
LinkingTo: gdsfmt
Suggests: Biobase, BiocGenerics, BiocParallel, RUnit, Rcpp, SNPRelate, crayon, knitr, markdown, rmarkdown, Rsamtools, VariantAnnotation
Reverse dependencies
Depends On Me (3): GBScleanR, SAIGEgds, SeqVarTools
Imports Me (4): GDSArray, GENESIS, ggmanh, VariantExperiment
Suggests Me (5): DelayedDataFrame, GMMAT, HIBAG, MAGEE, VCFArray