Learn R Programming

GWASinspector (version 1.4.3)

get.config: Save a sample configuration file

Description

Save a sample configuration file for running GWASinspector package. This templates should be edited and then used for running the QC. User can save multiple copies to be used for different sets of files. Default name is config.ini, which can be changed while saving the file or afterwards.

Usage

get.config(dir.path)

Arguments

dir.path

Path to the folder for saving a sample configuration file.

Value

Saves a sample configuration file (config.ini) in the specified folder.

Examples

Run this code
# NOT RUN {
get.config(tempdir())

# }

Run the code above in your browser using DataLab