simer.Data.SELIND | R Documentation |
The function of General Selection Index.
simer.Data.SELIND(jsonList = NULL, hiblupPath = "", ncpus = 10, verbose = TRUE)
jsonList |
the list of selection index construction parameters. |
hiblupPath |
the path of HIBLUP software. |
ncpus |
the number of threads used, if NULL, (logical core number - 1) is automatically used. |
verbose |
whether to print detail. |
Build date: Aug 26, 2021 Last update: Apr 28, 2022
the function returns a list containing
the path of genotype data.
the filename of pedigree data.
the selection index for all traits.
the breeding value index for all traits.
a list of parameters for data quality control.
a list of parameters for genetic evaluation.
Dong Yin
Y. S. Chen, Z. L. Sheng (1988) The Theory of General Selection Index. Genetic Report, 15(3): P185-P190
# Read JSON file
jsonFile <- system.file("extdata", "04breeding_plan", "plan1.json", package = "simer")
jsonList <- jsonlite::fromJSON(txt = jsonFile, simplifyVector = FALSE)
## Not run:
# It needs "hiblup" software
jsonList <- simer.Data.SELIND(jsonList = jsonList)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.