Run Analysis
Run Analysis contains initializing parameters along with the steps involved
in the group ICA.
- After the Setup ICA analysis is done click on the Run analysis
button, a screen will pop up asking you to select the parameters file. The
parameters file is the same file where you entered all the analysis
information. It is named with suffix 'ica_parameter_info.mat'.
- Once the parameter file is selected a figure (Figure 1) will pop up
showing the options for run analysis. The options are described below:
- All***
- You can run all the group analysis steps at once or you have to
select each step in the order like after initialize parameters step
followed group data reduction step.
- Initialize Parameters
- Parameters are initialized in this step.
- Group data reduction
-
- Each subject's data is reduced.
- PCA is used as the data reduction step.
- After each subject's data is reduced they are concatenated into
groups and put through another data reduction step.
- Calculate ICA
- The reduced data from the data reduction stage is plugged into the
ICA algorithm.
- Back Reconstruction
- Regular - Individual subject image maps and time courses are
computed using both the results from the ICA stage and from the data
reduction stage.
- Spatial-temporal regression - The aggregate components and the original data are used to compute the individual subject components.
- Calibrate Components
- Scaled image maps and time courses are computed using the individual
image maps and time courses.
- Group Stats
- Statistical methods are used to obtain group results.
- Results during each of the steps are printed to the MATLAB command
window. Before the group analysis can take place the parameters file must be
initialized. At this stage variables that were entered through the GUI are
parsed and initialized as needed for the group ICA analysis. Error checking
is also performed so that mistakes can be caught before the analysis starts.
- All the analysis information is also stored in a log file
('_results.log'). This file gets appended each time you run the analysis
with the same name to the prefix of the output files in the
Setup ICA analysis step.
Note:
- You need not run the whole analysis if you have changed the scaling
method or ICA algorithm as data reduction is the time consuming step for
large analysis. For running the analysis with changed scaling method, you
need to select 'Parameter Initialization', 'Calibrate Components' and 'Group
Stats' one at a time. For running the analysis with changed ICA algorithm,
you need to run all the steps except the data reduction.
- By default, the component spatial maps and time courses will be
compressed to a zip file according to their viewing set name like subject 1
session 1, mean for session 1, etc. The variable used for compressing is
ZIP_IMAGE_FILES (See defaults).
- Display GUI will open automatically
after the stats step is completed. You can turn off this option by changing
variable OPEN_DISPLAY_GUI to 0.
Figure 1: Run Analysis
After the analysis is complete, the analysis information can be viewed using
the Analysis Info
button.