powered by
MVP.Data.Pheno: To clean up phenotype file Author: Haohao Zhang Build date: Sep 12, 2018
MVP.Data.Pheno( pheno_file, out = "mvp", cols = NULL, header = TRUE, sep = "\t", missing = c(NA, "NA", "-9", 9999), verbose = TRUE )
NULL Output files: cleaned phenotype file
the name of phenotype file
the name of output file
selected columns
whether the file contains header
seperator of the file
the missing value
whether to print detail.
phePath <- system.file("extdata", "07_other", "mvp.phe", package = "rMVP") MVP.Data.Pheno(phePath, out=tempfile("outfile"))
Run the code above in your browser using DataLab