To run a QC in GWASinspector, copy a template configuration file to your machine using the get.config
command at first, and edit it to suit your requirements.
Next, use the setup.inspector
function to check the configuration file and import it into R.
This will create an object of the inspector class, which can then be processed using run.inspector
.
setup.inspector(config.file, validate = TRUE)
returns a new instance of Inspector class.
character. Path to a configuration (.ini) file. For a sample configuration file, see get.config
.
logical. Whether to validate the object.