simer.Data.Json | R Documentation |
Make data quality control by JSON file.
simer.Data.Json(
jsonFile,
hiblupPath = "",
out = "simer.qc",
dataQC = TRUE,
buildModel = TRUE,
buildIndex = TRUE,
ncpus = 10,
verbose = TRUE
)
jsonFile |
the path of JSON file. |
hiblupPath |
the path of HIBLUP software. |
out |
the prefix of output files. |
dataQC |
whether to make data quality control. |
buildModel |
whether to build EBV model. |
buildIndex |
whether to build Selection Index. |
ncpus |
the number of threads used, if NULL, (logical core number - 1) is automatically used. |
verbose |
whether to print detail. |
Build date: Oct 19, 2020 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
# Get JSON file
jsonFile <- system.file("extdata", "04breeding_plan", "plan1.json", package = "simer")
## Not run:
# It needs "plink" and "hiblup" software
jsonList <- simer.Data.Json(jsonFile = jsonFile)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.