| Inspector-class {GWASinspector} | R Documentation |
An S4 class to represent the methods and parameters for inspecting a list of GWAS study result files.
Description
An object of this class is created by setup_inspector function. Each section of the
configuration file is represented as a list of attributes in this object.
Slots
pathsA list of parameters which indicate Paths section from configuration file.
supplementaryFilesA list of parameters which indicate supplementaryFiles section from configuration file.
input_parametersA list of parameters which indicate input_parameters section from configuration file.
output_parametersA list of parameters which indicate output_parameters section from configuration file.
remove_chromosomesA list of parameters which indicate remove_chromosomes section from configuration file.
plot_specsA list of parameters which indicate plot_specs section from configuration file.
filtersA list of parameters which indicate filters section from configuration file.
debugA list of parameters which indicate debug section from configuration file.
input_filesA list of files that will be inspected during the run.
created_atThe time that object was created.
start_timeThe time that object was run.
end_timeThe time that run was finished.
StudyListAn object of StudyList class.