DS006253: ieeg dataset, 23 subjects#

MetaRDK

Access recordings and metadata through EEGDash.

Citation: Dorian Goueytes, Francois Stockart, Alexis Robin, Lucien Gyger, Martin Rouy, Dominique Hoffmann, Lorella Minotti, Philippe Kahane, Michael Pereira, Nathan Faivre (—). MetaRDK. 10.18112/openneuro.ds006253.v1.0.3

Modality: ieeg Subjects: 23 Recordings: 201 License: CC0 Source: openneuro

Metadata: Complete (90%)

Quickstart#

Install

pip install eegdash

Access the data

from eegdash.dataset import DS006253

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

Filter by subject

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

Advanced query

dataset = DS006253(
    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{ds006253,
  title = {MetaRDK},
  author = {Dorian Goueytes and Francois Stockart and Alexis Robin and Lucien Gyger and Martin Rouy and Dominique Hoffmann and Lorella Minotti and Philippe Kahane and Michael Pereira and Nathan Faivre},
  doi = {10.18112/openneuro.ds006253.v1.0.3},
  url = {https://doi.org/10.18112/openneuro.ds006253.v1.0.3},
}

About This Dataset#

Evidence accumulation in the pre-supplementary motor area and insula drives confidence and changes of mind

Goueytes, D., Gigyer, L., Rouy, M., Hoffmann, D., Minotti, L., Kahane, P., Pereira, M., and Faivre, N. Evidence accumulation in the pre-supplementary motor area and insula drives confidence and changes of mind.

Overview

View full README

Evidence accumulation in the pre-supplementary motor area and insula drives confidence and changes of mind

Goueytes, D., Gigyer, L., Rouy, M., Hoffmann, D., Minotti, L., Kahane, P., Pereira, M., and Faivre, N. Evidence accumulation in the pre-supplementary motor area and insula drives confidence and changes of mind.

Overview

Overview of the task

MetaRDK is a project aiming to understand the neural correlates of decision making and decision making-related metacognition. Epileptic patient with pharmacology intractable epilepsy performed a perceptual decision making task associated with a confidence judgement task. The patients had to decide within a window of 6s if a a cloud of dot displayed at the center of the screen was moving right or left, and provide their answer by moving a computer mouse and clicking on the corresponding right/left target. The difficulty of the task was titrated for all patients at 70% correct using an adaptive staircase. After each answer patients were prompted to evaluate how confidence they felt in their decision on a scale from 0 to 100 (0 : Sure to be wrong, 50 : answered at random, 100 : Sure to be right

All scripts for the task, data processing and analysis are available here : doi: 10.17605/OSF.IO/2KT97

Description of the contents of the dataset

This dataset contains the high-gamma content (average power modulation in five non-overlapping frequency bands between 70 and 150Hz) of the patient while they performed the task. The data are segmented, and each segment contain high-gamma activity from trial onset (clicking on the start button) to trial offset (following the confidence judgement response), sampled at 512Hz. All information regarding the behavior of the patients (stimulus onset, response time, confidence judgements) are available in the derivative/beh directory as a separated .csv table for each patient.

The data provided were screened in order to remove trials and iEEG channels with high epilepsy-related artifact.

Methods

Subjects

All participants were patients with pharmacologically intractable epilepsy.

Apparatus

Recordings were performed at the bedside of the patients using a micromed recording system. The implantation schema was decided by the medical team solely based on the medical status of the patients.

Initial setup

The patient sat reclined in their hospital bed, with a laptop and a mouse in front of them. The task was explained to them, and they were instructed to sample the stimuli as long as required within 6s to form their decision. The confidence judgement scale was explained, and they were explicitly instructed to use the whole confidence scale.

Task organization

  • The patients first perform a short initial staircase session to titrate difficulty at 70% (the staircase procedure was maintained during the task

  • The staircase was followed by the main task, corresponding to the data shared in this dataset.

Task details

Each trial was initiated by clicking on a ‘start’ button at the bottom of the screen. This click corresponds to the trial onset. After a fixed delay, the stimulus was presented (stimonset). The decision was recorded as soon as the participants started to move the mouse (decision time), and the response was recorded upon clicking on the target button (response/R1). The confidence scale was then displayed after a fixed delay (VAS onset), and the click on the confidence scale was also recorded (R2). After a 500 ms delay, the trial ended (trial offset). For each trial, we also recorded outcome (correct), the presence of change of mind (ch_mind) and their timing (rt_chmind), as well as the coherence of the stimulus (stim_int) and the max velocity of the computer mouse (vmax). The identity and timing of all this elements is available in the derivates/beh directory

Dataset Information#

Dataset ID

DS006253

Title

MetaRDK

Author (year)

Goueytes2024

Canonical

MetaRDK

Importable as

DS006253, Goueytes2024, MetaRDK

Year

Authors

Dorian Goueytes, Francois Stockart, Alexis Robin, Lucien Gyger, Martin Rouy, Dominique Hoffmann, Lorella Minotti, Philippe Kahane, Michael Pereira, Nathan Faivre

License

CC0

Citation / DOI

doi:10.18112/openneuro.ds006253.v1.0.3

Source links

OpenNeuro | NeMAR | Source URL

Copy-paste BibTeX
@dataset{ds006253,
  title = {MetaRDK},
  author = {Dorian Goueytes and Francois Stockart and Alexis Robin and Lucien Gyger and Martin Rouy and Dominique Hoffmann and Lorella Minotti and Philippe Kahane and Michael Pereira and Nathan Faivre},
  doi = {10.18112/openneuro.ds006253.v1.0.3},
  url = {https://doi.org/10.18112/openneuro.ds006253.v1.0.3},
}

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: 23

  • Recordings: 201

  • Tasks: 4

Channels & sampling rate
  • Channels: 122 (13), 185 (2), 120, 143, 156, 186, 201, 132

  • Sampling rate (Hz): Varies

  • Duration (hours): Not calculated

Tags
  • Pathology: Epilepsy

  • Modality: Visual

  • Type: Decision-making

Files & format
  • Size on disk: 656.2 KB

  • File count: 201

  • Format: BIDS

License & citation
  • License: CC0

  • DOI: doi:10.18112/openneuro.ds006253.v1.0.3

Provenance

API Reference#

Use the DS006253 class to access this dataset programmatically.

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

Bases: EEGDashDataset

MetaRDK

Study:

ds006253 (OpenNeuro)

Author (year):

Goueytes2024

Canonical:

MetaRDK

Also importable as: DS006253, Goueytes2024, MetaRDK.

Modality: ieeg; Experiment type: Decision-making; Subject type: Epilepsy. Subjects: 23; recordings: 201; tasks: 4.

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/ds006253 NeMAR dataset: https://nemar.org/dataexplorer/detail?dataset_id=ds006253 DOI: https://doi.org/10.18112/openneuro.ds006253.v1.0.3

Examples

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