Tutorial 7: Source estimation

Now you have in your database a forward model matrix that explains how the cortical sources determine the values on the sensors. This is useful for simulations, but what we really need is to build the inverse information: how to estimate the sources when you have the recordings. Many solutions are described in the literature, some of them are implemented in Brainstorm, and only one is presented in this tutorial: the minimum-norm estimation. It is not really the most advanced solution, but it is one of the most robust.

Computing sources for a single data file

  1. Right-click on Subject01 / Right / ERP > Compute sources.

    popupComputeSources.gif --- panelComputeSources.gif

  2. With this first window you can select the method you want to use to estimate the cortical currents, and the sensors you are going to use for this estimation. The default "Normal mode" only let you edit the following options:

    • Comment: This field contains what is going to be displayed in the database explorer.

    • Method: Please select wMNE. The other methods dSPM and sLORETA are aloso based on wMNE. They may give better and/or smoother results depending on the cases.

    • Sensors type: Modalities that are used for the reconstruction. Here we only have one type of MEG sensors (axial gradiometers), so nothing to change.

    • Expert mode: Show many other options we really do not care about right now. This will be explained in another tutorial.

    • Click on Run.
  3. A new file is available in the database explorer.

    treeMinNorm.gif

    • It is displayed inside the recordings file ERP, because it is related to this file only.

    • You can have a look to what is there in the corresponding matrix file (right-click > File > View file contents). You would find all the options of forward and inverse modelling, and only one interesting field : ImagingKernel, which contains the inversion kernel. It is a [nVertices x nChannels] matrix that has to be multiplied with the recordings matrix in order to get the activity for each source at all the time samples.

      resultsMat.gif

  4. Do the same for the Left / ERP file

Sources visualization

There are two main ways to display the sources: on the cortex surface and on the MRI slices.

Sources on cortex surface

  1. Double-click on recordings Right/ERP, to display the time series (always indispensable to have a time reference).

  2. Double-click on sources Right/ERP / MN: MEG(Kernel).
    Equivalent to right-click > Cortical activations > Display on cortex.

  3. Go to the main peak around 45ms (by clicking on the times series figure)

    sources1.gif

  4. Then you can manipulate the sources display exactly the same way as the surfaces and the 2D/3D recodings figures: rotation, zoom, Surfaces tab(smooth, curvature, resection...), colormap, sensors, pre-defined orientations (keys from 1 to 6)...

  5. Only two new controls are available in the Surfaces tab, in panel Data options: Threshold and transparency.

    • Transparency: changes the transparency of the sources on the cortex.
    • Threshold: Only the sources that have a value superior than a given percentage of the colorbar maximum are displayed.
  6. Take a few minutes to understand what this threshold value represents.

    • The colorbar maximum depends on the way you configured your Sources colormap. In case the colormap is NOT normalized to current time frame, and the maximum is NOT set to a specific value, the colorbar maximum should be around 55 pA.m.

    • On the screenshot above, the threshold value was set to 34%. It means that only the sources that had a value over 0.34*55 = 18.7 pA.m were visible.
    • If you set the threshold to 0%, you display all the sources values on the cortex surface; and as most of the sources have values close to 0, the brain is mainly blue.
    • Move the slider and look for a threshold value that would give you a really focal source.The following figures represent the sources activations at t=46ms respectively with threshold at 0% and 90%.

      threshold0.gif threshold90.gif

    • The figure on the right shows the most active area of the cortex 46ms after an electric stimulation of the right thumb. As expected, it is localized in the left hemisphere, in the middle of post central gyrus (projection of the right hand in the primary somatosensory cortex).

Sources on MRI (3D)

  1. Close all the figures (Close all button). Open the time series view for Right / ERP.

  2. Right-click on Right / ERP / MN: MEG(Kernel) > Cortical activations > Display on MRI (3D).

  3. This view was also introduced in the tutorial about MRI and surface visualization. Try to rotate, zoom, move the slices, move in time, change the threshold.

    sources3D.gif

Sources on MRI (MRI Viewer)

  1. Right-click on Right / ERP / MN: MEG(Kernel) > Cortical activations > Display on MRI (MRI Viewer).

  2. This view was also introduced in the tutorial about MRI and surface visualization. Try to move the slices (sliders, mouse wheel, click on the views), move in time, change the threshold.

    sourcesMriViwer.gif

Computing sources for multiple data files

The sources file we are observing was computed as an inversion kernel. It means that we can apply it to any similar recordings file (same subject, same run, same positions of sensors). But in our TutorialCTF database, the MN: MEG(Kernel) node only appears in the the ERP file, not in the Std one. What is nessary to share an inversion kernel between different recordings ?

  1. Compute another source estimation: but instead of clicking on the Compute sources fron the ERP recordings popup menu (which would mean that you only want sources for this particular recordings file), get this menu from the Right condition. This means that you want the inversion model to be applied to all the data in the condition.

    popupComputeMulti.gif

  2. Select "Minimum Norm Imaging", click on Run.
  3. Three new nodes are available in the tree:

    treeMinNormMulti.gif

  4. The actual inversion kernel you have just computed (1), which contains the same information as the one from the previous section (Computing sources for a single data file). Note that you cannot do anything with this file: if you right-click on it, you will see that there are no Display menu for it.

    • Two links (2 and 3) that allow you apply this inversion kernel to the data files available in this condition (ERP and Std). In their popup menus, there are all the display options introduced in the previous section.

    • Right-click on the link in ERP (2) > File > View .mat file. The fields points to the recordings file (DataFile) and the inversion kernel file (LinkToFile). When you request any operation on this file, both recordings and kernel are loaded, multiplied to get the sources values, and then processed.

      [ATTACH]

    • The sources for the Std file do not have any meaning (it contains information about the averaging); but it illustrates the way a kernel is shared

  5. Double-click on both sources files available for Right/ERP, and check at many different times that the cortical maps are exactly the same in both cases.
  6. You can estimate the sources for many subjects or conditions at once, as it was explained for the head models in previous tutorial: the Compute sources menu is available on all the subjects and conditions popup menus.

  7. Delete the shared kernel (1), we don't need redundant and confusing information for the next steps. Observe that both links disappear at the same time.

Next

You can now observe the cortical maps estimated from a MEG evoked potential. This information is interesting in itself, but it is an image; it is difficult to compare it rigorously with other subjects or stimulations, or to test statistically some hypothesis.

The next tutorial describes how to create and study a ?region of interest.

Tutorials/TutSourceEstimation (last edited 2010-07-21 23:58:36 by hirkania)