DS004642#
Intraoperative recordings of medianus stimulation with low and high impedance ECoG
Access recordings and metadata through EEGDash.
Citation: Vasileios Dimakopoulos, Marian Neidert, Johannes Sarnthein (2023). Intraoperative recordings of medianus stimulation with low and high impedance ECoG. 10.18112/openneuro.ds004642.v1.0.1
Modality: ieeg Subjects: 10 Recordings: 55 License: CC0 Source: openneuro Citations: 2.0
Metadata: Complete (100%)
Quickstart#
Install
pip install eegdash
Access the data
from eegdash.dataset import DS004642
dataset = DS004642(cache_dir="./data")
# Get the raw object of the first recording
raw = dataset.datasets[0].raw
print(raw.info)
Filter by subject
dataset = DS004642(cache_dir="./data", subject="01")
Advanced query
dataset = DS004642(
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{ds004642,
title = {Intraoperative recordings of medianus stimulation with low and high impedance ECoG},
author = {Vasileios Dimakopoulos and Marian Neidert and Johannes Sarnthein},
doi = {10.18112/openneuro.ds004642.v1.0.1},
url = {https://doi.org/10.18112/openneuro.ds004642.v1.0.1},
}
About This Dataset#
Intraoperative recordings of medianus stimulation with low and high impedance ECoG
This dataset of medianus SEP was first analyzed in publication [1]. There we investigated whether the low impedance ECoG electrode (LoZ) improves fast ripple detection over a standard electrode with high impedance contacts (HiZ). There are 10 patients (median age 40 y, range 19-56 y, 6 female) who underwent brain tumor resections in the perirolandic region at our institution. The data includes the continuous raw data from the ECoG contacts of both electrodes. We recorded medianus SEP intraoperatively (stimulation rate = 4.7 Hz) from two 4-contacts ECoG strips simultaneously (LoZ: a contacts, HiZ: b contacts) that had different median impedance (LoZ: 3.4 kΩ, HiZ: 6.9 kΩ).
Repository structure
View full README
Intraoperative recordings of medianus stimulation with low and high impedance ECoG
This dataset of medianus SEP was first analyzed in publication [1]. There we investigated whether the low impedance ECoG electrode (LoZ) improves fast ripple detection over a standard electrode with high impedance contacts (HiZ). There are 10 patients (median age 40 y, range 19-56 y, 6 female) who underwent brain tumor resections in the perirolandic region at our institution. The data includes the continuous raw data from the ECoG contacts of both electrodes. We recorded medianus SEP intraoperatively (stimulation rate = 4.7 Hz) from two 4-contacts ECoG strips simultaneously (LoZ: a contacts, HiZ: b contacts) that had different median impedance (LoZ: 3.4 kΩ, HiZ: 6.9 kΩ).
Repository structure
Main directory (LoZ HFO)
Contains metadata files in the BIDS standard about the participants and the study. Folders are explained below.
Subfolders
LoZ HFO/sub-/ Contains folders for each subject, named sub- and session information.
LoZ HFO/sub-/ses-01/ieeg/ Contains the raw ieeg data in .edf format for each subject. Each *ieeg.edf file contains continuous iEEG data from one stimulation rate recorded at the hand area Ω from both the electrodes simultaneously . Details about the channels are given in the corresponding .tsv file.
Note from the paper
“The offline data processing used the continuous ECoG that was recorded in parallel to the SEP recordings. Data analysis was performed with custom scripts in Matlab. To detect the SEP stimulation artefact, we first filtered the ECoG (high pass cutoff = 200 Hz) and performed local peak detection (minimum peak prominence between peaks = 30 ms, minimum peak width = 4 ms, samples = 0.2 ms). We used the times of the detected stimulus artifact as triggers to define sweeps with post-stimulus recording sweep length 50 ms. We classified sweeps with amplitude ±100 µV as artefact-ridden and excluded them from further analysis.
We averaged 100 sweeps and filtered the averaged trace (bandpass [30 300] Hz, IIR filter, response roll-off -12 db per octave, forward and reverse filtering to avoid phase distortion). We visually inspected the data and selected one optimal channel with high N20 amplitude (positive or negative) for further analysis. From the averaged N20 trace, we determined the N20 peak latency. To obtain the N20 peak amplitude and the SNR, we inspected the latency of the N20 peak. If the N20 latency was >20 ms, we selected a signal window [20 25] ms. If the N20 latency was ≤ 20 ms, we selected a signal window [17 22] ms. In the same way, we filtered the averaged trace in the [250 500] Hz band to obtain the evoked FR and in the [500 1000] Hz band to obtain the evoked HFO. We doubled the largest deflection in the signal window of the N20 frequency band to define the N20 signal amplitude. In the FR and HFO bands we used the peak-to-peak amplitude.”
BIDS Conversion
bids-starter-kid and custom Matlab scripts were used to convert the dataset into BIDS format.
References
[1] Vasileios Dimakopoulos, Marian C. Neidert, Johannes Sarnthein, Low impedance electrodes improve detection of high frequency oscillations in the intracranial EEG, Clinical Neurophysiology, 2023, ISSN 1388-2457, https://doi.org/10.1016/j.clinph.2023.07.002
If you have any inquiries or questions, contact:
Vasileios Dimakopoulos (vasileios.dimakopoulos@usz.ch)
Johannes Sarnthein (johannes.sarnthein@usz.ch)
Dataset Information#
Dataset ID |
|
Title |
Intraoperative recordings of medianus stimulation with low and high impedance ECoG |
Year |
2023 |
Authors |
Vasileios Dimakopoulos, Marian Neidert, Johannes Sarnthein |
License |
CC0 |
Citation / DOI |
|
Source links |
OpenNeuro | NeMAR | Source URL |
Copy-paste BibTeX
@dataset{ds004642,
title = {Intraoperative recordings of medianus stimulation with low and high impedance ECoG},
author = {Vasileios Dimakopoulos and Marian Neidert and Johannes Sarnthein},
doi = {10.18112/openneuro.ds004642.v1.0.1},
url = {https://doi.org/10.18112/openneuro.ds004642.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: 10
Recordings: 55
Tasks: 1
Channels: 8 (14), 9 (2), 1 (2), 10, 2
Sampling rate (Hz): 20000.0
Duration (hours): 0.0
Pathology: Surgery
Modality: Other
Type: Other
Size on disk: 1.2 GB
File count: 55
Format: BIDS
License: CC0
DOI: doi:10.18112/openneuro.ds004642.v1.0.1
API Reference#
Use the DS004642 class to access this dataset programmatically.
- class eegdash.dataset.DS004642(cache_dir: str, query: dict | None = None, s3_bucket: str | None = None, **kwargs)[source]#
Bases:
EEGDashDatasetOpenNeuro dataset
ds004642. Modality:ieeg; Experiment type:Other; Subject type:Surgery. Subjects: 10; 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.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/ds004642 NeMAR dataset: https://nemar.org/dataexplorer/detail?dataset_id=ds004642
Examples
>>> from eegdash.dataset import DS004642 >>> dataset = DS004642(cache_dir="./data") >>> recording = dataset[0] >>> raw = recording.load()
See Also#
eegdash.dataset.EEGDashDataseteegdash.dataset