run_inspector {GWASinspector} | R Documentation |
Runs the QC pipeline on a set of GWAS result files
Description
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.
Usage
run_inspector(inspector, verbose = TRUE, test.run = FALSE)
Arguments
inspector |
An instance of Inspector class. Check |
verbose |
logical. If FALSE, no messages will show up in the terminal and are only saved in the log file. |
test.run |
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. |
Value
Reports from running the algorithm on a single or a series of GWAS result files are generated and saved.
[Package GWASinspector version 1.7.1 Index]