EEGdashOpenNeuroDS007347
Iss. 7347 · 5 subjects · 10 recordings · CC0
Dataset Brief · Sterotactic Focused Ultrasound Mesencephalotomy for the Treat…

DS007347: eeg dataset, 5 subjects#

Sterotactic Focused Ultrasound Mesencephalotomy for the Treatment of Head and Neck Cancer Pain

Citation: W. Jeffrey Elias, Chang-Chia Liu, Divine Nwafor, Patrick H. Finan, Mark Quigg, Shayan Moosa (—). Sterotactic Focused Ultrasound Mesencephalotomy for the Treatment of Head and Neck Cancer Pain. 10.18112/openneuro.ds007347.v1.0.0

5-participant EEG dataset — Sterotactic Focused Ultrasound Mesencephalotomy for the Treatment of Head and Neck Cancer Pain.

EEG · 50 (6), 102 (4) ch256, 512 HzBIDS 1.8.0Task · resting3 sessionsCancerResting StateClinical/Intervention
Layer 01Study
What was asked
Hypothesis, independent & dependent variables, paradigm, cohort, and the editorial caveats around what the recordings can and cannot answer.
Layer 02Signal · BIDS
What was recorded
Sidecars, channels & electrodes, coordinate system, event semantics, and quality stats from the NEMAR pipeline when available.
Layer 03Training · ML
What you can train on
Recommended access modes — MNE Raw, braindecode windows, PyTorch DataLoader — plus the targets the metadata makes addressable.
§ 01Access · Get started

Quickstart#

Install

pip install eegdash

Access the data

from eegdash.dataset import DS007347

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

Filter by subject

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

Advanced query

