DS002550#

Differential brain mechanisms of selection and maintenance of information during working memory (MEG data)

Access recordings and metadata through EEGDash.

Citation: Romain Quentin, Jean-Remi King, Etienne Sallard, Nathan Fishman, Ryan Thompson, Ethan Buch, Leonardo Cohen (2020). Differential brain mechanisms of selection and maintenance of information during working memory (MEG data). 10.18112/openneuro.ds002550.v1.0.1

Modality: meg Subjects: 22 Recordings: 10745 License: CC0 Source: openneuro Citations: 0.0

Metadata: Complete (100%)

Quickstart#

Install

pip install eegdash

Access the data

from eegdash.dataset import DS002550

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

Filter by subject

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

Advanced query

dataset = DS002550(
    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{ds002550,
  title = {Differential brain mechanisms of selection and maintenance of information during working memory (MEG data)},
  author = {Romain Quentin and Jean-Remi King and Etienne Sallard and Nathan Fishman and Ryan Thompson and Ethan Buch and Leonardo Cohen},
  doi = {10.18112/openneuro.ds002550.v1.0.1},
  url = {https://doi.org/10.18112/openneuro.ds002550.v1.0.1},
}

About This Dataset#

OpenNeuro curator note: This dataset was previously accessible at ds001750. The dataset was reuploaded due to privacy considerations.

Data folder corresponding to this manuscript

Differential brain mechanisms of selection and maintenance of information during working memory

Note: One participant didn’t sign a sharing data agreement so data of 22 participants are available here (vs. 23 in the manuscript). Results and conclusion are not different with only 22 participants.

View full README

OpenNeuro curator note: This dataset was previously accessible at ds001750. The dataset was reuploaded due to privacy considerations.

Data folder corresponding to this manuscript

Differential brain mechanisms of selection and maintenance of information during working memory

Note: One participant didn’t sign a sharing data agreement so data of 22 participants are available here (vs. 23 in the manuscript). Results and conclusion are not different with only 22 participants.

Participant folder are organized as: - ##### ‘ses-mri/anat’:

contains T1 MRI of the participant - ##### ses-01:

contains MEG data in BIDS format, behavioral data and HPI position in surface RAS MRI coordinates for session 1 - ##### ses-02:

contains MEG data in BIDS format, behavioral data and HPI position in surface RAS MRI coordinates for session 2

Description of non-MEG files:

  • ##### behavioral task scripts:

Matlab (psychtoolbox 3) script for Working Memory (WorkMem) and one-back control task (LocaCue) - ##### hpi_mri_surf.txt:

Contains the X, Y Z coordinates of the nasion, left and right HPI (head position indicator) in surface MRI coordinates. Names of the electrode are NEC (nasion), LEC (left) and REC (right). Others coordinates are for co-registration during the session (not useful here). These HPI coordinates have been acquired from the neuronavigation system brainsight (https://www.rogue-research.com/tms/brainsight-tms/) - ##### WorkMem+subNumber+date.csv:

Contains behavioral results:

  • NbTrial: trial number

  • FixNbTrial: trial number with good eye fixation

  • isFixed: whether the participant fixed the central dot during the trial (1:correct fixation, 0:broke fixation)

  • GaborLeft: left gabor (25 possible, 5 spatial frequency* 5 orientations)

  • GaborRight: right gabor (25 possible, 5 spatial frequency* 5 orientations)

  • Cue: cue (4 possible, 1: left dotted, 2: left solid, 3: right dotted, 4: left solid)

  • Change: whether the cued stimulus attribute is different from the corresponding probe attribute (1: different, 0: same)

  • sfLeft: spatial frequency of the left gabor (5 possible)

  • orientLeft: line orientation of the left gabor (5 possible)

  • phaseLeft: phase of the left gabor (5 possible)

  • sfRight: spatial frequency of the right gabor (5 possible)

  • orientRight: line orientation of the right gabor (5 possible)

  • phaseRight: phase of the right gabor (5 possible)

  • randomSF: probe spatial frequency if change=1

  • randomOrient: line orientation if change=1

  • phaseResp: phase of the probe

  • Response: response of the participant (1: different, 0: similar)

  • isCorrect: correctness of the response (1: correct, 0: uncorrect)

  • reactionTime: reaction time from probe onset to participant response

  • TrialTime: total trial duration

  • runningTime: running time

  • fixcrossTime: duration of the fixation dot presentation before stimulus onset (should be between 0.350 and 0.450 s)

  • gaborTime: duration of stimulus presentation (should be 0.1 s)

  • precueTime: duration between stimulus offset and cue onset (should be between 0.75 and 0.85 s)

  • cueTime: duration of the cue presentation (should be 0.1 s)

  • postcueTime: duration between cue offset and probe onset (should be between 1.45 and 1.55 s)

  • feedbackTime: duration of the feedback (green or red dot, should be 0.1 s)

  • triggGabor: trigger sent to MEG acquisition at the stimulus onset

  • triggCue: trigger sent to MEG acquisition at the cue onset

  • triggProbe: trigger sent to MEG acquisition at the probe onset

  • ##### locacue+subNumber+date.csv:

  • NbTrial: trial number

  • FixNbTrial: trial number with good eye fixation

  • isFixed: whether the participant fixed the central dot during the trial (1:correct fixation, 0:broke fixation)

  • same: whether 2 consecutive lines are similar (1: similar, 0: different)

  • Cue: cue (4 possible, 1: left dotted, 2: left solid, 3: right dotted, 4: left solid)

  • Side: side of the cue (1: right, 0: left)

  • Press: whether the participant press the button (1: press, 0: no press)

  • isCorrect: correctness of the response (1: correct, 0: uncorrect)

  • ReactionTime: reaction time when a button is pressed

  • TrialTime: total trial duration

  • runningTime: running time

  • fixcrossTime: duration of the fixation dot

  • cueTime: duration of the cue presentation (should be 0.1 s)

  • postcueTime: duration between the cue offset and the beginning of the next trial (should be 1.2 s)

Dataset Information#

Dataset ID

DS002550

Title

Differential brain mechanisms of selection and maintenance of information during working memory (MEG data)

Year

2020

Authors

Romain Quentin, Jean-Remi King, Etienne Sallard, Nathan Fishman, Ryan Thompson, Ethan Buch, Leonardo Cohen

License

CC0

Citation / DOI

10.18112/openneuro.ds002550.v1.0.1

Source links

OpenNeuro | NeMAR | Source URL

Copy-paste BibTeX
@dataset{ds002550,
  title = {Differential brain mechanisms of selection and maintenance of information during working memory (MEG data)},
  author = {Romain Quentin and Jean-Remi King and Etienne Sallard and Nathan Fishman and Ryan Thompson and Ethan Buch and Leonardo Cohen},
  doi = {10.18112/openneuro.ds002550.v1.0.1},
  url = {https://doi.org/10.18112/openneuro.ds002550.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!

Report an Issue on GitHub

Technical Details#

Subjects & recordings
  • Subjects: 22

  • Recordings: 10745

  • Tasks: 2

Channels & sampling rate
  • Channels: 308 (367), 307 (8), 304 (2)

  • Sampling rate (Hz): 1200.0 (374), 12000.0 (3)

  • Duration (hours): 0.0

Tags
  • Pathology: Healthy

  • Modality: Visual

  • Type: Memory

Files & format
  • Size on disk: 167.5 GB

  • File count: 10745

  • Format: BIDS

License & citation
  • License: CC0

  • DOI: 10.18112/openneuro.ds002550.v1.0.1

Provenance

API Reference#

Use the DS002550 class to access this dataset programmatically.

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

Bases: EEGDashDataset

OpenNeuro dataset ds002550. Modality: meg; Experiment type: Memory; Subject type: Healthy. Subjects: 22; recordings: 377; tasks: 2.

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/ds002550 NeMAR dataset: https://nemar.org/dataexplorer/detail?dataset_id=ds002550

Examples

>>> from eegdash.dataset import DS002550
>>> dataset = DS002550(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#