DS005494#
Cued Recall of Paired Associates with Open-Loop Stimulation at Encoding or Retrieval
Access recordings and metadata through EEGDash.
Citation: Haydn G. Herrema, Michael J. Kahana (2024). Cued Recall of Paired Associates with Open-Loop Stimulation at Encoding or Retrieval. 10.18112/openneuro.ds005494.v1.0.1
Modality: ieeg Subjects: 20 Recordings: 368 License: CC0 Source: openneuro Citations: 0.0
Metadata: Complete (100%)
Quickstart#
Install
pip install eegdash
Access the data
from eegdash.dataset import DS005494
dataset = DS005494(cache_dir="./data")
# Get the raw object of the first recording
raw = dataset.datasets[0].raw
print(raw.info)
Filter by subject
dataset = DS005494(cache_dir="./data", subject="01")
Advanced query
dataset = DS005494(
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{ds005494,
title = {Cued Recall of Paired Associates with Open-Loop Stimulation at Encoding or Retrieval},
author = {Haydn G. Herrema and Michael J. Kahana},
doi = {10.18112/openneuro.ds005494.v1.0.1},
url = {https://doi.org/10.18112/openneuro.ds005494.v1.0.1},
}
About This Dataset#
Cued Recall of Paired Associates with Open-Loop Stimulation at Encoding or Retrieval
Description
This dataset contains behavioral events and intracranial electrophysiological recordings from a paired associates memory task with open-loop stimulation at encoding or retrieval. The experiment consists of participants studying pairs of visually presented words, completing simple arithmetic problems that function as a distractor, and then completing a cued recall task. 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. This dataset is an open-loop stimulation version of the PAL1_ dataset.
Each session contains 25 lists of the structure: encoding, distractor, cued recall. During encooding, 6 pairs of words are presented one pair at a time. Each pair remains on screen for 4000 ms and is followed by a 1000 ms interstimulus interval. During the cued recall, one randomly chosen word from each pair is shown, and the participant is asked to vocally recall the other word from the pair. Participants have 5000 ms for each recall, and then the next cue (i.e., a word from another pair) is shown. All 6 pairs of words are tested on each list, in random order.
View full README
Cued Recall of Paired Associates with Open-Loop Stimulation at Encoding or Retrieval
Description
This dataset contains behavioral events and intracranial electrophysiological recordings from a paired associates memory task with open-loop stimulation at encoding or retrieval. The experiment consists of participants studying pairs of visually presented words, completing simple arithmetic problems that function as a distractor, and then completing a cued recall task. 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. This dataset is an open-loop stimulation version of the PAL1_ dataset.
Each session contains 25 lists of the structure: encoding, distractor, cued recall. During encooding, 6 pairs of words are presented one pair at a time. Each pair remains on screen for 4000 ms and is followed by a 1000 ms interstimulus interval. During the cued recall, one randomly chosen word from each pair is shown, and the participant is asked to vocally recall the other word from the pair. Participants have 5000 ms for each recall, and then the next cue (i.e., a word from another pair) is shown. All 6 pairs of words are tested on each list, in random order.
This study contains open-loop electrical stimulation of the brain during encoding or retrieval. There is no stimulation during the distractor phase. Stimulation is delivered to a single electrode at a time, with locations chosen in the hippocampus and entorhinal cortex. Stimulation parameters are included in the behavioral events tsv files, denoting the anode/cathode labels, amplitude, pulse frequency, pulse width, and pulse count.
20 of the 25 lists in a session are randomly assigned as stimulation lists, 10 of which contain stimulation at encoding and 10 of which contain stimulation at retrieval. 5 lists contain no stimulation at all, and no lists contains stimulation at both encoding and retrieval. On the encoding stimulation lists, stimulation occurs on alternating word-pairs, meaning 3 of the 6 word-pairs are presented with stimulation. Stimulation starts 200 ms prior to the onset of the word-pair and lasts for 4.6 seconds, ending 400 ms after the offset of the word-pair. On the retrieval stimulation lists, stimulation occurs on alternating cues, meaning 3 of the 6 recall cues have stimulation. Stimulation starts 200 ms prior to the onset of the recall cue and lasts for 4.6 seconds, ending 400 ms after the offset of the recall cue. Half of the stimulation lists begin with a stimulation on pair/cue and half begin with a stimulation off pair/cue, but the order of these conditions is random.
An encoding stimulation list that begins with a stimulation pair would look as follows (with bold indicating stimulation):
1A/B| 2A/B | 3A/B| 4A/B | 5A/B | 6A/B
A retrieval stimulation list that begins with a non-stimulation cue would look as follows (with bold indicating stimulation):
3A-? | 5B-?| 2B-? |**6A-?**| 4B-? |1A-?
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.
Recordings done with the Blackrock system are in units of 250 nV, while recordings done with the Medtronic system are estimated through testing to have units of 0.1 uV. We have completed the scaling to provide values in V.
Contact
For questions or inquiries, please contact sas-kahana-sysadmin@sas.upenn.edu.
References
Appelhoff, S., Sanderson, M., Brooks, T., Vliet, M., Quentin, R., Holdgraf, C., Chaumon, M., Mikulan, E., Tavabi, K., Höchenberger, R., Welke, D., Brunner, C., Rockhill, A., Larson, E., Gramfort, A. and Jas, M. (2019). MNE-BIDS: Organizing electrophysiological data into the BIDS format and facilitating their analysis. Journal of Open Source Software 4: (1896). https://doi.org/10.21105/joss.01896
Holdgraf, C., Appelhoff, S., Bickel, S., Bouchard, K., D’Ambrosio, S., David, O., … Hermes, D. (2019). iEEG-BIDS, extending the Brain Imaging Data Structure specification to human intracranial electrophysiology. Scientific Data, 6, 102. https://doi.org/10.1038/s41597-019-0105-7
Dataset Information#
Dataset ID |
|
Title |
Cued Recall of Paired Associates with Open-Loop Stimulation at Encoding or Retrieval |
Year |
2024 |
Authors |
Haydn G. Herrema, Michael J. Kahana |
License |
CC0 |
Citation / DOI |
|
Source links |
OpenNeuro | NeMAR | Source URL |
Copy-paste BibTeX
@dataset{ds005494,
title = {Cued Recall of Paired Associates with Open-Loop Stimulation at Encoding or Retrieval},
author = {Haydn G. Herrema and Michael J. Kahana},
doi = {10.18112/openneuro.ds005494.v1.0.1},
url = {https://doi.org/10.18112/openneuro.ds005494.v1.0.1},
}
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!
Technical Details#
Subjects: 20
Recordings: 368
Tasks: 1
Channels: 88 (8), 100 (8), 72 (6), 177 (6), 128 (6), 68 (6), 114 (4), 64 (4), 112 (4), 141 (4), 16 (4), 85 (4), 14 (4), 86 (2), 102 (2), 107 (2), 95 (2), 124 (2), 122 (2), 93 (2), 111 (2), 84 (2), 106 (2), 138 (2), 121 (2), 119 (2), 104 (2), 146 (2), 96 (2), 110 (2)
Sampling rate (Hz): 500.0 (70), 1000.0 (32)
Duration (hours): 0.0
Pathology: Not specified
Modality: —
Type: —
Size on disk: 26.3 GB
File count: 368
Format: BIDS
License: CC0
DOI: doi:10.18112/openneuro.ds005494.v1.0.1
API Reference#
Use the DS005494 class to access this dataset programmatically.
- class eegdash.dataset.DS005494(cache_dir: str, query: dict | None = None, s3_bucket: str | None = None, **kwargs)[source]#
Bases:
EEGDashDatasetOpenNeuro dataset
ds005494. Modality:ieeg; Experiment type:Unknown; Subject type:Unknown. Subjects: 20; recordings: 51; 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.querysupports MongoDB-style filters on fields inALLOWED_QUERY_FIELDSand is combined with the dataset filter. Dataset-specific caveats are not provided in the summary metadata.References
OpenNeuro dataset: https://openneuro.org/datasets/ds005494 NeMAR dataset: https://nemar.org/dataexplorer/detail?dataset_id=ds005494
Examples
>>> from eegdash.dataset import DS005494 >>> dataset = DS005494(cache_dir="./data") >>> recording = dataset[0] >>> raw = recording.load()
See Also#
eegdash.dataset.EEGDashDataseteegdash.dataset