Today we will continue our three-part lab exercise concerned with EEG and ERP recording and analysis. You will analyze the EEG/ERP data collected during various EEG sessions.
1. Rename the old EEG directories. In Terminal:
mv ~/Desktop/input/eeg/CNV ~/Desktop/input/eeg/CNV_old1
2. Download the data for lab 9.
CNV.zip
is on your Desktop. If not, move it there.3. Move the data directory. In Terminal:
mv ~/Desktop/CNV ~/Desktop/input/eeg/
Our goal today is to use the skills you developed from last week's lab to analyze EEG/ERP data. There will be less hand-holding in this lab exercise. I want you to explore your data as though you were the first experimenter to ever run the task. Such an experimenter would be searching for differences in the ERP waveforms and their scalp topographies that discriminate their experimental conditions from one another.
Lab Report #9 will be due Monday, May 4 @ 7 pm
This will be a brief report that ensures …
This does not need to be presented as a journal article.
What I expect:
Methods
See the methods section of published ERP papers (I've linked a couple below) to get a feel for what's reported and how it's reported. Of course, you are only responsible for reporting the information that's been made available to you. You should not report everything you see in the example papers because you do not now have/know some of this information. But you do need to report everything you know.
Results
I expect to see polished and attractive figures with legends.
You may work with a partner on the data analysis and figure creation, but your report should be written independently. If you choose to work with a partner, please note your partner's name on the cover page of your report.
The data for this section of the lab were acquired at the Yale Human Neuroscience Lab.
These data were
The Contingent Negative Variation is a large, sustained negative deflection that is maximal over central and frontal scalp. It occurs during the interval between a warning stimulus (e.g., 'Ready!') and an imperative stimulus (e.g., 'Respond!'). The CNV was the first ERP discovered that was linked to a cognitive process.
You can learn more about the CNV here, or refer back to the EEG/ERP class lecture slides.
In this experiment, there were three different conditions:
Relax!
⇒ 2 sec ⇒ Hold!
Ready!
⇒ 2 sec ⇒ Respond!
Ready!
⇒ 2 sec ⇒ Hold!
Code | Condition | Label |
---|---|---|
1 | Relax –> Hold | Relax-Hold |
2 | Ready –> Respond | Ready-Respond |
3 | Ready –> Hold | Ready-Hold |
You will analyze data from the following participants:
~/Desktop/class/input/eeg/CNV/p01
~/Desktop/class/input/eeg/CNV/p02
~/Desktop/class/input/eeg/CNV/p03
I want you to use the ERPLAB technical skills you learned last week to analyze your data set. I will therefore only give you step-by-step instructions for aspects of the analysis that differ from what you've already done. In some cases I've asked you to do the analysis steps in a different order than you did last week (e.g., you will filter the EEG data earlier in the pipeline than you did last week).
Always rename and save the created files using the name “suggested” by EEG/ERPlab, unless I specify otherwise.
It will be useful to change your directory in Matlab to the relevant output directory for your task.
You will repeat all steps for each of the three participants. You will then create the grand-averaged ERP
across all three participant ERPs. I suggest you complete one participant at a time rather than completing one step at a time across all three participants. I suggest starting with p02 because this participant has the best results.
I will specify participant p01
in all of the instructions below. Of course, this should be changed to whatever participant number you are currently working on.
Remember, that each of these steps build on the one prior. So you always want to make sure you're applying a given operation to the output file that was created by the prior operation. For example, you will rereference the data and then apply filtering. The filtering should be done to the rereference data, not the raw data.
1. Load the dataset
~/Desktop/class/input/eeg/CNV
2. Plot the data
You should get in the habit of plotting the data after each preprocessing / analysis step. This way you can see how each step is affecting the data.
3. Add channel location information
This is not something you did last week.
During data acquisition, the electrodes on the left and right mastoids (M1
, M2
) were used as the reference. However, we want to use the “average reference” for this analysis. That is, we want to create the average EEG from all 64 EEG electrodes, and then subtract that average from each electrode. Of course, this means that any fluctuations that are in common across all the electrodes will be removed from the data.
1. ERPLAB
→ EEG Channel operations
Clear equations
buttonReference assistant
buttonaverage reference
buttonOK
RUN
2. The Dataset info window will pop up when the referencing is done.
p01_ref
1. Apply an IIR Butterworth bandpass filter to the EEG data with cutoffs of .1 - 30 Hz.
2. Change the dataset name and save the file as p01_ref_bp
(bp
for “bandpass”).
3. Plot your data again to observe the effects of applying the bandpass filter.
1. See the event codes in CNV task data description above. For this analysis we can use the event names and numbers as our bin names and numbers.
2. Save the Equation List as cnv_list.txt
so that you can use it again for the next participants.
3. Save the EVENTLIST as p01_elist.txt
.
-150 to 3000
ms.-150 to 0
ms as your baseline.We will use a different artifact detection method than those we used last week.
1. Select the Simple voltage threshold
artifact detection and specify the following parameters:
0 1500
-100 100
1:64
We are directing the algorithm to mark as an artifact any trials in which the recorded voltage exceeds the range of -100 to 100 microvolts within the 0 to 1500 ms time-window. Further, we are specifying that the trial should be marked as an artifact if thais occurs on any of the 64 EEG channels.
2. Click ACCEPT
Note how many trials were accepted/rejected for each bin (this information will print out to the MATLAB command window).
You will want to report this information in your methods section.
We want to reject the artifacts that were detected in the prior step. So make sure Exclude epochs marked during artifact detection
is selected.
Name the ERP p01_cnv_erp
and save it to a file of the same name.
A difference wave is a wave that shows the difference between two ERPs. It is nothing more than the difference at each time point; that is, a simple subtraction.
Let's create a difference wave that highlights the effect of preparing to respond. To do so, we can contrast (i.e., difference) the Relax-Hold and Ready-Hold ERPs or the Relax-Hold and Ready-Respond ERPs. Either wave will show the effect of preparing to perform a task because the participant thinks they'll need to perform the task in either of the Ready conditions.
1. ERPLAB
→ ERP Operations
→ ERP Bin operations
2. Click Clear equations
in the window that opens
3. In the lefthand window type b4 = B3-B1 label Ready_minus_Relax
You are telling the program to create a new bin (b4
) by subtracting bin 1 (B1
) from bin 3 (B3
), and to name the new bin Ready_minus_Relax
.
You can plot your ERP however you think is most informative. Indeed, you should plot it several times with different parameters to find the way that best highlights your results. Some tips:
LINE SPEC
button in the ERP PLOTTING
window.
If you get a warning that there is no channel location info, select Yes
to load it now, then click Ok
→ Ok
.
mean between two latencies
.500 2000
as the Latency to plot
. This will show the mean voltage between 500 and 1500 ms post stimulus.Max-Min
, but this is not very useful because the colors are not symmetric around zero. I suggest you use Abs Max
or Custom
.Rerun all of the above steps for the next two participants.
We will now create a grand average of all three subjects.
It might be helpful to close and then reopen EEGLAB so that you're starting with a blank canvas.
1. Load each of the three participant ERPs. ERPLAB
→ Load Existing ERPset
ERPsets
and you should see all three participants listed
2. ERPLAB
→ Average across ERPsets (Grand Average)
3. Click the button next to From ERPset in the ERPset Menu
. This tells ERPLAB that we'll be specifying which ERPsets to average by using those that we've already loaded.
1:3
in the box. This tells ERPLAB to use the ERPsets labeled 1 to 3. These are the only ERPsets we have loaded, but this doesn't have to be the case. For instance, you could load the ERPsets of five particpants, but then choose to only average over some subset of them.
4. Click RUN
gavg_cnv_erp
Once you have your grand-average and difference waveforms, plot them just as before. A couple of things to consider: