Skip to content

DouweHorsthuis/Active-and-passive-inhibition-experiment-Cued-BOSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Active and passive inhibition experiment (Cued BOSS)

This project is an active and passive go-no-go inhibition experiment for Presentation® (NeuroBehavioral Systems). For most go-no-go task the participant would be asked to click for a reocorring stimulus and not click for a different type of stimulus that occurs significantly less frequent (inhibition). In this case the participant has a Cue that gives them info if they have to potentially inhibit (active inhibition) or if they need to inhibit for sure (passive inhibition) for the following stimulus.

paradigm

Table of Contents

  1. About the project
  2. Getting started
  3. Info about the experiment
  4. Data collection
  5. License
  6. Contact
  7. Acknowledgements

About The Project

This experiment looks at the the passive and active inhibition during a go-no-go task. This experiment was developed as a follow up study after Ana A. Francisco, Douwe J. Horsthuis, Maryann Popiel, John J. Foxe and Sophie Molholm (2020) Atypical response inhibition and error processing in 22q11.2 Deletion Syndrome and schizophrenia: Towards neuromarkers of disease progression and risk

Instead of a more traditional go-no-go experiment, this experiment has both active and passive inhibition. Normally the participant would be asked to click for a reocorring stimulus and not click for a different type of stimulus that occurs significantly less frequent. In this case the participant has a Cue that gives them info if they have to potentially inhibit (active inhibition) or if they need to inhibit for sure (passive inhibition). During the experiment participants will see stimulus pairs. If the pair is a animal, followed by an animal, they click (go trial, happens most of the time), for a small amount of the time there might be one of the no-go trials, that never follow each other, so there is always a go-trial before them. The no-go trials are passive (object - animal or object - object) or active (animal- object).

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

You need to have any version of the Presentation software.

To achieve the same stable time resolution this experiment should be presented on a 60Hz screen.

Please contact [email protected] for access to the stimuli

Installation

Download this Repo

Create 3 folders

Folder 1 - "Presentation Files" - this folder should contain all the presentation files and Sequences found in the "src" folder

Folder 2 - "Stimuli" - this folder should contain all the images need for the experiment

Folder 3 - "Logfiles" - this folder will be filled with all the presentation Logfiles containing the behavioral data

Info about the experiment

Stimuli

The stimuli are all the individual animal and object pictures that are taken from the Bank of Standardized stimuli (BOSS).

Logfiles

Logfiles with experiment reaction times and other information automatically should be placed in the logfile folder. In these logfiles you will find the behavioral information of each time the experiment is ran.

Sequences

In the Presentation Files folder you'll find the experiment and the sequences that are semi-randomized, so we are sure that there are no 2 no-go trials in a row and how many no-go trials there are. These sequences are made so that there are always go trials before a no-go trial

Instructions

These are the instructions people see 1-by-1 before they start:

instr_1 instr_2 instr_3 instr_4

Type of responses

This leads to 3 types of response:

1- hits - animal-animal (this is what happens 80 percent of the time) 2- active inhibition - animal-object (since the first one doesn't inform you it will be a inhibition trial) 3- passive inhibition - object-object or object-animal (since the first one already tells that you won't have to care about the second)

Trigger codes

The presentation software sends codes to the EEG system so that the responses and the stimuli can be time locked in the EEG data. The following is an explanation of each trigger code:

port code 101 = S1 go (animal)
port code 102 = S2 go (animal)
port code 111 = S1 no-go (animal)
port code 112 = S2 no-go (object)
port code 121 = S1 passive(object)
port code 122 = S2 passive (object)
port code 131 = S1 Passive (object)
port code 132 = S2 Passive (animal)
port code 2   = fixation cross
port code 201 = start recording
port code 200 = pause recording 

Timing

The reason this experiment is coded in presentation, is because of the timing resolution of this software/language. When setup correctly this experiment has potentially 1ms of jitter. This is measured here at our lab, using an oscilloscope. It is critical that this is re-tested before EEG data is collected.

Data collection

This experiment is used to collected EEG data. To have enough trials one should run all the scenarios in a row. This should lead to enough inhibition errors to look at the data.

Pilot Data

To make sure the paradigm does what we hoped we tested it by collecting data on a couple of control participants. We wanted to see if there was a difference between a hit and an correct rejection and if there was any difference in CNV between when a participant knew they don't have to prepare and when they have to perpare for a possible inhibition.

Hit vs Correct Rejection
Hit vs CR

CNV (preparing vs not preparing) CNV

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Douwe Horsthuis - @douwejhorsthuis - [email protected] - CNL Albert Einstein College of Medicine

Project Link: https://github.com/DouweHorsthuis/Active-and-passive-inhibition-experiment-Cued-BOSS/

Acknowledgements

  • Ana Francisco - The post doctoral fellow that had the ideas for the experiment