Skip to content

Commit d81753f

Browse files
committed
released version
1 parent 69143f6 commit d81753f

File tree

4 files changed

+5
-49
lines changed

4 files changed

+5
-49
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: SeqArray
22
Type: Package
33
Title: Big Data Management of Whole-genome Sequence Variant Calls
4-
Version: 1.13.6
5-
Date: 2016-09-25
4+
Version: 1.12.8
5+
Date: 2016-10-01
66
Depends: R (>= 3.3.0), gdsfmt (>= 1.8.0)
77
Imports: methods, parallel, S4Vectors, IRanges, GenomicRanges,
88
GenomeInfoDb, SummarizedExperiment, Biostrings, VariantAnnotation

NEWS

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
CHANGES IN VERSION 1.13.0-1.13.6
2-
-------------------------
3-
4-
o the version number was bumped for the Bioconductor develop version 3.4
5-
6-
71
CHANGES IN VERSION 1.12.0-1.12.8
82
-------------------------
93

appveyor.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

vignettes/R_Integration.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ eig <- eigen(s)
155155
[..................................................] 0%, ETC: ---
156156
[=>................................................] 2%, ETC: 5.4m
157157
...
158-
[==================================================] 100%, ETC: 0s
158+
[==================================================] 100%, completed
159159
```
160160

161161
```R
@@ -180,7 +180,7 @@ eig <- eigen(s)
180180
[..................................................] 0%, ETC: ---
181181
[==================>...............................] 35%, ETC: 9s
182182
[======================================>...........] 75%, ETC: 3s
183-
[==================================================] 100%, ETC: 0s
183+
[==================================================] 100%, completed
184184
```
185185

186186
`seqParallel()` utilizes the facilities offered by the R parallel package to perform calculations within a cluster or SMP environment, and the genotypes are automatically split into non-overlapping parts. The parallel implementation with R is shown as follows, and the C optimized function is also available in the SNPRelate package.
@@ -518,7 +518,7 @@ abline(h=mean(sw$chr22.val), lty=3, col="red", lwd=2)
518518

519519
# GENESIS
520520

521-
The [GENESIS](http://www.bioconductor.org/packages/GENESIS) package offers methodology for estimating and accounting for population and pedigree structure in genetic analyses. The current implementation provides functions to perform PC-AiR and PC-Relate [@Conomos2015; @Conomos2016]. PC-AiR performs PCA on whole-genome genotypes taking into account known or cryptic relatedness in the study sample. PC-Relate uses ancestry representative principal components to accurately estimate measures of recent genetic relatedness. In addition, the development version of GENESIS includes support for SeqArray files in mixed model association testing and introduces aggregate tests of rare variants including burden and sequence kernel association tests [@Wu2011].
521+
The [GENESIS](http://www.bioconductor.org/packages/GENESIS) package offers methodology for estimating and accounting for population and pedigree structure in genetic analyses. The current implementation provides functions to perform PC-AiR and PC-Relate [@Conomos2015; @Conomos2016]. PC-AiR performs PCA on whole-genome genotypes taking into account known or cryptic relatedness in the study sample. PC-Relate uses ancestry representative principal components to estimate measures of recent genetic relatedness. In addition, the development version of GENESIS includes support for SeqArray files in mixed model association testing and aggregate tests of rare variants.
522522

523523
.
524524

0 commit comments

Comments
 (0)