Source: r-cran-susier
Section: gnu-r
Priority: optional
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Steffen Moeller <moeller@debian.org>
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-susier
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-susier.git
Homepage: https://cran.r-project.org/package=susieR
Standards-Version: 4.6.2
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-r,
               r-base-dev,
               r-cran-matrix,
               r-cran-matrixstats,
               r-cran-mixsqp,
               r-cran-reshape,
               r-cran-crayon,
               r-cran-ggplot2
Testsuite: autopkgtest-pkg-r

Package: r-cran-susier
Architecture: all
Depends: ${R:Depends},
         ${misc:Depends},
         python3
Recommends: ${R:Recommends}
Suggests: ${R:Suggests},
          caviar,
          finemap
Description: GNU R sum of single effects linear regression
 Implements methods for variable selection in linear
 regression based on the "Sum of Single Effects" (SuSiE) model, as
 described in Wang et al (2020) <DOI:10.1101/501114>. These methods
 provide simple summaries, called "Credible Sets", for accurately
 quantifying uncertainty in which variables should be selected.
 The methods are motivated by genetic fine-mapping applications,
 and are particularly well-suited to settings where variables are
 highly correlated and detectable effects are sparse. The fitting
 algorithm, a Bayesian analogue of stepwise selection methods
 called "Iterative Bayesian Stepwise Selection" (IBSS), is simple
 and fast, allowing the SuSiE model be fit to large data sets
 (thousands of samples and hundreds of thousands of variables).
