Skip to content

Releases: OpenMendel/OrdinalGWAS.jl

Update for BGEN and VCFTools

24 Jul 00:52
23a7032
Compare
Choose a tag to compare
  • For BGEN format, find decompressed dosage data size from the corresponding data field of the first variant
  • For VCF format, update to use VariantCallFormat.jl rather than GeneticVariant.jl.

v0.5.1 BGEN Support and Standard Errors

31 Mar 10:16
Compare
Choose a tag to compare

v0.5.1 BGEN Support and Standard Errors

  • Adds BGEN file support
  • Adds standard error for SNPs in LRT output for singlesnp analyses

Lower bound version of CSV.jl dependency

15 Nov 01:22
Compare
Choose a tag to compare
v0.4.1

`CSV.categorical!` deprecation; bump to v0.4.1

v0.4.0 VCF Support

17 Sep 05:28
Compare
Choose a tag to compare

Version 0.4.0

  • Adds VCF File Support (Closes #3)
  • Integrates code and analysis types into ordinalgwas() function.

Update for DataFrames.jl changes

21 Jul 01:37
Compare
Choose a tag to compare
  • Change code to adapt to DataFrames.jl changes to names(df)

SNP-set and GxE Interaction

11 Oct 21:53
Compare
Choose a tag to compare
  • Update code and docs for SNP-set and GxE interaction testing
  • Update code for new DataFrames.jl syntax
  • Update code for StatsModels v0.6 changes

improve docs

17 Mar 06:12
Compare
Choose a tag to compare
  • improve docs
  • re-run docs in Julia v1.1
  • consistent use of keywords: snpinds, covrowinds, and bedrowinds

docs improvement

17 Feb 20:47
Compare
Choose a tag to compare
  • add section on running on clusters

docs improvement

17 Feb 06:51
Compare
Choose a tag to compare
  • add test and doc for subsamples from covariate file and bed file

  • various docs improvement

Enable compressed Plink files and/or compressed output files

16 Feb 23:58
Compare
Choose a tag to compare
  • allow compressed Plink files: gz, zest, zz, etc

  • enable and explain in documentation how to handle multiple sets of Plink files