Metadata stub for ds004865
Browse files- README.md +137 -0
- eegdash.json +17 -0
README.md
ADDED
|
@@ -0,0 +1,137 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: "pyFR: Delayed Free Recall of Word Lists, Preliminary Cognitive Electrophysiology Study"
|
| 3 |
+
license: cc0-1.0
|
| 4 |
+
tags:
|
| 5 |
+
- ieeg
|
| 6 |
+
- neuroscience
|
| 7 |
+
- eegdash
|
| 8 |
+
- brain-computer-interface
|
| 9 |
+
- pytorch
|
| 10 |
+
- visual
|
| 11 |
+
- memory
|
| 12 |
+
- surgery
|
| 13 |
+
- pyfr
|
| 14 |
+
size_categories:
|
| 15 |
+
- n<1K
|
| 16 |
+
task_categories:
|
| 17 |
+
- other
|
| 18 |
+
authors:
|
| 19 |
+
- "Haydn G. Herrema"
|
| 20 |
+
- "Michael J. Kahana"
|
| 21 |
+
---
|
| 22 |
+
|
| 23 |
+
# pyFR: Delayed Free Recall of Word Lists, Preliminary Cognitive Electrophysiology Study
|
| 24 |
+
|
| 25 |
+
**Dataset ID:** `ds004865`
|
| 26 |
+
|
| 27 |
+
_Herrema2023_pyFR_Delayed_Free_
|
| 28 |
+
|
| 29 |
+
**Canonical aliases:** `pyFR`
|
| 30 |
+
|
| 31 |
+
> **At a glance:** IEEG · Visual memory · surgery · 42 subjects · 172 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="ds004865", cache_dir="./cache")
|
| 44 |
+
print(len(ds), "recordings")
|
| 45 |
+
```
|
| 46 |
+
|
| 47 |
+
You can also load it by canonical alias — these are registered classes in `eegdash.dataset`:
|
| 48 |
+
|
| 49 |
+
```python
|
| 50 |
+
from eegdash.dataset import pyFR
|
| 51 |
+
ds = pyFR(cache_dir="./cache")
|
| 52 |
+
```
|
| 53 |
+
|
| 54 |
+
If the dataset has been mirrored to the HF Hub in braindecode's Zarr layout,
|
| 55 |
+
you can also pull it directly:
|
| 56 |
+
|
| 57 |
+
```python
|
| 58 |
+
from braindecode.datasets import BaseConcatDataset
|
| 59 |
+
ds = BaseConcatDataset.pull_from_hub("EEGDash/ds004865")
|
| 60 |
+
```
|
| 61 |
+
|
| 62 |
+
|
| 63 |
+
## Dataset metadata
|
| 64 |
+
|
| 65 |
+
| | |
|
| 66 |
+
|---|---|
|
| 67 |
+
| **Subjects** | 42 |
|
| 68 |
+
| **Age range** | 15–57 yrs, mean 34.1 |
|
| 69 |
+
| **Recordings** | 172 |
|
| 70 |
+
| **Tasks (count)** | 1 |
|
| 71 |
+
| **Sessions** | 5 |
|
| 72 |
+
| **Channels** | 100 (×7), 80 (×5), 74 (×5), 131 (×5), 46 (×4), 108 (×4), 62 (×4), 110 (×4), 54 (×4), 85 (×4), 86 (×4), 53 (×4), 32 (×3), 116 (×3), 47 (×3), 150 (×3), 121 (×3), 42 (×3), 55 (×3), 75 (×3), 78 (×3), 84 (×3), 109 (×3), 27 (×3), 82 (×3), 91 (×3), 72 (×3), 88 (×3), 105 (×3), 168 (×3), 48 (×3), 123 (×3), 96 (×3), 70 (×3), 104 (×3), 130 (×2), 63 (×2), 126 (×2), 68 (×2), 57 (×2), 52 (×2), 36 (×2), 102 (×2), 124 (×2), 76 (×2), 111 (×2), 58 (×2), 149 (×2), 144 (×2), 87 (×2), 119 (×2), 153 (×2), 142 (×2), 187 (×1), 95 (×1), 81 (×1), 90 (×1), 56 (×1), 94 (×1), 98 (×1), 160 (×1), 203 (×1), 120 (×1), 101 (×1), 97 (×1), 64 (×1) |
|
| 73 |
+
| **Sampling rate (Hz)** | 1000 (×102), 512 (×40), 2000 (×16), 400 (×8), 499.7071 (×6) |
|
| 74 |
+
| **Total duration (h)** | 180.6 |
|
| 75 |
+
| **Size on disk** | 97.8 GB |
|
| 76 |
+
| **Recording type** | IEEG |
|
| 77 |
+
| **Experimental modality** | Visual |
|
| 78 |
+
| **Paradigm type** | Memory |
|
| 79 |
+
| **Population** | Surgery |
|
| 80 |
+
| **BIDS version** | 1.7.0 |
|
| 81 |
+
| **Source** | openneuro |
|
| 82 |
+
| **License** | CC0 |
|
| 83 |
+
| **NEMAR citations** | 0 |
|
| 84 |
+
|
| 85 |
+
## Tasks
|
| 86 |
+
|
| 87 |
+
- `pyFR`
|
| 88 |
+
|
| 89 |
+
|
| 90 |
+
## Upstream README
|
| 91 |
+
|
| 92 |
+
_Verbatim from the dataset's authors — the canonical description._
|
| 93 |
+
|
| 94 |
+
### pyFR: Delayed Free Recall of Word Lists, Preliminary Cognitive Electrophysiology Study
|
| 95 |
+
#### Description
|
| 96 |
+
This dataset contains behavioral events and intracranial electrophysiological recordings from a delayed free recall task. The experiment consists of participants studying a list of words, presented visually one at a time, completing simple arithmetic problems that function as a distractor, and then freely recalled the words from the just-presented list in any order. The data was collected at clinical sites across the country as part of a collaboration with the Computational Memory Lab at the University of Pennsylvania.
|
| 97 |
+
This study was a preliminary cogntive electrophysiology study undertaken by the Computational Memory Lab, and is a predecessor to the following datasets: [FR1](https://openneuro.org/datasets/ds004789) & [CatFR1](https://openneuro.org/datasets/ds004809)
|
| 98 |
+
#### To Note
|
| 99 |
+
* The iEEG recordings are labeled either "monopolar" or "bipolar." The monopolar recordings are referenced (typically a mastoid reference), but should always be re-referenced before analysis. The bipolar recordings are referenced according to a paired scheme indicated by the accompanying bipolar channels tables.
|
| 100 |
+
* Each subject has a unique montage of electrode locations. MNI and Talairach coordinates are provided when available, along with brain region annotations.
|
| 101 |
+
* Recordings were made on multiple different systems, so we have done the scaling to provide all voltage values in V.
|
| 102 |
+
#### Contact
|
| 103 |
+
For questions or inquiries, please contact sas-kahana-sysadmin@sas.upenn.edu.
|
| 104 |
+
|
| 105 |
+
|
| 106 |
+
## People
|
| 107 |
+
|
| 108 |
+
### Authors
|
| 109 |
+
- Haydn G. Herrema
|
| 110 |
+
- Michael J. Kahana _(senior)_
|
| 111 |
+
|
| 112 |
+
### Contact
|
| 113 |
+
- Haydn Herrema
|
| 114 |
+
|
| 115 |
+
## Funding
|
| 116 |
+
|
| 117 |
+
- NIH: MH055687
|
| 118 |
+
- NIH: MH061975
|
| 119 |
+
|
| 120 |
+
## Links
|
| 121 |
+
|
| 122 |
+
- **DOI:** [10.18112/openneuro.ds004865.v2.0.1](https://doi.org/10.18112/openneuro.ds004865.v2.0.1)
|
| 123 |
+
- **OpenNeuro:** [ds004865](https://openneuro.org/datasets/ds004865)
|
| 124 |
+
- **Browse 700+ datasets:** [EEGDash catalog](https://huggingface.co/spaces/EEGDash/catalog)
|
| 125 |
+
- **Docs:** <https://eegdash.org>
|
| 126 |
+
- **Code:** <https://github.com/eegdash/EEGDash>
|
| 127 |
+
|
| 128 |
+
## Provenance
|
| 129 |
+
|
| 130 |
+
- **Backend:** `s3` — `s3://openneuro.org/ds004865`
|
| 131 |
+
- **Exact size:** 104,999,471,870 bytes (97.8 GB)
|
| 132 |
+
- **Ingested:** 2026-04-06
|
| 133 |
+
- **Stats computed:** 2026-04-04
|
| 134 |
+
|
| 135 |
+
---
|
| 136 |
+
|
| 137 |
+
_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/ds004865). 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": "ds004865",
|
| 3 |
+
"title": "pyFR: Delayed Free Recall of Word Lists, Preliminary Cognitive Electrophysiology Study",
|
| 4 |
+
"source": "openneuro",
|
| 5 |
+
"source_url": "https://openneuro.org/datasets/ds004865",
|
| 6 |
+
"doi": "10.18112/openneuro.ds004865.v2.0.1",
|
| 7 |
+
"license": "CC0",
|
| 8 |
+
"loader": {
|
| 9 |
+
"library": "eegdash",
|
| 10 |
+
"class": "EEGDashDataset",
|
| 11 |
+
"kwargs": {
|
| 12 |
+
"dataset": "ds004865"
|
| 13 |
+
}
|
| 14 |
+
},
|
| 15 |
+
"catalog": "https://huggingface.co/spaces/EEGDash/catalog",
|
| 16 |
+
"generated_by": "huggingface-space/scripts/push_metadata_stubs.py"
|
| 17 |
+
}
|