-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
58 lines (58 loc) · 1.84 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
57
58
Package: plmmr
Title: Penalized Linear Mixed Models for Correlated Data
Version: 4.1.0.1
Date: 2024-10-23
Authors@R: c(
person("Tabitha K.", "Peter", , "[email protected]", role = "aut",
comment = c(ORCID = "0009-0005-2524-4751")),
person("Anna C.", "Reisetter", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-8332-4585")),
person("Patrick J.", "Breheny", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0650-1119")),
person("Yujing", "Lu", role = "aut")
)
Description: Fits penalized linear mixed models that correct for
unobserved confounding factors. 'plmmr' infers and corrects for the
presence of unobserved confounding effects such as population
stratification and environmental heterogeneity. It then fits a linear
model via penalized maximum likelihood. Originally designed for the
multivariate analysis of single nucleotide polymorphisms (SNPs)
measured in a genome-wide association study (GWAS), 'plmmr' eliminates
the need for subpopulation-specific analyses and post-analysis p-value
adjustments. Functions for the appropriate processing of 'PLINK'
files are also supplied. For examples, see the package homepage.
<https://pbreheny.github.io/plmmr/>.
License: GPL-3
URL: https://pbreheny.github.io/plmmr/, https://github.com/pbreheny/plmmr/
Depends:
bigalgebra,
bigmemory,
R (>= 4.4.0)
Imports:
biglasso (>= 1.6.0),
data.table,
glmnet,
Matrix,
ncvreg,
parallel,
utils
Suggests:
bigsnpr,
bigstatsr,
graphics,
grDevices,
knitr,
MASS,
rmarkdown,
tinytest
LinkingTo:
BH,
bigmemory,
Rcpp,
RcppArmadillo (>= 0.8.600)
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2