Skip to content

Releases: HallLab/clarite

v1.6.0 (2020-06-03)

03 Jun 20:51
03a8572

Choose a tag to compare

  • Refactored EWAS code with more careful handling of NA values when using survey information
  • Improved documentation

v1.5.0 (2019-10-31)

31 Oct 17:56

Choose a tag to compare

  • Resolve some errors in edge cases, such as specifying no covariates
  • Add support for passing in additional survey parameters, such as fpc

v1.4.1 (2019-10-08)

08 Oct 16:09

Choose a tag to compare

Improved functionality and documentation for record_key and recode_missing

v1.4.0 (2019-09-25)

25 Sep 15:09
b6ff6ea

Choose a tag to compare

  • Documentation Update
  • Remove the beta GUI since a GUI based on the python version is almost ready

V1.3.0 (2019-06-28)

28 Jun 15:06

Choose a tag to compare

  • Added a 'min_n' filter to the ewas function that requires a minimum number of complete-case observations (including phenotype, covariates, and optional survey design variables)
  • Improved manhattan plots
    • Padding between categories
    • Align the same variable in different datasets at the same position on the x-axis
    • Better x-axis label placement
  • Minor bugfixes

V1.2.0 (05-31-2019)

31 May 19:02

Choose a tag to compare

Rewrote much of the EWAS function in order to automatically create SurveyDesign objects instead of requiring the user to make them manually and pass them into EWAS.

V1.1.0 (2019-04-30)

30 Apr 21:02

Choose a tag to compare

Significant rewrites to the EWAS function. It is now possible to pass an svydesign object from the survey library into the ewas function. It is also possible to specify covariates that are allowed to be non-varying: when this occurs a warning is printed and the covariate is not used.

1.0

27 Mar 13:13

Choose a tag to compare

1.0

ewas

  • Check to see if covariates or the phenotype were dropped before running
  • Correct the null check for categorical and continuous variable dataframes
  • Correct the use of do.call

Pre-1.0

27 Mar 13:07

Choose a tag to compare

Pre-1.0 Pre-release
Pre-release

Initial Release