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))
the name of phenotype file
the name of output file
selected columns
whether the file contains header
seperator of the file
the missing value
NULL Output files: cleaned phenotype file
# NOT RUN { phePath <- system.file("extdata", "07_other", "mvp.phe", package = "rMVP") MVP.Data.Pheno(phePath) # }
Run the code above in your browser using DataLab