Metadata stub for ds004917
Browse files- README.md +131 -0
- eegdash.json +17 -0
README.md
ADDED
|
@@ -0,0 +1,131 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: "Probability Decision-making Task with ambiguity"
|
| 3 |
+
license: cc0-1.0
|
| 4 |
+
tags:
|
| 5 |
+
- eeg
|
| 6 |
+
- neuroscience
|
| 7 |
+
- eegdash
|
| 8 |
+
- brain-computer-interface
|
| 9 |
+
- pytorch
|
| 10 |
+
- multisensory
|
| 11 |
+
- decision-making
|
| 12 |
+
- pdm
|
| 13 |
+
size_categories:
|
| 14 |
+
- n<1K
|
| 15 |
+
task_categories:
|
| 16 |
+
- other
|
| 17 |
+
authors:
|
| 18 |
+
- "Alejandra Figueroa-Vargas"
|
| 19 |
+
- "Gabriela Valdebenito-Oyarzo"
|
| 20 |
+
- "María Paz Martínez-Molina"
|
| 21 |
+
- "Francisco Zamorano"
|
| 22 |
+
- "Pablo Billeke"
|
| 23 |
+
---
|
| 24 |
+
|
| 25 |
+
# Probability Decision-making Task with ambiguity
|
| 26 |
+
|
| 27 |
+
**Dataset ID:** `ds004917`
|
| 28 |
+
|
| 29 |
+
_FigueroaVargas2024_
|
| 30 |
+
|
| 31 |
+
> **At a glance:** EEG · Multisensory decision-making · healthy · 24 subjects · 24 recordings · CC0
|
| 32 |
+
|
| 33 |
+
## Load this dataset
|
| 34 |
+
|
| 35 |
+
This repo is a **pointer**. The raw EEG data lives at its canonical source
|
| 36 |
+
(OpenNeuro / NEMAR); [EEGDash](https://github.com/eegdash/EEGDash) streams it
|
| 37 |
+
on demand and returns a PyTorch / braindecode dataset.
|
| 38 |
+
|
| 39 |
+
```python
|
| 40 |
+
# pip install eegdash
|
| 41 |
+
from eegdash import EEGDashDataset
|
| 42 |
+
|
| 43 |
+
ds = EEGDashDataset(dataset="ds004917", cache_dir="./cache")
|
| 44 |
+
print(len(ds), "recordings")
|
| 45 |
+
```
|
| 46 |
+
|
| 47 |
+
If the dataset has been mirrored to the HF Hub in braindecode's Zarr layout,
|
| 48 |
+
you can also pull it directly:
|
| 49 |
+
|
| 50 |
+
```python
|
| 51 |
+
from braindecode.datasets import BaseConcatDataset
|
| 52 |
+
ds = BaseConcatDataset.pull_from_hub("EEGDash/ds004917")
|
| 53 |
+
```
|
| 54 |
+
|
| 55 |
+
|
| 56 |
+
## Dataset metadata
|
| 57 |
+
|
| 58 |
+
| | |
|
| 59 |
+
|---|---|
|
| 60 |
+
| **Subjects** | 24 |
|
| 61 |
+
| **Age range** | 18–31 yrs, mean 24.1 |
|
| 62 |
+
| **Recordings** | 24 |
|
| 63 |
+
| **Tasks (count)** | 1 |
|
| 64 |
+
| **Channels** | 66 (×24) |
|
| 65 |
+
| **Sampling rate (Hz)** | 5000 (×24) |
|
| 66 |
+
| **Total duration (h)** | 14.6 |
|
| 67 |
+
| **Size on disk** | 37.5 GB |
|
| 68 |
+
| **Recording type** | EEG |
|
| 69 |
+
| **Experimental modality** | Multisensory |
|
| 70 |
+
| **Paradigm type** | Decision-making |
|
| 71 |
+
| **Population** | Healthy |
|
| 72 |
+
| **BIDS version** | 1.9.0 |
|
| 73 |
+
| **Source** | openneuro |
|
| 74 |
+
| **License** | CC0 |
|
| 75 |
+
| **NEMAR citations** | 0 |
|
| 76 |
+
|
| 77 |
+
## Tasks
|
| 78 |
+
|
| 79 |
+
- `pdm`
|
| 80 |
+
|
| 81 |
+
|
| 82 |
+
## Upstream README
|
| 83 |
+
|
| 84 |
+
_Verbatim from the dataset's authors — the canonical description._
|
| 85 |
+
|
| 86 |
+
Summary
|
| 87 |
+
This dataset forms part of a study supported by the Social Neuroscience and Neuromodulation Laboratory of Universidad del Desarrollo, Chile.
|
| 88 |
+
The full dataset is described in a submission to Scientific Data.
|
| 89 |
+
Abstract
|
| 90 |
+
In our daily lives, we frequently encounter decisions where the potential outcomes are unclear, leading to a state of heightened uncertainty. The complete or partial lack of knowledge regarding the probability of outcomes is called ambiguity and presents significant challenges for individuals. While recent studies have associated the level of ambiguity in decision-making with neural activity in the parietal cortex, the precise role of this brain region and its interactions with other brain regions during decision-making processes are not well known. Here, we present a comprehensive dataset detailing human decision-making under conditions of risk and ambiguity. This dataset includes data from 53 healthy volunteers aged between 18 and 31 years, consisting of structural magnetic resonance imaging (MRI: T1w, T2w, and DWI) and functional MRI (fMRI) acquired during task performance, as well as concurrent electrophysiological (EEG) recordings during inhibitory transcranial magnetic stimulation (TMS) applied over two parietal regions and the vertex. This dataset offers an opportunity to delve into the neurobiological mechanisms of decision-making in detail, highlighting the role of the parietal cortex.
|
| 91 |
+
Additional Usage Notes
|
| 92 |
+
- All code related to this dataset can be found on GitHub (https://github.com/neurocics/LAN_current) and and the additional data set of study are available in the free and open repository of OSF (https://osf.io/zd3g7/) (DOI: 10.17605/OSF.IO/ZD3G7). This includes sourcedata for the scanner tasks and also stimulus presentation scripts.
|
| 93 |
+
|
| 94 |
+
|
| 95 |
+
## People
|
| 96 |
+
|
| 97 |
+
### Authors
|
| 98 |
+
- Alejandra Figueroa-Vargas
|
| 99 |
+
- Gabriela Valdebenito-Oyarzo
|
| 100 |
+
- María Paz Martínez-Molina
|
| 101 |
+
- Francisco Zamorano
|
| 102 |
+
- Pablo Billeke _(senior)_
|
| 103 |
+
|
| 104 |
+
### Contact
|
| 105 |
+
- Alejandra Figueroa-Vargas
|
| 106 |
+
|
| 107 |
+
## Funding
|
| 108 |
+
|
| 109 |
+
- ANID FONDECYT 11140535
|
| 110 |
+
- ANID FONDECYT 1181295
|
| 111 |
+
- ANID FONDECYT 1211227
|
| 112 |
+
- ANID FONDEQUIP EQM150076
|
| 113 |
+
|
| 114 |
+
## Links
|
| 115 |
+
|
| 116 |
+
- **DOI:** [10.18112/openneuro.ds004917.v1.0.1](https://doi.org/10.18112/openneuro.ds004917.v1.0.1)
|
| 117 |
+
- **OpenNeuro:** [ds004917](https://openneuro.org/datasets/ds004917)
|
| 118 |
+
- **Browse 700+ datasets:** [EEGDash catalog](https://huggingface.co/spaces/EEGDash/catalog)
|
| 119 |
+
- **Docs:** <https://eegdash.org>
|
| 120 |
+
- **Code:** <https://github.com/eegdash/EEGDash>
|
| 121 |
+
|
| 122 |
+
## Provenance
|
| 123 |
+
|
| 124 |
+
- **Backend:** `s3` — `s3://openneuro.org/ds004917`
|
| 125 |
+
- **Exact size:** 40,213,447,001 bytes (37.5 GB)
|
| 126 |
+
- **Ingested:** 2026-04-06
|
| 127 |
+
- **Stats computed:** 2026-04-04
|
| 128 |
+
|
| 129 |
+
---
|
| 130 |
+
|
| 131 |
+
_Auto-generated from [dataset_summary.csv](https://github.com/eegdash/EEGDash/blob/main/eegdash/dataset/dataset_summary.csv) and the [EEGDash API](https://data.eegdash.org/api/eegdash/datasets/summary/ds004917). Do not edit this file by hand — update the upstream source and re-run `scripts/push_metadata_stubs.py`._
|
eegdash.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset_id": "ds004917",
|
| 3 |
+
"title": "Probability Decision-making Task with ambiguity",
|
| 4 |
+
"source": "openneuro",
|
| 5 |
+
"source_url": "https://openneuro.org/datasets/ds004917",
|
| 6 |
+
"doi": "10.18112/openneuro.ds004917.v1.0.1",
|
| 7 |
+
"license": "CC0",
|
| 8 |
+
"loader": {
|
| 9 |
+
"library": "eegdash",
|
| 10 |
+
"class": "EEGDashDataset",
|
| 11 |
+
"kwargs": {
|
| 12 |
+
"dataset": "ds004917"
|
| 13 |
+
}
|
| 14 |
+
},
|
| 15 |
+
"catalog": "https://huggingface.co/spaces/EEGDash/catalog",
|
| 16 |
+
"generated_by": "huggingface-space/scripts/push_metadata_stubs.py"
|
| 17 |
+
}
|