dataset = DS007347(
    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{ds007347,
  title = {Sterotactic Focused Ultrasound Mesencephalotomy for the Treatment of Head and Neck Cancer Pain},
  author = {W. Jeffrey Elias and Chang-Chia Liu and Divine Nwafor and Patrick H. Finan and Mark Quigg and Shayan Moosa},
  doi = {10.18112/openneuro.ds007347.v1.0.0},
  url = {https://doi.org/10.18112/openneuro.ds007347.v1.0.0},
}
§ 02Study · The README

About This Dataset#

Below is a template to write a README file for this BIDS dataset. If this message is still present, it means that the person exporting the file has decided not to update the template.If you are the researcher editing this README file, please remove this warning section.

The README is usually the starting point for researchers using your dataand serves as a guidepost for users of your data. A clear and informativeREADME makes your data much more usable.

In general you can include information in the README that is not captured by some otherfiles in the BIDS dataset (dataset_description.json, events.tsv, …).

README

WARNING

It can also be useful to also include information that might already bepresent in another file of the dataset but might be important for users to be aware ofbefore preprocessing or analysing the data. If the README gets too long you have the possibility to create a /doc folderand add it to the .bidsignore file to make sure it is ignored by the BIDS validator.

More info here: https://neurostars.org/t/where-in-a-bids-dataset-should-i-put-notes-about-individual-mri-acqusitions/17315/3

View full README

README

WARNING

It can also be useful to also include information that might already bepresent in another file of the dataset but might be important for users to be aware ofbefore preprocessing or analysing the data. If the README gets too long you have the possibility to create a /doc folderand add it to the .bidsignore file to make sure it is ignored by the BIDS validator.

More info here: https://neurostars.org/t/where-in-a-bids-dataset-should-i-put-notes-about-individual-mri-acqusitions/17315/3

Details related to access to the data

  • Data user agreement

If the dataset requires a data user agreement, link to the relevant information. - Contact person

Indicate the name and contact details (email and ORCID) of the person responsible for additional information. - Practical information to access the data

If there is any special information related to access rights orhow to download the data make sure to include it.For example, if the dataset was curated using datalad,make sure to include the relevant section from the datalad handbook:http://handbook.datalad.org/en/latest/basics/101-180-FAQ.html#how-can-i-help-others-get-started-with-a-shared-dataset

Overview

  • Project name (if relevant)

  • Year(s) that the project ran

If no scans.tsv is included, this could at least cover when the data acquisitionstarter and ended. Local time of day is particularly relevant to subject state. - Brief overview of the tasks in the experiment

A paragraph giving an overview of the experiment. This should include thegoals or purpose and a discussion about how the experiment tries to achievethese goals. - Description of the contents of the dataset

An easy thing to add is the output of the bids-validator that describes what type ofdata and the number of subject one can expect to find in the dataset. - Independent variables

A brief discussion of condition variables (sometimes called contrastsor independent variables) that were varied across the experiment. - Dependent variables

A brief discussion of the response variables (sometimes called thedependent variables) that were measured and or calculated to assessthe effects of varying the condition variables. This might also includequestionnaires administered to assess behavioral aspects of the experiment. - Control variables

A brief discussion of the control variables — that is what aspectswere explicitly controlled in this experiment. The control variables mightinclude subject pool, environmental conditions, set up, or other thingsthat were explicitly controlled. - Quality assessment of the data

Provide a short summary of the quality of the data ideally with descriptive statistics if relevantand with a link to more comprehensive description (like with MRIQC) if possible.

Methods

Subjects

A brief sentence about the subject pool in this experiment.

Remember that Control or Patient status should be defined in the ``participants.tsv``using a group column. - Information about the recruitment procedure- [ ] Subject inclusion criteria (if relevant)- [ ] Subject exclusion criteria (if relevant)

Apparatus

A summary of the equipment and environment setup for theexperiment. For example, was the experiment performed in a shielded roomwith the subject seated in a fixed position.

Initial setup

A summary of what setup was performed when a subject arrived.

Task organization

How the tasks were organized for a session.This is particularly important because BIDS datasets usually have task dataseparated into different files.) - Was task order counter-balanced?- [ ] What other activities were interspersed between tasks? - In what order were the tasks and other activities performed?

Task details

As much detail as possible about the task and the events that were recorded.

Additional data acquired

A brief indication of data other than theimaging data that was acquired as part of this experiment. In additionto data from other modalities and behavioral data, this might includequestionnaires and surveys, swabs, and clinical information. Indicatethe availability of this data.

This is especially relevant if the data are not included in a phenotype folder.https://bids-specification.readthedocs.io/en/stable/03-modality-agnostic-files.html#phenotypic-and-assessment-data

Experimental location

This should include any additional information regarding thethe geographical location and facility that cannot be includedin the relevant json files.

Missing data

Mention something if some participants are missing some aspects of the data.This can take the form of a processing log and/or abnormalities about the dataset.

Some examples: - A brain lesion or defect only present in one participant- Some experimental conditions missing on a given run for a participant because of some technical issue.- Any noticeable feature of the data for certain participants- Differences (even slight) in protocol for certain participants.

Notes

Any additional information or pointers to information thatmight be helpful to users of the dataset. Include qualitative informationrelated to how the data acquisition went.

§ 03Cohort · Participants

Cohort#

Dataset Statistics#

Channel counts (ch)

50102

Sampling frequencies (Hz)

256512

Total recording duration: 4 h 28 min

§ 04Signal · Electrodes & trace

Signal · Electrodes & live trace#

Fig. 01 Signal & montage 50 (6), 102 (4) ch · EEG · 256, 512 Hz · 5 subjects, 10 recordings
Live trace viewer — sub-002 · ses-2 · task-resting

Showing one representative recording out of 5 subjects and 10 recordings in this dataset. Browse the full set on OpenNeuro; drop any other _eeg.{set,edf,bdf,vhdr} file onto the viewer (or pass ?eeg=<url>) to inspect it.

No scalp electrode layout is currently indexed for this dataset. Once the eegdash montage registry ingests it, the interactive viewer will appear here automatically.

NEMAR Processing Statistics#

The plots below are generated by NEMAR’s automated EEG pipeline. The histogram shows pipeline success for data cleaning and ICA decomposition, the percentage of data frames and EEG channels retained after artefact removal, line noise per channel (RMS, dB), and the age/gender distribution of participants.

HED event descriptors word cloud HED event descriptors word cloud — DS007347
§ 05Manifest · BIDS tree

Manifest#

File Explorer#

Browse the BIDS file structure of this dataset. Records are fetched on demand from the EEGDash catalog the first time you open the explorer.

Recordings
Files
Subjects
Modalities
Click to load file structure…
Full dataset metadata table

Dataset ID

DS007347

Title

Sterotactic Focused Ultrasound Mesencephalotomy for the Treatment of Head and Neck Cancer Pain

Author (year)

Elias2026

Canonical

Importable as

DS007347, Elias2026

Year

Authors

  1. Jeffrey Elias, Chang-Chia Liu, Divine Nwafor, Patrick H. Finan, Mark Quigg, Shayan Moosa

License

CC0

Citation / DOI

doi:10.18112/openneuro.ds007347.v1.0.0

Source links

OpenNeuro | NeMAR | Source URL

Copy-paste BibTeX
@dataset{ds007347,
  title = {Sterotactic Focused Ultrasound Mesencephalotomy for the Treatment of Head and Neck Cancer Pain},
  author = {W. Jeffrey Elias and Chang-Chia Liu and Divine Nwafor and Patrick H. Finan and Mark Quigg and Shayan Moosa},
  doi = {10.18112/openneuro.ds007347.v1.0.0},
  url = {https://doi.org/10.18112/openneuro.ds007347.v1.0.0},
}
§ 06API · Programmatic access

API Reference#

Signature
eegdash.dataset
class
eegdash.dataset.DS007347(cache_dir, query=None, s3_bucket=None, **kwargs)
Bases: EEGDashDataset
Author (year)Elias2026
Canonical
Importable asDS007347 · Elias2026
Sourceeegdash/dataset/registry.py · [source ↗]
class eegdash.dataset.DS007347(cache_dir: str, query: dict | None = None, s3_bucket: str | None = None, **kwargs)[source]#

Sterotactic Focused Ultrasound Mesencephalotomy for the Treatment of Head and Neck Cancer Pain

Study:

ds007347 (OpenNeuro)

Author (year):

Elias2026

Canonical:

Also importable as: DS007347, Elias2026.

Modality: eeg; Experiment type: Clinical/Intervention; Subject type: Cancer. Subjects: 5; recordings: 10; 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/ds007347 NeMAR dataset: https://nemar.org/dataexplorer/detail?dataset_id=ds007347 DOI: https://doi.org/10.18112/openneuro.ds007347.v1.0.0

Examples

>>> from eegdash.dataset import DS007347
>>> dataset = DS007347(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: str, overwrite: bool = False, offset: int = 0)[source]#

Save datasets to files by creating one subdirectory for each dataset:

path/
    0/
        0-raw.fif | 0-epo.fif
        description.json
        raw_preproc_kwargs.json (if raws were preprocessed)
        window_kwargs.json (if this is a windowed dataset)
        window_preproc_kwargs.json  (if windows were preprocessed)
        target_name.json (if target_name is not None and dataset is raw)
    1/
        1-raw.fif | 1-epo.fif
        description.json
        raw_preproc_kwargs.json (if raws were preprocessed)
        window_kwargs.json (if this is a windowed dataset)
        window_preproc_kwargs.json  (if windows were preprocessed)
        target_name.json (if target_name is not None and dataset is raw)
Parameters:
  • path (str) –

    Directory in which subdirectories are created to store

    -raw.fif | -epo.fif and .json files to.

  • overwrite (bool) – Whether to delete old subdirectories that will be saved to in this call.

  • offset (int) – If provided, the integer is added to the id of the dataset in the concat. This is useful in the setting of very large datasets, where one dataset has to be processed and saved at a time to account for its original position.

Access modesMNE → braindecode → PyTorch → ML
.rawMNE Raw object — standard tools (filter, epoch, ICA, plot_psd).mne
DataLoaderWraps the windowed dataset into a PyTorch DataLoader; supports parallel workers and on-the-fly augmentations.pytorch
Zarr cacheOptional braindecode Zarr mirror for fast resume; persisted to cache_dir.zarr
Hugging FaceNo per-dataset mirror published yet — browse the EEGDash org listing for sibling datasets. See the datasets loader API.huggingface
Croissant 1.0Machine-readable JSON-LD descriptorDS007347.croissant.json (MLCommons schema, ingestible by PyTorch / TensorFlow / JAX).mlcommons
Examples using EEGDashcurated · start here

Swap any load_dataset(...) call for ds007347 to reproduce the tutorial on this dataset.

Citation

W. Jeffrey Elias, Chang-Chia Liu, Divine Nwafor, Patrick H. Finan, Mark Quigg, … (n.d.). Sterotactic Focused Ultrasound Mesencephalotomy for the Treatment of Head and Neck Cancer Pain. 10.18112/openneuro.ds007347.v1.0.0

Provenance

¹Contributed to openneuro in BIDS format.

²Curated & ingested by the EEGDash catalog; see CITATION.cff for canonical reference.

³Persistent identifier: 10.18112/openneuro.ds007347.v1.0.0.

BIDS
BIDS 1.8.0
Sidecars
events · channels · eeg.json
Machine-readable
Mirrors

See Also#