Summary of what happened.
This question is about how to customize the BIDS Stats-Models to compute contrast maps using Fitlins.
I have an fMRI dataset where each subject did two different tasks (A and B) in multiple runs. Each run consists of only one task. So the event file for task A has conditions A1 and A2; the event file for task B has conditions B1-B4. Sometimes, a couple of subjects finished the two tasks in separate sessions.
Key question: If I want to look at brain activations (specifically t-maps) to see areas that activate during task A and not task B, especially, areas that activate during A1, not A2, and during B1 not B2, how could I customize the BIDS-Stats Model file which usually just consists of one task parameter?
BIDS-Stats Model structure
It doesn’t work by just adding “TaskB” in the task field and create the interesting contrasts. Shall I create a design matrix that include conditions of task A and task B simultaneously?
{
"Name":"ds003_model001",
"BIDSModelVersion":"1.0.0",
"Description":"",
"Input":{
"task":"TaskA", "TaskB"
},
"Nodes":[
{
"Level":"run",
"Name":"subject",
"GroupBy":[
"subject"
],
Version:
Fitlins version: the latest, 0.11.0