Bioc2026 Registration Open!

gdsfmt

R Interface to CoreArray Genomic Data Structure (GDS) Files

Bioconductor version: 3.23 · Package version: 1.48.2

Provides a high-level R interface to CoreArray Genomic Data Structure (GDS) data files. GDS is portable across platforms with hierarchical structure to store multiple scalable array-oriented data sets with metadata information. It is suited for large-scale datasets, especially for data which are much larger than the available random-access memory. The gdsfmt package offers the efficient operations specifically designed for integers of less than 8 bits, since a diploid genotype, like single-nucleotide polymorphism (SNP), usually occupies fewer bits than a byte. Data compression and decompression are available with relatively efficient random access. It is also allowed to read a GDS file in parallel with multiple R processes supported by the package parallel.

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("gdsfmt")

Details

MaintainerXiuwen Zheng <zhengx@u.washington.edu>
AuthorXiuwen Zheng [aut, cre] (<https://orcid.org/0000-0002-1390-0708>), Stephanie Gogarten [ctb], Jean-loup Gailly and Mark Adler [ctb] (for the included zlib sources), Yann Collet [ctb] (for the included LZ4 sources), xz contributors [ctb] (for the included liblzma sources)
LicenseLGPL-3
URLhttps://github.com/zhengxwen/gdsfmt
Bug Reportshttps://github.com/zhengxwen/gdsfmt/issues
Downloads rank2826
Source branchRELEASE_3_23
biocViewsDataImport, Infrastructure, Software

Documentation

Download

Dependencies

Depends: R (>= 2.15.0), methods

Suggests: parallel, digest, Matrix, crayon, RUnit, knitr, markdown, rmarkdown, BiocGenerics

Reverse dependencies

Depends On Me (7): bigmelon, GDSArray, RAIDS, SAIGEgds, SCArray, SeqArray, SNPRelate

Imports Me (14): CNVRanger, CoxMK, EthSEQ, GBScleanR, GENESIS, ggmanh, GWASTools, gwid, SCArray.sat, SeqSQC, SeqVarTools, simplePHENOTYPES, snplinkage, VariantExperiment

Suggests Me (2): AnnotationHub, HIBAG

Links To Me (2): SeqArray, SNPRelate