Skip to content

Commit

Permalink
released version
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengxwen committed Oct 2, 2016
1 parent 69143f6 commit d81753f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 49 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: SeqArray
Type: Package
Title: Big Data Management of Whole-genome Sequence Variant Calls
Version: 1.13.6
Date: 2016-09-25
Version: 1.12.8
Date: 2016-10-01
Depends: R (>= 3.3.0), gdsfmt (>= 1.8.0)
Imports: methods, parallel, S4Vectors, IRanges, GenomicRanges,
GenomeInfoDb, SummarizedExperiment, Biostrings, VariantAnnotation
Expand Down
6 changes: 0 additions & 6 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
CHANGES IN VERSION 1.13.0-1.13.6
-------------------------

o the version number was bumped for the Bioconductor develop version 3.4


CHANGES IN VERSION 1.12.0-1.12.8
-------------------------

Expand Down
38 changes: 0 additions & 38 deletions appveyor.yml

This file was deleted.

6 changes: 3 additions & 3 deletions vignettes/R_Integration.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ eig <- eigen(s)
[..................................................] 0%, ETC: ---
[=>................................................] 2%, ETC: 5.4m
...
[==================================================] 100%, ETC: 0s
[==================================================] 100%, completed
```

```R
Expand All @@ -180,7 +180,7 @@ eig <- eigen(s)
[..................................................] 0%, ETC: ---
[==================>...............................] 35%, ETC: 9s
[======================================>...........] 75%, ETC: 3s
[==================================================] 100%, ETC: 0s
[==================================================] 100%, completed
```

`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.
Expand Down Expand Up @@ -518,7 +518,7 @@ abline(h=mean(sw$chr22.val), lty=3, col="red", lwd=2)

# GENESIS

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].
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.

.

Expand Down

0 comments on commit d81753f

Please sign in to comment.