To install this package, start R and enter:
source("http://bioconductor.org/biocLite.R")
biocLite("SNPRelate")
In most cases, you don't need to download the package archive at all.
Bioconductor version: 3.0
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.
Author: Xiuwen Zheng [aut, cre], Stephanie Gogarten [ctb], Cathy Laurie [ctb], Bruce Weir [ctb, ths]
Maintainer: Xiuwen Zheng <zhengx at u.washington.edu>
Citation (from within R,
enter citation("SNPRelate")):
To install this package, start R and enter:
source("http://bioconductor.org/biocLite.R")
biocLite("SNPRelate")
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("SNPRelate")
| R Script | SNPRelate Tutorial | |
| Reference Manual | ||
| Text | NEWS |
| biocViews | Genetics, Infrastructure, PrincipalComponent, Software, StatisticalMethod |
| Version | 1.0.1 |
| In Bioconductor since | BioC 3.0 (R-3.1) |
| License | GPL-3 |
| Depends | R (>= 2.14), gdsfmt(>= 1.2.2) |
| Imports | |
| LinkingTo | gdsfmt |
| Suggests | parallel, RUnit, lattice, BiocStyle, BiocGenerics, knitr |
| SystemRequirements | |
| Enhances | |
| URL | http://github.com/zhengxwen/SNPRelate http://corearray.sourceforge.net/tutorials/SNPRelate/ |
| Depends On Me | |
| Imports Me | |
| Suggests Me | GWASTools |
| Build Report |
Follow Installation instructions to use this package in your R session.
| Package Source | SNPRelate_1.0.1.tar.gz |
| Windows Binary | SNPRelate_1.0.1.zip (32- & 64-bit) |
| Mac OS X 10.6 (Snow Leopard) | SNPRelate_1.0.1.tgz |
| Mac OS X 10.9 (Mavericks) | SNPRelate_1.0.1.tgz |
| Browse/checkout source | (username/password: readonly) |
| Package Downloads Report | Download Stats |
Common Bioconductor workflows include:
Post questions about Bioconductor packages to our mailing lists. Read the posting guide before posting!