forked from stephenslab/susieR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
56 lines (56 loc) · 1.86 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Encoding: UTF-8
Type: Package
Package: susieR
Title: Sum of Single Effects Linear Regression
Description: 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> and Zou et al
(2021) <DOI:10.1101/2021.11.03.467167>. 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).
Date: 2022-10-31
Version: 0.12.28
Authors@R: c(person("Gao","Wang",role="aut",email="[email protected]"),
person("Yuxin","Zou",role="aut"),
person("Kaiqian","Zhang",role="aut"),
person("Peter","Carbonetto",role=c("aut","cre"),
email="[email protected]"),
person("Matthew","Stephens",role="aut"))
URL: https://github.com/stephenslab/susieR
BugReports: https://github.com/stephenslab/susieR/issues
License: BSD_3_clause + file LICENSE
Depends: R (>= 3.0.0)
Imports:
methods,
graphics,
grDevices,
stats,
Matrix,
matrixStats,
mixsqp,
reshape,
crayon,
ggplot2
Suggests:
curl,
testthat,
microbenchmark,
knitr,
rmarkdown,
L0Learn,
Rfast,
cowplot,
gwasglue2
Remotes: mrcieu/gwasglue2@finemap_coloc
LazyData: yes
LazyDataCompression: xz
NeedsCompilation: no
RoxygenNote: 7.2.1
VignetteBuilder: knitr