Datasets:

ds003876 / README.md
bruAristimunha's picture
Metadata stub for ds003876
43e138b verified
---
pretty_name: "Epilepsy-iEEG-Interictal-Multicenter-Dataset"
license: cc0-1.0
tags:
- ieeg
- neuroscience
- eegdash
- brain-computer-interface
- pytorch
- resting-state
- clinical-intervention
- epilepsy
size_categories:
- n<1K
task_categories:
- other
---
# Epilepsy-iEEG-Interictal-Multicenter-Dataset
**Dataset ID:** `ds003876`
_Gunnarsdottir2021_
> **At a glance:** IEEG · Resting State clinical/intervention · epilepsy · 39 subjects · 54 recordings · CC0
## Load this dataset
This repo is a **pointer**. The raw EEG data lives at its canonical source
(OpenNeuro / NEMAR); [EEGDash](https://github.com/eegdash/EEGDash) streams it
on demand and returns a PyTorch / braindecode dataset.
```python
# pip install eegdash
from eegdash import EEGDashDataset
ds = EEGDashDataset(dataset="ds003876", cache_dir="./cache")
print(len(ds), "recordings")
```
If the dataset has been mirrored to the HF Hub in braindecode's Zarr layout,
you can also pull it directly:
```python
from braindecode.datasets import BaseConcatDataset
ds = BaseConcatDataset.pull_from_hub("EEGDash/ds003876")
```
## Dataset metadata
| | |
|---|---|
| **Subjects** | 39 |
| **Recordings** | 54 |
| **Tasks (count)** | 3 |
| **Channels** | 128 (×10), 129 (×8), 86 (×4), 135 (×4), 98 (×4), 111 (×2), 101 (×2), 47 (×2), 110 (×2), 182 (×1), 118 (×1), 114 (×1), 170 (×1), 168 (×1), 95 (×1), 146 (×1), 121 (×1), 107 (×1), 46 (×1), 186 (×1), 125 (×1), 134 (×1), 193 (×1), 190 (×1), 147 (×1) |
| **Sampling rate (Hz)** | 1000 (×25), 2000 (×7), 999.4121105232217 (×6), 1024 (×5), 999.9999999999999 (×4), 499.7071044492829 (×2), 1024.5997950800408 (×2), 500 (×2), 512 (×1) |
| **Total duration (h)** | 5.8 |
| **Size on disk** | 5.0 GB |
| **Recording type** | IEEG |
| **Experimental modality** | Resting State |
| **Paradigm type** | Clinical/Intervention |
| **Population** | Epilepsy |
| **Source** | openneuro |
| **License** | CC0 |
| **NEMAR citations** | 3.0 |
## Links
- **DOI:** [10.18112/openneuro.ds003876.v1.0.2](https://doi.org/10.18112/openneuro.ds003876.v1.0.2)
- **OpenNeuro:** [ds003876](https://openneuro.org/datasets/ds003876)
- **Browse 700+ datasets:** [EEGDash catalog](https://huggingface.co/spaces/EEGDash/catalog)
- **Docs:** <https://eegdash.org>
- **Code:** <https://github.com/eegdash/EEGDash>
---
_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/ds003876). Do not edit this file by hand — update the upstream source and re-run `scripts/push_metadata_stubs.py`._