Learn R Programming

GWASinspector (version 1.6.1)

result.inspector: Displays a brief report after running the QC pipeline

Description

This function displays a brief report about the results of running the Inspector algorithm on a set of GWAS result files. The full report including plots, cleaned files and summary statistics are generated and saved in the output folder during the algorithm run.

Usage

result.inspector(inspector)

Value

A data.table containing a brief report about the results.

Arguments

inspector

An instance of Inspector class. Check setup.inspector for more details.