= Tutorial 15: Import epochs = ''Authors: Francois Tadel, Elizabeth Bock, Sylvain Baillet'' We can consider that our datasets are clean from any major artifact. We will now proceed to the analysis of the brain signals we recorded in response to the auditory stimulation. There are two major types of processing workflows for MEG/EEG, depending on whether we are dealing with an event-related paradigm or a steady-state/resting-state study. This tutorial will only focus on the event-related case: series of stimuli are sent to the subject and we have the corresponding triggers marked in the recordings. We will base our analysis on these triggers, import short epochs around each of them and average them. You will find in the advanced tutorials a scenario of MEG resting-state analysis. <> == Import in database == Until now, we've only been looking at data that was read from continuous files. The raw file viewer provides rapid access to the recordings, but many operations can only be applied to short segments of recordings that have been imported in the database. We will refer to these as "epochs" or "trials". * Right-click on '''Run#01''' > '''Import in database'''. <
><
> {{attachment:import_popup.gif||height="152",width="298"}} * Set the import options as described below: <
><
> {{attachment:import_options.gif||height="366",width="587"}} * '''Time window''': Time range of interest. We are interested by all the stimulations, so do not change this parameter, the default values always represent the entire file. * '''Split''': Useful to import continuous recordings without events, to import successive chunks of the same duration. We do not need this here. * '''Events selection''': Check the "Use events" option, and select both "'''standard'''" and "'''deviant'''". <
>The number between parenthesis represents the number of occurrences of each event in the selected time window (changes if you modify the time definition at the top of the window) * '''Epoch time''': Time segment that is extracted around each event marker. Set it to '''[-100,+500]ms'''. * '''Apply SSP/ICA projectors''': Use the active projectors calculated during the previous pre-processing steps. Always check the summary of the projectors that are selected. <
>Here there are 2 categories ("cardiac" and "blink") with a total of 3 projectors selected (one in "cardiac" and two in "blink", the blink and the saccade). Keep this option selected. * '''Remove DC Offset''': Check this option, select '''Time range: [-100, 0] ms'''. For each epoch, it will: * Compute the average of each channel over the baseline (pre-stimulus interval: [-100,0]ms) * Subtract it from the channel at every time instant (full epoch interval: [-100,+500]ms). * This option removes the baseline value of each sensor. In MEG, the sensors record variations around a somewhat arbitrary level, therefore this operation is always needed, unless it was already applied during one of the pre-processing steps. * Note that a high-pass filter with a very low frequency (for instance 0.3Hz) can efficiently replace this DC correction. If a high-pass filter has already been applied to the recordings, you may want to unselect this option. * '''Resample recordings''': Keep this unchecked. * '''Create a separate folder for each epoch type''': Do __not__ check this option. * If selected: a new folder is created for each event type ("standard" and "deviant") * If not selected: all the epochs are saved in a new folder, the same one for all the events, that has the same name as the initial raw file. This is what we want because we have two acquisition runs with different channel files (different head positions and different SSP projectors) to import for the same subject. If we select this option, the "standard" epochs of both runs would be imported in the same folder and would end up sharing the same channel file, which is not correct. One new folder appears in Subject01. It contains a channel file and two trial groups. * The channel file is copied from the continuous file. * To expand a group of trials and show all the files: double-click on it or click on the "+" next to it. * The SSP projectors calculated in the previous tutorial were applied on the fly while reading from the continuous file. These epochs are clean from eye blinks and power line contamination. * Note that the trials that are overlapping with a BAD segment are tagged as bad in the database explorer (marked with a red dot). All the bad trials are going to be ignored in the rest of the analysis, because they are ignored by the Process1 and Process2 tabs (see next tutorial). <
><
> {{attachment:import_new_folder.gif||height="171",width="226"}} {{attachment:import_bad.gif||height="100",width="232"}} == Review the individual trials == After reviewing the continuous file with the "columns" view (channels one below the other) it can be useful to also review the imported trials with the "butterfly" view (all the channels superimposed). * Double-click on the first trial for the "deviant" condition. * Switch to the "butterfly" display mode: in the Record tab, click on the first button in the toolbar. <
><
> {{attachment:import_review.gif||height="172",width="440"}} * Right-click on the figure > Navigator > '''Next data file''', or use the keyboard shortcut '''F3'''. <
>This way you can quickly review all the trials to make sure that there is no obvious problem.<
>Mac users: The keys "Fx" are obtained by holding the "Fn" key simultaneously. <
><
> {{attachment:import_navigator.gif||height="195",width="426"}} To manually tag a trial as bad, you have three options: * Right-click on the trial file in the database > '''Reject trial'''. * Right-click on the figure > '''Reject trial'''. * Use the keyboard shortcut '''Ctrl+B'''. * To set all the trials back as good in a group: right-click on the trials group > Accept bad trials. == Raster plot == You can also get an overview of the values of one specific sensor over all the trials at once. * Right-click on the group of trials "deviant" > '''Display as image''' > MEG. * You can change the selected sensor with the slider just below the time in the Brainstorm window, or use the up/down keys after clicking on the figure. * The bad trials are already marked, but if they were not this view could help you identify them easily. <
><
> {{attachment:erpimage.gif||height="238",width="658"}} == Run #02 == Repeat the same operations for the second dataset: * Right-click on '''Run#02''' > '''Import in database'''. * Import events "standard" and "deviant" with the same options. <
><
> {{attachment:import_run02.gif||height="150",width="236"}} <> == Epoch length == In this tutorial, we decided to work with very short epochs (600ms only) so that all the analysis would run on most computers, including personal laptops. For any type of frequency analysis on the recordings, this will probably be too short. When processing your own recordings, you should probably increase the size of the epochs beyond the segment that you are actually planning to study. Example of processes that will require longer epochs: * '''Low-pass filtering''': <
>When filtering below ''f'' Hz, you may observe edge effects during one period (T=1/f) at the beginning and the end of the epoch. For example, if you low-pass filter an epoch at 30Hz, you will have to throw away the first and last 33ms of the epoch. You should consider this when you import the data.<
> Note that the high-pass filters should only be applied on the continuous recordings. * '''Time-frequency decompositions''': <
>Similar problem: at 2Hz, you will get a poor estimation of the power during the first and last 500ms of your time-frequency maps (1/2Hz=0.5s). * '''Normalizations '''that use a baseline from the same epoch (Z-score, ERS/ERD, baseline correction...)<
>The longer the clean baseline, the better the estimation of the average and standard deviation over this baseline. If your baseline is too short, the quality of your normalization will be low. <
>If you normalize time-frequency maps or filtered source averages, you have to exclude the bad segments described before and consider an even longer baseline. <> == On the hard drive == Right-click on any imported epoch > File > View file contents: . {{attachment:import_struct.gif||height="418",width="477"}} ==== Structure of the imported epochs ==== * '''F''': [Nchannels x Ntime] recordings time series, in Volts. * '''Std''': [Nchannels x Ntime] Standard deviation or standard error, when available (see next tutorial). * '''Comment''': String displayed in the database explorer to represent this file. * '''ChannelFlag''': [Nchannels x 1] One value per channel, 1 means good, -1 means bad. * '''Time''': [1 x Ntime] Time values for each sample recorded in F, in seconds. * '''DataType''': Type of information saved in the F matrix. * '''Device''': Name of the acquisition system used to record this file. * '''nAvg''': For averaged files, number of trials that were used to compute this file. * '''Events''': Time markers available in the file (stimulus triggers or other events) * '''label''': Name of the event group. * '''color''': [r,g,b] Color used to represent the event group, in Matlab format. * '''epochs''': [1 x Nevt] Only ones for imported epochs. * '''samples''': [1 x Nevt] Sample indices of each marker in this group (samples = times * sfreq). <
>For extended events: [2 x Nevt], first row = start, second row = end. * '''times''': [1 x Nevt] Time in seconds of each marker in this group (times = samples / sfreq). <
>For extended events: [2 x Nevt], first row = start, second row = end. * '''reactTimes''': Not used anymore. * '''select''': Not used anymore. * '''History''': Operations performed on file since it was imported (menu "View file history"). ==== File history ==== Right-click on any imported epoch > File > View file history: . {{attachment:import_history.gif||height="197",width="603"}} ==== List of bad trials ==== * There is no field in the file structure that says if the trial is good or bad. <
>This information is saved at the level of the folder, in the '''brainstormstudy.mat''' file. * Right-click on an imported folder > File > Show in file explorer.<
><
> {{attachment:import_folder.gif||height="314",width="497"}} * Load the brainstormstudy.mat file into Matlab, the bad trials are listed in the cell array "BadTrials": <
><
> {{attachment:import_study.gif||height="259",width="499"}} ==== Useful functions ==== * '''in_bst_data'''(DataFile, FieldsList): Load a imported epochs in your Matlab workspace. * '''in_bst'''(FileName, TimeWindow): Load any Brainstorm data file with the possibility to load only a specific part of the file. "TimeWindow" is an array of time values in seconds: [tStart, tStop]. * '''bst_process'''(''''LoadInputFile'''', FileName, Target, TimeWindow): The most high-level function for reading data files. "Target" is a string with the list of sensor names or types to load. <)>> <> <>