Skip to content

Releases: insitro/AllelicSeries

v1.0.1

11 Sep 18:25
fa3ec9e
Compare
Choose a tag to compare

The major change in this release is provision of a new function COASTSS for performing the coding-variant allelic series test (COAST) starting from summary statistics. Instructions for running COASTSS are provided in the README, and details of the implementation will be discussed in a forthcoming manuscript. The minimal inputs for running COASTSS are an annotation vector and the corresponding single-variant summary statistics (effect sizes and standard errors), although providing an LD matrix and the per-variant MAF is recommended. Additional changes in this version include:

Addition of a function CalcSumstats for generating summary statistics given annotations, covariates, genotypes, and the phenotype. Alternately, the output of DGP may be provided.
Addition of functions ASBTSS and ASKATSS for performing the allelic series burden and SKAT tests from summary statistics.

v0.6.0

25 Jul 18:02
65eaeb5
Compare
Choose a tag to compare

Version 0.6.0

  • Replaced the CountAlleles function with a similar (but faster) Counts function that returns counts the total number of alleles, variants, and carriers by variant class.
  • Updated the formatting of the results output by the main COAST function.