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.
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):
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?