Learn R Programming

GWASinspector (version 1.4.3)

demo.inspector: Runs an example QC

Description

This function runs the QC algorithm on a fabricated GWAS result file.

Usage

demo.inspector(result.dir)

Arguments

result.dir

character. Path to the output folder for saving QC result files

Value

QC reports from running the algorithm on a sample GWAS file are generated and saved in the specified folder.

Examples

Run this code
# NOT RUN {
demo.inspector(tempdir())
# }

Run the code above in your browser using DataLab