Skip to content

Releases: rgcgithub/remeta

Remeta v0.11.1

26 Nov 20:17

Choose a tag to compare

  • New option --skato-collapse-below-aac for remeta gene to collapse variants in SKATO with default 3. Now variants with AAC<3 are collapsed into a burden mask like in regenie. This significantly reduces computation time for large genes like TTN and MUC16.
  • New option --cohort-extract COHORT1=FILE1 COHORT2=FILE2 ... for remeta gene to specify an extract list per cohort. When this option is set, only variants in the --cohort-extract extract list for that cohort, and not in the --exclude list, will be included in gene-based tests for that cohort. This overrides the --sources and --extract arguments.
  • Fixed a bug in remeta compute-ref-ld where variants with AAF near 1 could have negative variance due to loss of precision when using 32-bit floating point numbers.
  • Fixed a bug where tabixable annotation files where not falling back to the rgi index if the tabix index was not available.
  • Fixed a bug where using the --chr option with unindexed --htp caused the first line to be dropped.
  • The output model column for PVMA of SBAT was updated from BURDEN-SBAT-META_{GENEP_GROUP} to ADD-WGR-BURDEN-SBAT-META_{GENEP_GROUP} to be consistent with other tests.
  • Added fallback option to compute standard errors from confidence intervals when missing from the Info column.
  • In remeta esma, check that the field INFO in the Info column is a valid double.
  • Output more informative error messages when remeta fails to parse a line from an HTP file.
  • Added support for 6 column allele frequency file where the sixth column is AN

Remeta v0.9.1

16 Sep 15:26

Choose a tag to compare

  • This release enables Zenodo to archive this repository. No changes have been made to the code.

Remeta v0.9.0

22 Apr 20:09

Choose a tag to compare

  • Improvements to saddlepoint approximation (SPA) in remeta gene to control type 1 error for unbalanced binary traits. This is a breaking change from 0.7.1. This change primarily impacts SKATO and ACATV.
    • The old options --spa-pval and --spa-ccr, which applied a mask-based SPA to burden tests and SKATO, have been replaced by per test options --<burden,skato>-mask-spa-<pval,ccr>. The default parameter to apply the mask-based SPA has been lowered from a case-control ratio of 1:100 to 1:50. This will change p-values of burden tests and SKATO.
    • Added new options to apply a variant-based SPA and --<burden,skato,acatv>-sv-spa-<pval,ccr>. This will result in changes to p-values of SKATO below a case-control ratio of 1:50 and ACATV below a case-control ratio of 1:10.
  • Improved estimation of burden effect sizes by recomputing effect sizes from the score statistics and standard errors. This change removes redundant computation, ensures the per cohort burden tests are consistent with the final meta-analysis result, and ensures that the burden test statistic is consistent with the estimated effect sizes.
  • Added support for tabixed annotation files in addition to the custom index built by remeta index-anno.
  • Updated default --burden-singleton-def parameter from within to across.
  • Fixed a bug in remeta merge where fractional genotype counts were truncated.
  • Fixed a bug where LOG10P=NA in the info field would cause pvma to crash.
  • Allow single variants with different Model columns to be meta-analyzed together.
  • Remove lower bound on the Pval column. P-values that underflow will now be reported exactly.
  • Added flag --two-sided to PVMA to compute two-sided p-values when using Stouffer's method and the Effect column is not NA.
  • Reduced runtime of remeta gene by removing expensive AAF calculation. The AAF column now reports the AAF computed from genotype counts for gene-based tests.
  • Added option --write-variant-aaf to output AAFs used to construct gene-based tests.

Remeta v0.7.1

28 Jan 18:08

Choose a tag to compare

  • Fixes a bug in remeta gene caused by duplicate variants in the set list file.

Remeta v0.7.0

06 Dec 19:09

Choose a tag to compare

  • Initial release