This is the main function of the package for running the QC algorithm on a set of GWAS result files.
It requires an object of class Inspector which should be created by setup.inspector
.
Check the package vignette and tutorial for more details on this topic.
run.inspector(inspector, verbose = TRUE, test.run = FALSE)
Reports from running the algorithm on a single or a series of GWAS result files are generated and saved.
An instance of Inspector class. Check setup.inspector
for more details.
logical. If FALSE, no messages will show up in the terminal and are only saved in the log file.
logical. If TRUE, only the first 1000 lines of each data file are loaded and analyzed; plots and saving the cleaned output dataset are skipped. Default value is FALSE.