powered by
MVP.Data.QC: quality control of genotype Author: Haohao Zhang Build date: Sep 12, 2018
MVP.Data.QC(mvp_prefix, out = NULL, geno = 0.1, mind = 0.1, maf = 0.05, hwe = NULL, ncpus = NULL)
the prefix of genotype file
the prefix of output file
the threshold of calling rate of markers
the threshold of calling rate of individuals
the threshold of minor allel frequency
the threshold of hwe
the number of threads for quality control
NULL Output files: cleaned genotype file
# NOT RUN { geno <- file.path(system.file("extdata", "05_mvp", package = "rMVP"), "mvp") MVP.Data.QC(geno, out="rMVP.test.qc", ncpus=1) # }
Run the code above in your browser using DataLab