Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tools:antisaccade [2024/11/21 12:28] – vid79 | tools:antisaccade [2025/04/01 12:41] (current) – [EOG Data] code formatting, add link will | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Antisaccade Tasks ====== | + | ====== |
+ | |||
+ | {{: | ||
+ | |||
+ | Fig 1. Anti-saccade task, //taken from Luna et al, NeuroImage, 2001//. | ||
+ | |||
+ | Scoring by [[tools: | ||
===== Versions ===== | ===== Versions ===== | ||
- | * DollarReward/ | ||
- | * Projects: [[: | ||
- | * Code: | ||
- | * https:// | ||
- | * '' | ||
- | * '' | ||
- | * '' | ||
- | * AntiState | ||
- | * Anti - no reward (variable iti, 4 sides, | ||
- | * [[grants: | ||
- | * '' | ||
- | * Bars ([[: | ||
+ | The breakdown of antisaccade tasks is below. For all [[: | ||
- | ===== Behavior (EPrime) | + | ^Version^ sides ^ cue ^ timing ^ |
- | Scoring behavioral data: | + | |[[: |
+ | |[[: | ||
+ | |[[: | ||
+ | |[[: | ||
+ | ==== Anti Task by Project | ||
- | RAW FILES FROM EYE TRACKER ARE EDF OR EYD----- NEED TO BE CONVERTED TO ASC FOR SCRIPT TO WORK | + | ^ Dates ^ Project ^ Location ^ version ^ Tracker ^ File ^ |
+ | | | Cog | Loef | DollarReward | ||
+ | | | Cog | NIC | DollarReward (MR) | ASL LRO | | | ||
+ | | | Reward| Loef | Bars | ASL | | | ||
+ | | | Reward| MRRC | Bars (MR) | ASL LRO | | | ||
+ | | | PET | MRRC (mMR) | Frogger | ||
+ | |2018-01-24 - 2022-10-27 | 7T | Loef | Anti | ASL | | | ||
+ | | | 7T | BST3 | mgs_encode | ||
+ | | | 7T | EEG | Anti | EOG | | | ||
+ | | | Habit | Loef | DollarReward | ||
+ | | | Habit | EEG | DollarReward | ||
+ | | | SPA | Loef | DollarReward | ||
+ | | | SPA | EEG | Anti | EOG | | | ||
- | Pull data [if Habit; / | + | |
+ | ==== Exclusion Criteria ==== | ||
+ | - Fewer than 25 viable trials (this means they have to have 25 (n) that are not dropped/scored as -1 (can be 0,1,2)) - what we consider the minimum of trials where we believe the ppt actually understood the task | ||
+ | - Less than 50% 'on task' trials (coded as 1,2) | ||
+ | - Statistical outliers by the residuals of the model; ppt whose residuals are ±2 SD from the mean across any measure | ||
+ | |||
+ | -in progress | ||
+ | ===== Behavioral | ||
+ | //RAW FILES FROM EYE TRACKER ARE EDF OR EYD----- NEED TO BE CONVERTED TO ASC FOR SCRIPT TO WORK// | ||
+ | | ||
To score, you need to | To score, you need to | ||
- | 1. source | + | - Identify data location |
- | 2. run all data through function alldollarreward_data <- score_all_anti("" | + | - Source |
- | 3. Clean data by extracting lunaid, visit date, neutral vs reward trials, mutate variables you want like mean latency, percent of correct trials, percent of error corrected trials | + | - Run all data through function |
- | ===== EEG (EPrime) ===== | + | |
+ | Data should have a row for every trial (repeating lunaid) and saccade information per column (ex: dot position, trial type, latency, number of saccades, and computed event outcome) | ||
+ | |||
+ | |||
+ | {{: | ||
+ | |||
+ | |||
+ | - Clean data by extracting lunaid, visit date, neutral vs reward trials, mutate variables you want like mean latency, correct response rate (accuracy), percent of error corrected trials (error rate) see [[https:// | ||
+ | - Turn to wide format so each row represents a single participant | ||
+ | |||
+ | |||
+ | Coding outcome from [[: | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | |||
+ | percent of error corrected | ||
+ | |||
+ | |||
+ | ===== EOG Data ===== | ||
+ | //see [[tools: | ||
+ | |||
+ | Raw files from EEG are .bdf and can be read immediately into MATLAB script | ||
+ | |||
+ | - Open MATLAB scoring script [''/ | ||
+ | - Identify data location [if Habit: ''/ | ||
+ | - Grab '' | ||
+ | - Information on stimulus channel output, see [[https:// | ||
+ | - Run script? Should export long-format csv with all variables of interest that can be pulled into R | ||
+ | |||
+ | Processed csv read into R | ||
+ | |||
+ | **STEPS REPEATED AS ABOVE FOR BEHAVIORAL DATA** | ||
+ | - Data should have a row for every trial (repeating lunaid) and saccade information per column (ex: dot position, trial type, latency, number of saccades, and computed event outcome) | ||
+ | - Clean data by extracting lunaid, visit date, neutral vs reward trials, mutate variables you want like mean latency of correct trials, correct response rate (percent of correct trials; accuracy), percent of error corrected trials | ||
+ | - Turn to wide format so each row represents a single participant [see code ''/ | ||
+ | |||
+ | |||
+ | **percent of error corrected trials is computed as trials scored 2/1+2. | ||
+ | |||
+ | |||
+ | - Analyze variables of interest [''/ | ||
+ | - | ||
+ | ===== EEG Data (EPrime) ===== | ||
For [[: | For [[: | ||
Line 54: | Line 118: | ||
{{tools: | {{tools: | ||
+ | === References: === | ||
+ | |||
+ | * Hallett, P. E. (1978). Primary and secondary saccades to goals defined by instructions. Vision research, 18(10), 1279-1296. | ||
+ | * Luna, B., Thulborn, K. R., Munoz, D. P., Merriam, E. P., Garver, K. E., Minshew, N. J., Keshavan, M. S., Genovese, C. R., Eddy, W. F., & Sweeney, J. A. (2001). Maturation of Widely Distributed Brain Function Subserves Cognitive Development. NeuroImage, 13(5), 786–793. | ||