forked from psoerensen/qgg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
22 lines (22 loc) · 1.23 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: qgg
Type: Package
Title: Statistical Tools for Quantitative Genetic Analyses
Version: 1.1.1
Date: 2022-08-07
Authors@R: c(person("Peter", "Soerensen", email = "[email protected]",
role = c("aut", "cre")),
person("Palle", "Duun Rohde", email = "[email protected]",
role = "aut"),
person("Izel", "Fourie Soerensen", email = "[email protected]",
role = "aut"))
Maintainer: Peter Soerensen <[email protected]>
Description: Provides an infrastructure for efficient processing of large-scale genetic and phenotypic data including core functions for: 1) fitting linear mixed models, 2) constructing marker-based genomic relationship matrices, 3) estimating genetic parameters (heritability and correlation), 4) performing genomic prediction and genetic risk profiling, and 5) single or multi-marker association analyses.
Rohde et al. (2019) <doi:10.1101/503631>.
License: GPL-3
Encoding: UTF-8
Depends: R (>= 3.3.0)
Imports: Rcpp (>= 1.0.5), data.table, parallel, statmod, stats, MCMCpack, MASS
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 7.2.0
URL: https://github.com/psoerensen/qgg
BugReports: https://github.com/psoerensen/qgg/issues