Changes for page TVB synthetic resting state dataset
Last modified by fousekjan on 2022/05/23 22:36
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -12,15 +12,52 @@ 12 12 ((( 13 13 (% class="col-xs-12 col-sm-8" %) 14 14 ((( 15 -= WhatcanI find here?=15 += = 16 16 17 -* Notice how the table of contents on the right 18 -* is automatically updated 19 -* to hold this page's headers 17 += Synthetic resting state fMRI + EEG = 20 20 21 - =Who hasaccess?=19 +This dataset contains 10 minutes of resting state fMRI and EEG time series simulated with a brain network model implemented in [[The Virtual Brain>>url:https://www.thevirtualbrain.org/]]. More precise information in the model used to generate these data is deliberately not provided here. It will be published in a separate document. 22 22 23 -Describe the audience of this collab. 21 + 22 +== Parcellation and Structural Connectivity == 23 + 24 +{{code}} 25 +sub-<label>/connectivity/ 26 +├── sub-<label>_atlas-dk_conndata-network_connectivity.json 27 +├── sub-<label>_atlas-dk_desc-distance_conndata-network_connectivity.tsv 28 +└── sub-<label>_atlas-dk_desc-weight_conndata-network_connectivity.tsv 29 +{{/code}} 30 + 31 +The structural connectivity is stored in two separate .tsv files containing the weights (au) and tract lengths (mm) matrices ordered as sources x targets. The 84 regions are defined by the FreeSurfer parcellation by Desikan-Killiany Atlas (Desikan et al, 2006). Mapping of region labels to names is defined in dk_atlas.tsv. 32 + 33 +== BOLD fMRI == 34 + 35 +{{code}} 36 +sub-<label>/func/ 37 +├── sub-<label>_task-rest_atlas-dk_desc-sim_timeseries.json 38 +└── sub-<label>_task-rest_atlas-dk_desc-sim_timeseries.tsv.gz 39 +{{/code}} 40 + 41 +The simulated BOLD (TR=2) time series for the ROIs is stored as compressed .tsv file with columns defined in the json sidecar. 42 + 43 +== EEG == 44 + 45 +{{{sub-<label>/eeg 46 +├── sub-<label>_task-rest_desc-sim_coordsystem.json 47 +├── sub-<label>_task-rest_desc-sim_eeg.eeg 48 +├── sub-<label>_task-rest_desc-sim_eeg.json 49 +├── sub-<label>_task-rest_desc-sim_eeg.vhdr 50 +├── sub-<label>_task-rest_desc-sim_eeg.vmrk 51 +└── sub-<label>_task-rest_desc-sim_electrodes.tsv}}} 52 + 53 +The EEG was simulated using a montage for HydroCel Geodesic Sensor Net with 256 electrodes. The raw data sampled at 256Hz was only high-pass filtered (FIR window length 845 samples, 1Hz cutoff), and stored in the [[BrainVision triplet format>>url:https://mne.tools/stable/generated/mne.io.read_raw_brainvision.html]] (.eeg, .vmrk, .vhdr). The electrode labels and locations are listed in the *_electrodes.tsv file. 54 + 55 +== References == 56 + 57 +Desikan RS, Segonne F, Fischl B, Quinn BT, Dickerson BC, Blacker D, Buckner RL, Dale AM, Maguire RP, Hyman BT, Albert MS, Killiany RJ. An automated labeling system for subdividing the human cerebral cortex on MRI scans into gyral based regions of interest. Neuroimage. 2006;31:968–980. 58 + 59 + 60 + 24 24 ))) 25 25 26 26