simer.Data.Impute | R Documentation |
Impute the missing value within genotype data.
simer.Data.Impute(
fileMVP = NULL,
fileBed = NULL,
out = NULL,
maxLine = 10000,
ncpus = 0,
verbose = TRUE
)
fileMVP |
genotype in MVP format. |
fileBed |
genotype in PLINK binary format. |
out |
the name of output file. |
maxLine |
number of SNPs, only used for saving memory when calculate kinship matrix. |
ncpus |
the number of threads used, if NULL, (logical core number - 1) is automatically used. |
verbose |
whether to print detail. |
Build date: May 26, 2021 Last update: Apr 28, 2022
the function returns files
the description file of genotype data.
the binary file of genotype data.
the genotyped individual file.
the marker information data file.
Dong Yin
# Get the prefix of genotype data
fileMVP <- system.file("extdata", "02plinkb", "demo", package = "simer")
## Not run:
# It needs 'beagle' software
fileMVPimp <- simer.Data.Impute(fileBed = fileBed)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.