Package: gdsfmt
Type: Package
Title: R Interface to CoreArray Genomic Data Structure (GDS) files
Version: 1.0.2
Date: 2014-01-23
Depends: R (>= 2.12.0), methods
Suggests: parallel, RUnit
Author: Xiuwen Zheng
Maintainer: Xiuwen Zheng <zhengx@u.washington.edu>
Description: 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, such like single-nucleotide polymorphism,
	usually occupies fewer bits than a byte. It is also allowed to read a GDS
	file in parallel with multiple R processes supported by the parallel
	package.
License: LGPL-3
URL: http://corearray.sourceforge.net/,
        http://github.com/zhengxwen/CoreArray/tree/master/RPackages
Packaged: 2014-01-23 22:08:02 UTC; sts
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2014-01-24 08:19:10
