Today we will conclude 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.
This EEG/ERP report is due on Wednesday May 13rd @ 11:55 pm
See below for specific instructions on how to submit.
This assignment will be very similar to the lab reports you've done throughout the semester. The primary difference is that I will not furnish you with a step-by-step guide for carrying out the analyses.
As was the case for the fMRI project, you are allowed to use any resource you'd like, including our lab wikis, to assist you in your analyses. This also means you are permitted to ask each other for assistance. However, you are not permitted to work together. That is, asking for a little help here and there when you get really stuck with something is fine, but I expect you to primarily work independently.
What do I mean when I say you can each other for a “little help”, but that you are not permitted to work together?
Pretend your classmates are professional colleagues with whom you have a friendly relationship. You would definitely not hesitate to reach out to such a colleague if you hit a brick wall and needed some advice. But you certainly would not fill up their inbox and expect them to hold your hand through your analysis.
Go Slow. Be Methodical. Redux
Go Slow. Be Methodical. The same warning I gave you for your fMRI project equally applies here. Go Slow. Be Methodical.
Go Slow. Be Methodical. Setting up analyses can be repetitive and tedious, so it's only natural to want to breeze through it. But you must fight the temptation to just click-click-click-Go. I can't begin to count the many dozens of hours I've spent re-doing analyses because I was hasty and careless the first time. Think about each setting as you set it. Make sure you understand why you're using it, and that you're setting it correctly. Go Slow. Be Methodical.
1. Rename the old EEG directories. In Terminal:
mv ~/Desktop/input/eeg/N170 ~/Desktop/input/eeg/N170_old1
2. Download the data for lab EEG Project.
N170.zip
is on your Desktop. If not, move it there.3. Move the data directory. In Terminal:
mv ~/Desktop/N170 ~/Desktop/input/eeg/
1. Save all output into the '~/Desktop/input/eeg/N170 directory
2.. Once you have completed the project, create a zipped copy of the N170
directory and move it to your Desktop.
N170
directory in the Finder window.File
–> Compress “N170”
.N170.zip
N170.zip
to the Google folder that you shared with me for your fMRI projectyourlastname_410_fMRI
, and I will just look for N170.zip
folder inside.Remember: this is only to be done once you are entirely done with the analysis portion of your project.
The N170 is a large negative deflection that is maximal over right occipitotemporal scalp (for example, electrodes P10 and P08). The deflection is observed in response to most visual stimuli, but the amplitude of the response is significantly larger to faces than to all other stimuli. Because of this amplitude difference, it is thought that the N170 reflects the activation of “face selective” neurons. That is, neural populations that are tuned to prefer faces to all other visual stimuli.
In this experiment, participants viewed images from one of four possible categories: faces, greebles, tools, and targets (see examples below). The participant was asked to press a button as quickly as possible whenever they saw a target (a large colored circle). The images appeared every 1800-2200 ms in random order. The study was designed so that there were 60 trials each for the faces, greebles, and tools categories, and 20 trials for targets (200 trials in total).
Because there were so few target
trials (and thus low SNR) and because they are not an important control stimulus, you probably don't want to plot them in your figures.
The data for this section of the lab were acquired at Kenyon using the BioSemi ActiveTwo system. EEG was acquired at a sampling rate of 2048 Hz from 64 scalp electrodes arranged in the 10/20 system. Data was digitized with 24-bit resolution. After acquisition, the data were downsampled from 2048 to 256 Hz.
Code | Condition |
---|---|
1 | Faces |
2 | Greebles |
4 | Tools |
8 | Targetrs |
Notice that the event codes are 1
,2
,4
,8
, rather than 1 to 4. Keep this in mind when you create your eventlists, and remember that event codes are not the same as bin codes.
Think carefully about how you want to create your topography. Remember, you want to set your parameters to best highlight any observed effect.
Your lab report should be written in the format of a brief journal article, which includes the following sections.
Introduction
Here are a couple of papers describing the ERP:
Methods
Things to keep in mind when you do your analysis…
Do not blindly use the same values that you used for the CNV study. For instance, the N170 is a fast ERP that is complete after a few hundred milliseconds. So do you think you'd want to create epochs that go all the way out to 3000 ms?
Results
I do not expect any statistical analysis of your data (i.e., if the difference looks real, then we will accept it to be real. Sadly, this approach does not work in real life).
I do expect to see polished and attractive figures with legends.
When you create your topgographic maps, you'll want to make sure outside
is selected in the Map type section (if you're creating a 2D plot). This will ensure that relevant electrodes like P10 are displayed.
Discussion
References If you cite any work in your paper, be sure to include an APA style reference section.
Your report should consider the following:
Even though you are not writing a full intro and discussion, I would still like you to use the template manuscriptI suppled for the fMRI project (but ignore the minimum word counts in that document).
This is the “Mini-Empirical Paper EEG/ERP” assignment on Moodle.