-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
29 lines (29 loc) · 1.06 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
Package: gemma2
Title: GEMMA Multivariate Linear Mixed Model
Version: 0.1.3
Authors@R: c(
person(given = "Frederick",
family = "Boehm",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1644-5931")
)
)
Description: Fits a multivariate linear mixed effects model that uses a polygenic term, after Zhou & Stephens (2014) (<https://www.nature.com/articles/nmeth.2848>). Of particular interest is the estimation of variance components with restricted maximum likelihood (REML) methods. Genome-wide efficient mixed-model association (GEMMA), as implemented in the package 'gemma2', uses an expectation-maximization algorithm for variance components inference for use in quantitative trait locus studies.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/fboehm/gemma2
BugReports: https://github.com/fboehm/gemma2/issues
Suggests:
covr,
testthat,
knitr,
rmarkdown,
readr
RoxygenNote: 7.1.1
VignetteBuilder: knitr
Imports:
methods,
Matrix
Language: en-US