Package: SNPRelate
Type: Package
Title: Parallel computing toolset for relatedness and principal
        component analysis of SNP data
Version: 1.0.1
Date: 2015-01-14
Depends: R (>= 2.14), gdsfmt (>= 1.2.2)
LinkingTo: gdsfmt
Suggests: parallel, RUnit, lattice, BiocStyle, BiocGenerics, knitr
Authors@R: c(person("Xiuwen", "Zheng", role=c("aut", "cre"),
        email="zhengx@u.washington.edu"),
        person("Stephanie", "Gogarten", role="ctb"),
        person("Cathy", "Laurie", role="ctb"),
        person("Bruce", "Weir", role=c("ctb", "ths"),
        email="bsweir@u.washington.edu"))
Description: Genome-wide association studies (GWAS) are widely used to
        investigate the genetic basis of diseases and traits, but they
        pose many computational challenges. We developed an R package
        SNPRelate to provide a binary format for single-nucleotide
        polymorphism (SNP) data in GWAS utilizing CoreArray Genomic
        Data Structure (GDS) data files. The GDS format offers the
        efficient operations specifically designed for integers with
        two bits, since a SNP could occupy only two bits. SNPRelate is
        also designed to accelerate two key computations on SNP data
        using parallel computing for multi-core symmetric
        multiprocessing computer architectures: Principal Component
        Analysis (PCA) and relatedness analysis using
        Identity-By-Descent measures. The SNP format in this package is
        also used by the GWASTools package with the support of S4
        classes and generic functions.
License: GPL-3
VignetteBuilder: knitr
URL: http://github.com/zhengxwen/SNPRelate,
        http://corearray.sourceforge.net/tutorials/SNPRelate/
BugReports: http://github.com/zhengxwen/SNPRelate/issues
biocViews: Infrastructure, Genetics, StatisticalMethod,
        PrincipalComponent
Packaged: 2015-01-20 05:46:30 UTC; biocbuild
Author: Xiuwen Zheng [aut, cre],
  Stephanie Gogarten [ctb],
  Cathy Laurie [ctb],
  Bruce Weir [ctb, ths]
Maintainer: Xiuwen Zheng <zhengx@u.washington.edu>
Built: R 3.1.2; i386-w64-mingw32; 2015-01-20 13:44:40 UTC; windows
Archs: i386, x64
