Skip to content

Releases: lcrawlab/mvMAPIT

Fix LTO issues as reported by CRAN.

25 Sep 17:09
12052db
Compare
Choose a tag to compare

What's Changed

  • LTO issues on CRAN resurfaced because of r dev autogeneration by @jdstamp in #109

Full Changelog: v2.0.2...v2.0.3

Better control over the C++ code execution.

21 Sep 23:02
bb15789
Compare
Choose a tag to compare

What has changed

  • Added Cauchy combination test cauchy_combined including vignette that compares combination methods
  • simulate_traits now returns genotype matrix with causal epistatic variants named according to the trait they affect
  • Added progress bar and possibility to interrupt C++ routine using RcppProgress
  • Fixed "incorrect number of dimensions" error in simulate_traits

Full Changelog: v2.0.1...v2.0.2

Package version without LTO errors due to testthat

31 Jan 21:19
e23782c
Compare
Choose a tag to compare

Fixed the CRAN errors when checking with LTO enabled.

Version increment without changes for dev purposes.

28 Jan 12:49
d3f360a
Compare
Choose a tag to compare
v2.0.0.1

version upgrade for resubmission (#97)

First official release.

01 Dec 16:02
c8794f2
Compare
Choose a tag to compare

Multivariate MAPIT paper published on BiorXiv: https://www.biorxiv.org/content/10.1101/2022.11.30.518547v1

  • fishers_combined and harmonic_combined now take additional arguments in
    form of string values. The first determines the name of the column of the tibble
    by which to group the p-values. The second determines the name of the column
    containing the p-values.
  • Added Dockerfile and vignette on mvMAPIT in Docker.
  • MvMAPIT was renamed to mvmapit.
  • simulate_phenotypes was renamed to simulate_traits.
  • Dependencies were cleaned up, e.g. R requirement 2.10 -> 3.5, old package
    dependencies removed.

Optimize memory consumption for the covariance matrices.

05 Apr 00:45
8e53b19
Compare
Choose a tag to compare
MM-58: refactoring should save a lot of memory (#54) [rinstall]

* MM-58: refactoring should save a lot of memory

* MM-58: improved davies method with C

* MM-58: not sure whether tests are working

mvMAPIT only features combinatorial approach

03 Apr 23:14
f5b9524
Compare
Choose a tag to compare

This is the first version that only features the combinatorial approach to mvMAPIT.

Last version with Kronecker Method

01 Apr 19:53
0027a0a
Compare
Choose a tag to compare
Pre-release

This version is the last version that features the experimental kronecker method implementation.

Hybrid mode is a test mode now. Phenotype covariance contains combinatorial.

03 Aug 19:13
222630f
Compare
Choose a tag to compare

Deprecated input argument hybrid. Now the argument test can take the value hybrid. Phenotype covariance now takes combinatorial as input parameter.

p-value computation: Saddlepoint approximation when davies does not converge

16 Jul 22:33
9e22f15
Compare
Choose a tag to compare

The davies-method now falls back to the saddlepoint approximation as suggested in Wu et al. (2016) [1].

1.Wu, B., Guan, W. & Pankow, J. S. On efficient and accurate calculation of significance p-values for sequence kernel association testing of variant set. Ann Hum Genet 80, 123–135 (2016).