To install this package, start R and enter:

source("http://bioconductor.org/biocLite.R")
biocLite("gdsfmt")

In most cases, you don't need to download the package archive at all.

gdsfmt

R Interface to CoreArray Genomic Data Structure (GDS) files

Bioconductor version: 3.0

This package provides a high-level R interface to CoreArray Genomic Data Structure (GDS) data files, which are portable across platforms and include 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 with less than 8 bits, since a single genetic/genomic variant, like single-nucleotide polymorphism (SNP), usually occupies fewer bits than a byte. Data compression and decompression are also supported with relatively efficient random access. It is allowed to read a GDS file in parallel with multiple R processes supported by the package parallel.

Author: Xiuwen Zheng [aut, cre], Stephanie Gogarten [ctb], Jean-loup Gailly and Mark Adler [ctb] (for the included zlib sources), Yann Collet [ctb] (for the included LZ4 sources)

Maintainer: Xiuwen Zheng <zhengx at u.washington.edu>

Citation (from within R, enter citation("gdsfmt")):

Installation

To install this package, start R and enter:

source("http://bioconductor.org/biocLite.R")
biocLite("gdsfmt")

Documentation

To view documentation for the version of this package installed in your system, start R and enter:

browseVignettes("gdsfmt")

 

PDF R Script gdsfmt vignettes
PDF   Reference Manual
Text   NEWS

Details

biocViews DataImport, Infrastructure, Software
Version 1.2.2
In Bioconductor since BioC 3.0 (R-3.1)
License LGPL-3
Depends R (>= 2.14.0)
Imports methods
LinkingTo
Suggests parallel, RUnit, BiocStyle, BiocGenerics, knitr
SystemRequirements GNU make
Enhances
URL http://corearray.sourceforge.net/ http://github.com/zhengxwen/gdsfmt
Depends On Me GWASTools, SeqArray, SNPRelate
Imports Me
Suggests Me
Build Report  

Package Archives

Follow Installation instructions to use this package in your R session.

Package Source gdsfmt_1.2.2.tar.gz
Windows Binary gdsfmt_1.2.2.zip (32- & 64-bit)
Mac OS X 10.6 (Snow Leopard) gdsfmt_1.2.2.tgz
Mac OS X 10.9 (Mavericks) gdsfmt_1.2.2.tgz
Browse/checkout source (username/password: readonly)
Package Downloads Report Download Stats

Mailing Lists »

Post questions about Bioconductor packages to our mailing lists. Read the posting guide before posting!

Fred Hutchinson Cancer Research Center