Skip to contents

Release notes

susieR 2.0.0 - Major Release

Release date: 2025-09-22

Release Overview

This major release introduces susieR 2.0, a complete architectural redesign that addresses the code duplication and fragmented architecture of the original SuSiE implementation while adding new features including unmappable effects modeling and various performance optimizations, all while maintaining full backward compatibility.

susieR 2.0 eliminates this duplicative architecture through a unified framework built on modular design principles. The user-facing interface remains unchanged, but the implementation now uses generic functions with data-type specific backends through R’s S3 dispatch system. This architecture enables the integration of new SuSiE extensions while maintaining identical results to their original versions. Beyond architectural improvements, this release introduces substantial algorithmic advances including support for unmappable effects modeling, enhanced computational speed for regularized LD matrices, new convergence criteria, and improved refinement procedures.

New Features

  • SuSiE-ash Model: New adaptive shrinkage framework for unmappable effects, extending SuSiE with ash methodology (Stephens 2017) to handle residual effects through flexible unimodal distributions rather than assuming purely infinitesimal architecture, aimed at providing robust estimation for oligogenic and complex background effects.
  • SuSiE-inf Integration: Implementation of SuSiE-inf (Cui et al. 2024), which models infinitesimal effects alongside sparse causal signals to improve fine-mapping calibration and reduce replication failure rates when genetic architecture includes polygenic backgrounds.
  • Servin-Stephens Model Integration: New prior option (Servin and Stephens, 2007) on residual variance estimates in single effect regression (SER) to improve credible set coverage and calibration, particularly useful for small sample studies (Denault et al. 2025).

Enhancement

  • Performance improvements for RSS model: Substantial computational speed improvements for RSS models with regularized LD matrices.
  • Convergence Criteria: PIP-based convergence option alongside traditional ELBO convergence for faster convergence in some practical situations.
  • Residual estimation: For the default SER, residual variance now include Methods of Moments alongside Maximum Likelihood for improved stability.
  • Improved initialization: Reduced computational time for credible set auto-initialization procedures (option refine=TRUE).
  • Improved implementation infrastracture: Details can be found here.