Version 1.1.5
- Updated COASTto automatically add an intercept to thecovarmatrix if one is not detected. Likewise forCalcSumstats.
Version 1.1.1
- Updated COASTandCOASTSSto return
estimated effect sizes and standard errors from the allelic series
burden test.
Version 1.1.0
- Added the ability to run COASTandCOASTSS, as well as the component tests, with an arbitrary
number of discrete annotation categories.
- The updated code prefers integer annotation category labels starting
at 1. However, the main functions will still support 0-indexed category
labels.
 
- Updated the data generating process DGPto simulate
data with an arbitrary number of annotation categories.
- Added vignettes on Data Generation and COAST-SS.
- Updated CalcSumstatsto bind all variant-level
information (annotations, MAFs, betas, standard errors, p-values) into a
single dataframe.
Version 1.0.2
- Streamlined and simplified the summary statistic-based allelic
series baseline and sum tests, removing the need for meta-analysis or
estimating cross category correlations.
Version 1.0.0
- Added ability to run COAST starting from summary statistics:
- ASBTSSruns the allelic series burden test from summary
statistics.
- ASKATSSruns the allelic series SKAT test from summary
statistics.
- COASTSSruns the omnibus coding-variant allelic series
test from summary statistics.
 
- Added a CalcSumstatsfunction to generate summary
statistics from individual-level data.
Version 0.6.0
- Replaced the CountAllelesfunction with a similar (but
faster)Countsfunction that returns counts the total
number of alleles, variants, and carriers by variant class.
- Updated the formatting of the results output by the main
COASTfunction.
Version 0.5.0
- Added option (min_mac) to filter the variant set to
only include those variants having at least a minimum minor allele count
(10 is recommended).
- Added a function (CountAlleles) to count the number of
alleles of each variant category present in the genotype matrix. Also
allows for counting the number of carriers of each type of allele.
- By default, COASTnow reports the number of alleles of
each variant category that contributed to the test.