powered by
MVP.Data.impute: To impute the missing genotype Author: Haohao Zhang Build date: Sep 12, 2018
MVP.Data.impute( mvp_prefix, out = NULL, method = "Major", ncpus = NULL, verbose = TRUE )
NULL Output files: imputed genotype file
the prefix of mvp file
the prefix of output file
'Major', 'Minor', "Middle"
number of threads for imputing
whether to print the reminder
mvpPath <- file.path(system.file("extdata", "05_mvp", package = "rMVP"), "mvp") MVP.Data.impute(mvpPath, tempfile("outfile"), ncpus=1)
Run the code above in your browser using DataLab