Dataset Viewer
Duplicate
The dataset viewer is not available for this split.
Column name '0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151...' is too long. It should be less than 500 characters.
Error code:   TooLongColumnNameError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

Paranoia

Naturalistic fMRI dataset: 22 subjects listened to a three-part ambiguous social narrative (~22 minutes total) designed to elicit varying levels of paranoid interpretation. TR = 1.0 s. 3-second fixation before each run.

This repo mirrors the fmriprep-preprocessed dataset originally distributed via DataLad at https://gin.g-node.org/ljchang/Paranoia. fmriprep version 1.2.6-1.

Layout

fmriprep/sub-tbXXXX/
  anat/  func/  figures/
participants.tsv                # demographics + GPTSA score
stimuli/
  stimuli_story1_audio.wav      # 3 audio recordings (one per run)
  stimuli_story2_audio.wav
  stimuli_story3_audio.wav
  paranoia_story1_transcript.txt
  paranoia_story2_transcript.txt
  paranoia_story3_transcript.txt
  stimuli_story_fulltext.txt

Access via dartbrains-tools

from dartbrains_tools.data import paranoia

bold = paranoia.get_file("sub-tb2994", run=1, suffix="bold")
confounds = paranoia.load_confounds("sub-tb2994", run=1)
participants = paranoia.load_participants()

See https://dartbrains.org for the full tutorial.

Citation

Finn, E.S., Corlett, P.R., Chen, G. et al. Trait paranoia shapes inter-subject synchrony in brain activity during an ambiguous social narrative. Nat Commun 9, 2043 (2018). https://doi.org/10.1038/s41467-018-04387-2

Original raw data: OpenNeuro ds001338.

License

CC-BY-NC-4.0 (matches the upstream OpenNeuro release).

Downloads last month
52