Releases: rgcgithub/remeta
Releases · rgcgithub/remeta
Remeta v0.11.1
- New option
--skato-collapse-below-aacforremeta geneto collapse variants in SKATO with default3. Now variants withAAC<3are collapsed into a burden mask like inregenie. This significantly reduces computation time for large genes like TTN and MUC16. - New option
--cohort-extract COHORT1=FILE1 COHORT2=FILE2 ...forremeta geneto specify an extract list per cohort. When this option is set, only variants in the--cohort-extractextract list for that cohort, and not in the--excludelist, will be included in gene-based tests for that cohort. This overrides the--sourcesand--extractarguments. - Fixed a bug in
remeta compute-ref-ldwhere 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
rgiindex if the tabix index was not available. - Fixed a bug where using the
--chroption with unindexed--htpcaused the first line to be dropped. - The output model column for PVMA of SBAT was updated from
BURDEN-SBAT-META_{GENEP_GROUP}toADD-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 fieldINFOin theInfocolumn is a valid double. - Output more informative error messages when
remetafails 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
- This release enables Zenodo to archive this repository. No changes have been made to the code.
Remeta v0.9.0
- Improvements to saddlepoint approximation (SPA) in
remeta geneto 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-pvaland--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.
- The old options
- 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-defparameter fromwithintoacross. - Fixed a bug in
remeta mergewhere 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-sidedto PVMA to compute two-sided p-values when using Stouffer's method and the Effect column is not NA. - Reduced runtime of
remeta geneby removing expensive AAF calculation. The AAF column now reports the AAF computed from genotype counts for gene-based tests. - Added option
--write-variant-aafto output AAFs used to construct gene-based tests.
Remeta v0.7.1
- Fixes a bug in
remeta genecaused by duplicate variants in the set list file.
Remeta v0.7.0
- Initial release