compare_GWASs {GWASinspector} | R Documentation |
Compare summary statistics of GWAS result files
Description
This function compares the key metrics of previously inspected files. This allows the user to check if the results of these studies are comparable (important when running a meta-analysis) and that there are no significant anomalies.
Usage
compare_GWASs(input.file.list, output.path)
Arguments
input.file.list |
list, full path of the Inspector result files. This file is in RDS format and will be generated for each GWAS result file during the inspection algorithm. |
output.path |
character, full path to the folder where output files should be saved. |
Value
Key metrics report and plots of previously inspected files are generated and saved in the specified output folder.
[Package GWASinspector version 1.7.1 Index]