DS004789#

Delayed Free Recall of Word Lists

Access recordings and metadata through EEGDash.

Citation: Haydn G. Herrema, Michael J. Kahana (2023). Delayed Free Recall of Word Lists. 10.18112/openneuro.ds004789.v3.1.0

Modality: ieeg Subjects: 280 Recordings: 7425 License: CC0 Source: openneuro Citations: 3.0

Metadata: Complete (100%)

Quickstart#

Install

pip install eegdash

Access the data

from eegdash.dataset import DS004789

dataset = DS004789(cache_dir="./data")
# Get the raw object of the first recording
raw = dataset.datasets[0].raw
print(raw.info)

Filter by subject

dataset = DS004789(cache_dir="./data", subject="01")

Advanced query

dataset = DS004789(
    cache_dir="./data",
    query={"subject": {"$in": ["01", "02"]}},
)

Iterate recordings

for rec in dataset:
    print(rec.subject, rec.raw.info['sfreq'])

If you use this dataset in your research, please cite the original authors.

BibTeX

@dataset{ds004789,
  title = {Delayed Free Recall of Word Lists},
  author = {Haydn G. Herrema and Michael J. Kahana},
  doi = {10.18112/openneuro.ds004789.v3.1.0},
  url = {https://doi.org/10.18112/openneuro.ds004789.v3.1.0},
}

About This Dataset#

Delayed Free Recall of Word Lists

Description

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 recalling 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.

To Note

  • 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.

  • Each subject has a unique montage of electrode locations. MNI and Talairach coordinates are provided when available, along with brain region annotations.

  • Recordings were made on multiple different systems, so we have done the scaling to provide all voltage values in V.

Contact

For questions or inquiries, please contact sas-kahana-sysadmin@sas.upenn.edu.

Dataset Information#

Dataset ID

DS004789

Title

Delayed Free Recall of Word Lists

Year

2023

Authors

Haydn G. Herrema, Michael J. Kahana

License

CC0

Citation / DOI

doi:10.18112/openneuro.ds004789.v3.1.0

Source links

OpenNeuro | NeMAR | Source URL

Copy-paste BibTeX
@dataset{ds004789,
  title = {Delayed Free Recall of Word Lists},
  author = {Haydn G. Herrema and Michael J. Kahana},
  doi = {10.18112/openneuro.ds004789.v3.1.0},
  url = {https://doi.org/10.18112/openneuro.ds004789.v3.1.0},
}

Found an issue with this dataset?

If you encounter any problems with this dataset (missing files, incorrect metadata, loading errors, etc.), please let us know!

Report an Issue on GitHub

Technical Details#

Subjects & recordings
  • Subjects: 280

  • Recordings: 7425

  • Tasks: 1

Channels & sampling rate
  • Channels: 126 (174), 108 (64), 112 (64), 110 (62), 88 (58), 128 (56), 120 (56), 127 (48), 116 (44), 124 (42), 196 (40), 109 (38), 111 (36), 106 (34), 100 (34), 113 (32), 125 (30), 86 (28), 64 (26), 107 (26), 60 (26), 118 (24), 158 (24), 104 (22), 68 (22), 178 (20), 121 (20), 122 (20), 180 (20), 76 (20), 80 (18), 102 (18), 56 (18), 142 (18), 140 (16), 97 (16), 153 (16), 75 (16), 172 (14), 146 (14), 85 (14), 62 (14), 114 (14), 188 (14), 83 (14), 90 (14), 148 (14), 130 (14), 173 (12), 139 (12), 168 (12), 162 (12), 72 (12), 92 (12), 78 (12), 134 (12), 70 (12), 165 (10), 206 (10), 93 (10), 74 (10), 96 (10), 160 (10), 141 (10), 161 (8), 84 (8), 123 (8), 46 (8), 200 (8), 54 (8), 224 (8), 177 (8), 136 (8), 119 (8), 203 (8), 176 (6), 50 (6), 186 (6), 208 (6), 69 (6), 133 (6), 166 (6), 152 (6), 103 (6), 154 (6), 99 (6), 94 (6), 59 (6), 138 (6), 212 (6), 37 (6), 156 (4), 36 (4), 213 (4), 218 (4), 184 (4), 55 (4), 95 (4), 58 (4), 170 (4), 151 (4), 26 (4), 43 (4), 149 (4), 105 (4), 182 (4), 87 (4), 179 (4), 67 (4), 52 (4), 216 (2), 209 (2), 14 (2), 202 (2), 98 (2), 129 (2), 16 (2), 101 (2), 190 (2), 53 (2), 77 (2), 38 (2), 63 (2), 131 (2), 215 (2), 65 (2), 73 (2), 229 (2), 175 (2), 195 (2), 48 (2)

  • Sampling rate (Hz): 1000.0 (1570), 500.0 (238), 1600.0 (64), 999.0 (38), 499.7071 (32), 2000.0 (12), 1024.0 (8), 512.0 (4)

  • Duration (hours): 0.0

Tags
  • Pathology: Not specified

  • Modality: Visual

  • Type: Memory

Files & format
  • Size on disk: 576.3 GB

  • File count: 7425

  • Format: BIDS

License & citation
  • License: CC0

  • DOI: doi:10.18112/openneuro.ds004789.v3.1.0

Provenance

API Reference#

Use the DS004789 class to access this dataset programmatically.

class eegdash.dataset.DS004789(cache_dir: str, query: dict | None = None, s3_bucket: str | None = None, **kwargs)[source]#

Bases: EEGDashDataset

OpenNeuro dataset ds004789. Modality: ieeg; Experiment type: Memory; Subject type: Unknown. Subjects: 273; recordings: 983; tasks: 1.

Parameters:
  • cache_dir (str | Path) – Directory where data are cached locally.

  • query (dict | None) – Additional MongoDB-style filters to AND with the dataset selection. Must not contain the key dataset.

  • s3_bucket (str | None) – Base S3 bucket used to locate the data.

  • **kwargs (dict) – Additional keyword arguments forwarded to EEGDashDataset.

data_dir#

Local dataset cache directory (cache_dir / dataset_id).

Type:

Path

query#

Merged query with the dataset filter applied.

Type:

dict

records#

Metadata records used to build the dataset, if pre-fetched.

Type:

list[dict] | None

Notes

Each item is a recording; recording-level metadata are available via dataset.description. query supports MongoDB-style filters on fields in ALLOWED_QUERY_FIELDS and is combined with the dataset filter. Dataset-specific caveats are not provided in the summary metadata.

References

OpenNeuro dataset: https://openneuro.org/datasets/ds004789 NeMAR dataset: https://nemar.org/dataexplorer/detail?dataset_id=ds004789

Examples

>>> from eegdash.dataset import DS004789
>>> dataset = DS004789(cache_dir="./data")
>>> recording = dataset[0]
>>> raw = recording.load()
__init__(cache_dir: str, query: dict | None = None, s3_bucket: str | None = None, **kwargs)[source]#
save(path, overwrite=False)[source]#

Save the dataset to disk.

Parameters:
  • path (str or Path) – Destination file path.

  • overwrite (bool, default False) – If True, overwrite existing file.

Return type:

None

See Also#