top of page

Automation Scripts

I’ve written a set of scripts that work data through our analysis pipeline. Each dataset will have its own set of scripts because every dataset will have slightly different parameters and need adjusted scripts. These are here to serve as a guide. You can look at past scripts and their comments to see what they’re doing.


automation1.m

- imports .raw files

- selects channel location file

- deletes bad channels

- filters data

- runs ICA

- divides dataset into epochs

- removes baseline

- saves file


SASICA

- removing non-neural components with SASICA

- no script for this one; see ICA


automation3.m

- separates each stimulus type into its own file


automation4.m

- converts data to FieldTrip format

- loads data into FieldTrip

- calculates average waveform for each event type for each person


automation5.m

- plots and saves headplots for the N170, EPN, and LLP for each subject for each stimulus type


automation6.m

- plots and saves waveforms for N170, EPN, and LLP for each subject for each stimulus type


automation7.m

- calculates average amplitude for a set of channels for a time window for N170, EPN, and LLP for each subject for each stimulus type

Related Posts

See All

Other Info

BIOPAC 101 NetStation, EEGLAB, and FieldTrip often use different words to describe the same thing. When turning on the laptop, hold down...

Filename Key

Please update the keys as you create new abbreviations. AA_017_preQR_ICA_Af.set StudyCode_SubjectNumber_Condition_AnalysisPerformed_Stimu...

Video Tutorials
AcqKnowledge Tutorial - Part 2
06:48
AcqKnowledge Tutorial - Part 1
02:11
Meta-analysis in R - Plotting Data
07:47
Meta-analysis in R - Data Culmination
01:18
Meta-analysis in R - Filtering Data
01:04
bottom of page