Datasets:

bruAristimunha commited on
Commit
a09bd5f
·
verified ·
1 Parent(s): b0fea4b

Metadata stub for ds004883

Browse files
Files changed (2) hide show
  1. README.md +118 -0
  2. eegdash.json +17 -0
README.md ADDED
@@ -0,0 +1,118 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "Registerd Report of ERN During Three Versions of a Flanker Task"
3
+ license: cc0-1.0
4
+ tags:
5
+ - eeg
6
+ - neuroscience
7
+ - eegdash
8
+ - brain-computer-interface
9
+ - pytorch
10
+ - visual
11
+ - decision-making
12
+ - ffa
13
+ - ffb
14
+ - ffc
15
+ size_categories:
16
+ - n<1K
17
+ task_categories:
18
+ - other
19
+ authors:
20
+ - "Peter E. Clayson"
21
+ - "Michael J. Larson"
22
+ ---
23
+
24
+ # Registerd Report of ERN During Three Versions of a Flanker Task
25
+
26
+ **Dataset ID:** `ds004883`
27
+
28
+ _Clayson2023_Registerd_
29
+
30
+ > **At a glance:** EEG · Visual decision-making · healthy · 172 subjects · 516 recordings · CC0
31
+
32
+ ## Load this dataset
33
+
34
+ This repo is a **pointer**. The raw EEG data lives at its canonical source
35
+ (OpenNeuro / NEMAR); [EEGDash](https://github.com/eegdash/EEGDash) streams it
36
+ on demand and returns a PyTorch / braindecode dataset.
37
+
38
+ ```python
39
+ # pip install eegdash
40
+ from eegdash import EEGDashDataset
41
+
42
+ ds = EEGDashDataset(dataset="ds004883", cache_dir="./cache")
43
+ print(len(ds), "recordings")
44
+ ```
45
+
46
+ If the dataset has been mirrored to the HF Hub in braindecode's Zarr layout,
47
+ you can also pull it directly:
48
+
49
+ ```python
50
+ from braindecode.datasets import BaseConcatDataset
51
+ ds = BaseConcatDataset.pull_from_hub("EEGDash/ds004883")
52
+ ```
53
+
54
+
55
+ ## Dataset metadata
56
+
57
+ | | |
58
+ |---|---|
59
+ | **Subjects** | 172 |
60
+ | **Age range** | 18–58 yrs, mean 20.2 |
61
+ | **Recordings** | 516 |
62
+ | **Tasks (count)** | 3 |
63
+ | **Channels** | 129 (×516) |
64
+ | **Sampling rate (Hz)** | 500 (×516) |
65
+ | **Total duration (h)** | 140.0 |
66
+ | **Size on disk** | 122.8 GB |
67
+ | **Recording type** | EEG |
68
+ | **Experimental modality** | Visual |
69
+ | **Paradigm type** | Decision-making |
70
+ | **Population** | Healthy |
71
+ | **BIDS version** | v1.8.0 |
72
+ | **Source** | openneuro |
73
+ | **License** | CC0 |
74
+ | **NEMAR citations** | 3 |
75
+
76
+ ## Tasks
77
+
78
+ - `ffa`
79
+ - `ffb`
80
+ - `ffc`
81
+
82
+
83
+ ## Upstream README
84
+
85
+ _Verbatim from the dataset's authors — the canonical description._
86
+
87
+ This study is described at https://osf.io/qt2zh/. Scripts used for data processing are posted there.
88
+ Here is the script from the manuscript that describes these data.
89
+ Error-related negativity is a widely used measure of error monitoring, and many projects are independently moving ERN recorded during a flanker task towards standardization, optimization, and eventual clinical application. However, each project uses a different version of the flanker task and tacitly assumes ERN is functionally equivalent across each version. The routine neglect of a rigorous test of this assumption undermines efforts to integrate ERN findings across tasks, optimize and standardize ERN assessment, and widely apply ERN in clinical trials. The purpose of this registered report was to determine whether ERN shows similar experimental effects (correct vs. error trials) and data quality (intraindividual variability) during three commonly-used versions of a flanker task. ERN was recorded from 172 participants during three versions of a flanker task across two study sites. ERN scores showed numerical differences between tasks, raising questions about the comparability of ERN findings across studies and tasks. Although ERN scores from all three versions of the flanker task yielded high data quality and internal consistency, one version did outperform the other two in terms of the size of experimental effects and the data quality. Exploratory analyses of the error positivity (Pe) provided tentative support for the other two versions of the task over the paradigm that appeared optimal for ERN. The present study provides a roadmap for how to statistically compare psychometric characteristics of ERP scores across paradigms and gives preliminary recommendations for flanker tasks to use for ERN- and Pe-focused studies.
90
+
91
+
92
+ ## People
93
+
94
+ ### Authors
95
+ - Peter E. Clayson
96
+ - Michael J. Larson _(senior)_
97
+
98
+ ### Contact
99
+ - Peter Clayson
100
+
101
+ ## Links
102
+
103
+ - **DOI:** [10.18112/openneuro.ds004883.v1.0.0](https://doi.org/10.18112/openneuro.ds004883.v1.0.0)
104
+ - **OpenNeuro:** [ds004883](https://openneuro.org/datasets/ds004883)
105
+ - **Browse 700+ datasets:** [EEGDash catalog](https://huggingface.co/spaces/EEGDash/catalog)
106
+ - **Docs:** <https://eegdash.org>
107
+ - **Code:** <https://github.com/eegdash/EEGDash>
108
+
109
+ ## Provenance
110
+
111
+ - **Backend:** `s3` — `s3://openneuro.org/ds004883`
112
+ - **Exact size:** 131,858,855,109 bytes (122.8 GB)
113
+ - **Ingested:** 2026-04-06
114
+ - **Stats computed:** 2026-04-04
115
+
116
+ ---
117
+
118
+ _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/ds004883). 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": "ds004883",
3
+ "title": "Registerd Report of ERN During Three Versions of a Flanker Task",
4
+ "source": "openneuro",
5
+ "source_url": "https://openneuro.org/datasets/ds004883",
6
+ "doi": "10.18112/openneuro.ds004883.v1.0.0",
7
+ "license": "CC0",
8
+ "loader": {
9
+ "library": "eegdash",
10
+ "class": "EEGDashDataset",
11
+ "kwargs": {
12
+ "dataset": "ds004883"
13
+ }
14
+ },
15
+ "catalog": "https://huggingface.co/spaces/EEGDash/catalog",
16
+ "generated_by": "huggingface-space/scripts/push_metadata_stubs.py"
17
+ }