


-------------------------------------------------------------------
Script replicate_regression_omics_analysis
Run replicate regression analysis for an omics dataset
and save all results and graphics to files
Input:
base_DIR (directory path for data set, to be referred to in options file]
foptions_file (filename of options file containing information about all further filenames, parameters, etc.)
instead, foptions_file can also be the matlab structure itself;
This script can also be run in a shell:
matlab -r "cd [DIRECTORY]; foptions_file = '[OPTIONS_FILENAME]'; replicate_regression_omics_analysis; quit;"
[DIRECTORY] is the directory in which this script is located
The omics data filename is given in the options file
-------------------------------------------------------------------