-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1.19 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
Package: locus
Type: Package
Title: Large-Scale Variational Inference for Combined Selection of Covariate and
Response Variables in Regression Models
Version: 1.0.0
Date: 2021-01-16
Authors@R: c(
person("Helene", "Ruffieux", email = "helene.ruffieux@mrc-bsu.cam.ac.uk",
role = c("aut", "cre"))
)
Description: Variational inference for sparse multivariate regression models
that allow combined selection of responses and associated predictos in
high-dimensional set-ups (H. Ruffieux, A. C. Davison, J. Hager and
I. Irincheeva, Efficient inference for genetic association studies with
multiple outcomes, *Biostatistics*, 18:618:636, 2017,
doi: 10.1093/biostatistics/kxx007). This software has been used with
genetic data from molecular quantitative trait locus (QTL) problems with over
500K single nucleotide polymorphisms (SNPs), thousands of molecular expression
levels and thousands of individuals.
Depends:
R (>= 3.2.0)
License: GPL (>= 2) | file LICENSE
LazyData: TRUE
Imports:
Matrix (>= 1.2-2),
parallel,
plyr (>= 1.8.4),
Rcpp,
RcppEigen (>= 0.3.2.9.0)
RoxygenNote: 7.1.1
Suggests: testthat
LinkingTo: Rcpp, RcppEigen