-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
32 lines (32 loc) · 1.55 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: simer
Title: Data Simulation for Life Science and Breeding
Version: 0.9.0.5
Date: 2024-9-18
Authors@R: c( person("Dong", "Yin", role = "aut"),
person("Xuanning", "Zhang", role = "aut"),
person("Lilin", "Yin", role = "aut"),
person("Haohao", "Zhang", role = "aut"),
person("Zhenshuang", "Tang", role = "aut"),
person("Jingya", "Xu", role = "aut"),
person("Xiaohui", "Yuan", role = "aut"),
person("Xiang", "Zhou", role = "aut"),
person("Xinyun", "Li", role = "aut"),
person("Shuhong", "Zhao", role = "aut"),
person("Xiaolei", "Liu", role = c("cre", "aut", "cph"), email = "xll198708@gmail.com"))
Description: Data simulator including genotype, phenotype, pedigree,
selection and reproduction in R. It simulates most of reproduction process
of animals or plants and provides data for GS (Genomic Selection),
GWAS (Genome-Wide Association Study), and Breeding.
For ADI model, please see Kao C and Zeng Z (2002) <doi:10.1093/genetics/160.3.1243>.
For build.cov, please see B. D. Ripley (1987) <ISBN:9780470009604>.
License: Apache License 2.0
URL: https://github.com/xiaolei-lab/SIMER
BugReports: https://github.com/xiaolei-lab/SIMER/issues
Imports: utils, stats, Matrix, methods, MASS, bigmemory, jsonlite
LinkingTo: Rcpp, RcppArmadillo, RcppProgress, BH, bigmemory
Depends: R (>= 3.5.0)
Suggests: knitr, igraph
RoxygenNote: 7.3.2
Encoding: UTF-8
NeedsCompilation: yes
Maintainer: Xiaolei Liu <xll198708@gmail.com>