Learn R Programming

rMVP (version 0.99.14.1)

MVP.Data.impute: MVP.Data.impute: To impute the missing genotype Author: Haohao Zhang Build date: Sep 12, 2018

Description

MVP.Data.impute: To impute the missing genotype Author: Haohao Zhang Build date: Sep 12, 2018

Usage

MVP.Data.impute(mvp_prefix, out = "mvp.imp", method = "Major",
  ncpus = NULL)

Arguments

mvp_prefix

the prefix of mvp file

out

the prefix of output file

method

'Major', 'Minor', "Middle"

ncpus

number of threads for imputing

Value

NULL Output files: imputed genotype file

Examples

Run this code
# NOT RUN {
mvpPath <- file.path(system.file("extdata", "05_mvp", package = "rMVP"), "mvp")
MVP.Data.impute(mvpPath, ncpus=1)
# }

Run the code above in your browser using DataLab