-
Notifications
You must be signed in to change notification settings - Fork 1
User Guide
Partial Least Squares (PLS), which was first introduced to the neuroimaging community in 1996 (McIntosh et al., 1996), has proven to be a robust method for describing the relationship between signal changes in brain and a set of exogenous variables (i.e. task demands, performance, or activity in other brain regions).
PLS Applications include a Graphic User Interface - GUI application and a Command-Line computation application. Both applications must be kept under the same parent folder, and their folder names (i.e. plsgui and plscmd) can not be changed.
If you would like to use GUI interface, path to plsgui folder must be manually added in MATLAB command window. When you run PLS analysis, computation part in plscmd folder will automatically be called internally. You only need to type plsgui, and a GUI interface will be driven by messages from your mouse and keyboard inputs. As an alternative, you can also run GUI interface unattendedly with Batch Process.
Command-Line PLS (see Appendix B) pls_analysis is the core computation application of PLS. All PLS computations in the GUI will resort to pls_analysis application. If you would like to use Command-Line PLS alone, you can manually add a path to plscmd folder in MATLAB command window. However, keep in mind that its result is only part of GUI result, and cannot be displayed under GUI interface.
This User Guide only intends to show HOW to use PLS Applications for those users who have already understood the PLS method. If PLS is new to you and you want to know WHY PLS Applications are designed this way, please refer to the relevant articles listed at the bottom.
- Home
-
User Guide for PLS Applications
- System Requirement
- Getting Started
-
Session Profile
- Creating PET sessiondata file
- Creating ERP sessiondata file
- Modifying ERP sessiondata file and saving to a different file name
- Creating E.R.fMRI sessiondata file
- Creating E.R.fMRI sessiondata file with user defined HRF
- Creating Blocked fMRI sessiondata file
- Creating Structural sessiondata file
- Modifying Structural sessiondata file and saving to a different name
- Run PLS analysis
- Show PLS Result
- Seed PLS Analysis
-
Batch Process
- How to write a batch file
- Batch file to create E.R.fMRI sessiondata
- Batch file to run E.R.fMRI analysis
- Batch file to create Blocked fMRI sessiondata
- Batch file to run Blocked fMRI analysis
- Batch file to create ERP sessiondata
- Batch file to run ERP analysis
- Batch file to create PET sessiondata
- Batch file to run PET analysis
- Batch file to create Structural sessiondata
- Batch file to run Structural analysis
- Appendix
- Acknowledgments
- References
- FAQ