Loading preprocessed EEG data for statistical analyses in MNE

Hi all,

I am new to MNE and was wondering if it is possible to load already preprocessed EEG data in MNE to do some sophisticated statistical analysis like non-parametric permutation statistics. In more detail, I did a time-frequency analysis with the Brain Vision Analyzer 2 and want now to load my averaged FFT data into MNE to do the statistics.

Would be excellent if someone could explain how to do it.

Thanks and best
Nils

  • MNE version: e.g. 1.3
  • operating system: Windows 10

Hi @Nils27,

What kind of file extension do you have?

In general, yes. Processed data via another software can be processed further using MNE.
In your particular case, you have to load the processed data using one of the following APIs ( please check your data file extension to use the appropriate API):

https://mne.tools/dev/reading_raw_data.html

Once the data is loaded, you can process your data further (i.e., statistics) using MNE.

Hope it helps.

best,

Hi Diptyajit,

Thank you very much for answering.

The EEG data was recorded with the BrainVisionRecorder and raw file extensions are . vhdr and .vmrk. The further pre-processing and power analyis (FFT) was done with the BrainVisionAnalyzer2 and pre-processed data was exported as .dat file.
So I would like to load the .dat files into MNE for further statistical analyses.

Do you think that is possible and a suitable way to do so?

Thanks and best,
Nils