Skip to main content
Advertisement
Browse Subject Areas
?

Click through the PLOS taxonomy to find articles in your field.

For more information about PLOS Subject Areas, click here.

  • Loading metrics

EEGNET: An Open Source Tool for Analyzing and Visualizing M/EEG Connectome

  • Mahmoud Hassan ,

    mahmoud.hassan@univ-rennes1.fr

    Affiliations INSERM, U1099, Rennes, France, Université de Rennes 1, LTSI, France

  • Mohamad Shamas,

    Affiliations INSERM, U1099, Rennes, France, Université de Rennes 1, LTSI, France, Lebanese University, AZM Center for Biotechnology Research and Its Applications, Tripoli, Lebanon

  • Mohamad Khalil,

    Affiliation Lebanese University, AZM Center for Biotechnology Research and Its Applications, Tripoli, Lebanon

  • Wassim El Falou,

    Affiliation Lebanese University, AZM Center for Biotechnology Research and Its Applications, Tripoli, Lebanon

  • Fabrice Wendling

    Affiliations INSERM, U1099, Rennes, France, Université de Rennes 1, LTSI, France

Abstract

The brain is a large-scale complex network often referred to as the “connectome”. Exploring the dynamic behavior of the connectome is a challenging issue as both excellent time and space resolution is required. In this context Magneto/Electroencephalography (M/EEG) are effective neuroimaging techniques allowing for analysis of the dynamics of functional brain networks at scalp level and/or at reconstructed sources. However, a tool that can cover all the processing steps of identifying brain networks from M/EEG data is still missing. In this paper, we report a novel software package, called EEGNET, running under MATLAB (Math works, inc), and allowing for analysis and visualization of functional brain networks from M/EEG recordings. EEGNET is developed to analyze networks either at the level of scalp electrodes or at the level of reconstructed cortical sources. It includes i) Basic steps in preprocessing M/EEG signals, ii) the solution of the inverse problem to localize / reconstruct the cortical sources, iii) the computation of functional connectivity among signals collected at surface electrodes or/and time courses of reconstructed sources and iv) the computation of the network measures based on graph theory analysis. EEGNET is the unique tool that combines the M/EEG functional connectivity analysis and the computation of network measures derived from the graph theory. The first version of EEGNET is easy to use, flexible and user friendly. EEGNET is an open source tool and can be freely downloaded from this webpage: https://sites.google.com/site/eegnetworks/.

Introduction

Magneto/Electroencephalography (M/EEG) are key techniques to analyze functional connectivity from surface signals [1, 2] or/and from reconstructed brain sources [3, 4]. The main advantage of M/EEG is the excellent temporal resolution (sub-second) that offers the unique opportunity i) to track brain networks over very short duration which is the case in many cognitive tasks and ii) to analyze fast dynamical changes that can occur in brain disorders (like epileptic seizures for instance).

So far, approaches based on graph theory have represented brain networks as sets of nodes interconnected by edges [5]. Once the nodes and edges are defined from the neuroimaging data, algorithms based on graph theory can be applied to measure the topological properties of considered networks. The application of these algorithms on functional, as well as on structural connectivity matrices, have revealed many properties of brain networks, such as small-worldness [6, 7], modularity [8, 9], hubs [10] and rich-club configurations [11].

The graph theory based analysis has been widely used to characterize normal [12] and pathological [13] brain activities from several modalities. It has been used in many applications such as aging [1416], Alzheimer’s disease [1720], epilepsy [2123], schizophrenia [24, 25] and autism [26].

In the M/EEG context, nodes represent either the electrodes or the dipole sources depending on whether the connectivity is analyzed at scalp or at reconstructed source level, respectively. The edges are defined by the values of the statistical dependencies among M/EEG signals or among reconstructed time courses of cortical sources.

On the one hand, several tools were developed to process M/EEG signals such as EEGLAB [27], CARTOOL [28], Fieldtrip [29] and Brainstorm [30]. On the other hand, many other tools have been proposed to analyze and visualize complex networks such as Brain Connectivity Toolbox (BCT) [31], BrainNet Viewer [32], the GCCA toolbox [33], the connectome mapper [34], Gephi [35], the connectome Viewer [36], the eConnectome [37], the Connectome Visualization Utility (CVU) [38] and GraphVar [39].

All these packages are typically specialized for processing a particular step in the whole pipeline aimed to identifying and characterizing brain networks. However, a tool that comprises the complete pipeline from M/EEG processing to analysis/visualization of brain networks is still missing. This consideration led us to develop and present EEGNET, MATLAB-based software with Graphical User Interface (GUI). Our main objective was to develop a complete framework that can cover most of the processing from EEG recordings to graph analysis and visualization. This pipeline includes: 1) loading and filtering the M/EEG signals, 2) the solution to the inverse problem and the reconstruction of the cortical sources, 3) the computation of the functional connectivity, 4) the calculation of the network measures and 5) the visualization of 2D (scalp level) and 3D (cortex level) brain networks and associated measures.

Methods and Results

EEGNET is a useful processing pipeline to identify, visualize and characterize brain networks from M/EEG recordings. It can perform all steps including the estimation of brain sources, the computation of the functional connectivity and the mapping of brain networks at scalp level and/or at source level. The basic workflow is shown in Fig 1.

thumbnail
Fig 1. Basic workflow of EEGNET.

The M/EEG data are imported (256 dense EEG signals is this example). The functional connectivity is then computed directly between the scalp signals. Network measures can be extracted from the adjacency matrix and the scalp network can be visualized in an interactive way. On the other hand, the original M/EEG data can be used to estimate the brain sources by solving the inverse problem. Functional connectivity measures can be applied on the reconstructed sources. Graph measures can also be computed and the correspondent cortex network can be visualized. Node’s size and color can be used to encode any chosen network measures (their strength for instance) as well as the edges (their weight for instance).

https://doi.org/10.1371/journal.pone.0138297.g001

Overview

The main elements of EEGNET are:

The data.

This file represents either the scalp EEG data or the reconstructed sources. The default file format is the ‘.mat’. It should be a 3 dimensional matrix (Nc x Ns x Nt) where Nc, Ns and Nt are the channels (brain regions in the case of sources file) number, the sample size and the number of trials (Nt is considered 1 for data averaged over trials), respectively. When solving the inverse problem and for visualizing the network at scalp level, the electrode location file is required. In the current EEGNET version, both the.xyz and.mat formats are supported.

Some basic preprocessing features are available in the current version of EEGNET. The imported data can be firstly visualized. These signals can be then filtered using a Finite Impulse Response (FIR) linear filter before computing the function connectivity (FC) matrices. This feature allows users to choose the frequency band where to compute the FC. The data can also resampled by changing the sampling frequency. This feature can be essential in some cases where users attempt to reduce the size of the data. The preprocessing tool allows user also to specify the baseline from the visualized data. This baseline is essential for computing/normalizing the post vs. pre stimulus connectivity for instance or to compute the noise covariance matrix when solving the inverse problem.

EEGNET provides also the possibility of computing the time-frequency representation of the data. In the current version, the complex Morlet wavelet is used as it was shown to provide a good compromise between time and frequency resolution [4042]. This time frequency maps can be shown trial by trial in the case of multi-trial data.

The adjacency matrix.

This file is an Nc x Nc dimension. It contains the values of the functional connections between all the channels (or brain regions). This file can be also in Ns x Nc x Nc in the case where it is the dynamics of functional networks that is being analyzed. To compute the functional connectivity (FC) matrices, four methods are available: the cross-correlation, the mean phase coherence (MPC), the mutual information (MI) and the Phase Locking Value (PLV), see [43] for review. After choosing the desired method, the connectivity values can be computed over scalp signals (generating 2D networks) or over the time series associated with the reconstructed sources (generating 3D networks at cortex level). In the typical example presented in this paper, the Phase Locking Value (PLV) was computed between scalp electrodes as well as between sources. The PLV is a part of the method from PS family. It was initially proposed by Lachaux et al. [44] and its main advantage is the possibility of computing FC matrix at each instant as the method look at the inter-trial information [2]. To assess the significance of the obtained connections, surrogates data analysis can be used and a level of significance can be set which allow users to keep only the statistically significant connections (see [2] for details about this approach).

To ensure the significance of the obtained FC matrices, we integrated a statistical test based on the surrogate data analysis. Briefly, we use multivariate Fourier transform surrogates generated from the original EEG data. Such surrogates correspond to realizations of linear stationary process with conserved auto-and cross-correlation characteristics. The null hypothesis is tested by comparing the original connectivity value (Corg) and those obtained using the surrogate data (Csurr) using a statistical test. The “Rank test” is used to reject or accept the null hypothesis. Basically, [Corg; Csurr] is sorted in increasing order and the rank index for Corg is returned. With a number of surrogates (nsurr = 100 for example), if this rank is > 95 and < 5 (significance level at 95%), this means that it lies in the tail of the distribution, and that the null hypothesis can be rejected (two-tailed test) with a significance of p = 2*(1/ (nsurr+1)) = 0.019. The output of this analysis is the matrix containing only the significant connections.

The networks.

When realizing M/EEG source connectivity, the cortical surface file and its corresponding scout file are required. The surface file contains the cortical mesh and the scout file contains the labels of the brain regions in case of using specific atlas. The cortical parcellation provides the ROIs that are used as network nodes in EEGNET. The surface files store geometric information about the morphology of the cortex. It can be created using the open source imaging analysis tool FreeSurfer http://surfer.nmr.mgh.harvard.edu/. The surface file can be also checked using brainstorm http://neuroimage.usc.edu/brainstorm/. The identification of the ROIs in the matrices is determined by a scout file which is a.mat file (can be generated also using Brainstorm). This file contains the labels of all the ROIs based on the already used atlas for segmentation such as Desikan [45] and Destrieux [46].

To characterize the obtained networks, graph theory based analysis was widely used and proved its high performance and usefulness [31]. A graph is a simple model of a system that are based on a set of nodes (electrodes or brain regions in our case) and the edges between them (functional connectivity values). Using EEGNET, several graph metrics can be computed and can be divided into three categories:

A. Global features

  1. - Density: the density of a graph is the fraction of present edges to all possible connections. If the density of a graph is 1 then it is a complete graph (every vertex is connected to every other vertex)
  2. - The characteristic path length: is the average shortest path lengths in the network
  3. - The global efficiency is the average inverse shortest path length in the network
  4. - Radius: The radius of a graph is the minimum graph eccentricity of any graph vertex in a graph. A disconnected graph therefore has infinite radius. Eccentricity is the maximum graph distance between a vertex v and any other vertex u of the graph.
  5. - Diameter: graph's diameter is the largest number of vertices which must be traversed in order to travel from one vertex to another.

B. Node parameters

  1. - Degree: Node degree is the number of links connected to the node. In case of directed graph, the indegree is the number of inward links and the outdegree is the number of outward links, and the total degree is the sum of both indegree and outdegree.
  2. - Clustering Coefficient: The clustering coefficient is the fraction of triangles around a node i.e. the fraction of node’s neighbors that are neighbors of each other.
  3. - K-Coreness Coefficient: The k-core is the largest subgraph comprising nodes of degree at least k. The coreness of a node is k if the node belongs to the k-core but not to the (k+1)-core.
  4. - Node Betweenness: Node betweenness centrality is the fraction of all shortest paths in the network that contain a given node. Nodes with high values of betweenness centrality participate in a large number of shortest paths.
  5. - Participation Coefficient: Compares the number of links (degree) of node i to nodes in all clusters with its number of links within its own cluster. The participation coefficient plays an important role in classifying the nodes of a graph as connector hubs and provincial hubs.

C. Edge parameters

  1. - Edge Betweenness: Edge betweenness centrality is the fraction of all shortest paths in the network that contain a given edge. Edges with high values of betweenness centrality participate in a large number of shortest paths.
  2. - Shortcut Edges: Shortcuts are central edges which significantly reduce the characteristic path length in the network.
  3. - Edges Neighborhood Overlap: is the number of nodes that are neighbors of the nodes of that edge.

See [31] for details and equations of the mentioned and other graph metrics.

Visualization

Scalp level.

When the user is only interested in scalp networks, the EEG data should be firstly loaded. The functional connectivity is then computed among scalp signals, according to a pairwise procedure. For visualizing the network and computing the network measures, the channel file is required. Users can also directly import their connectivity matrices (computed elsewhere) to compute the network measures and visualizing the network. The channels position is a file with four columns, the first for the node number or label, the next three for x, y and z positions (an example of channel location file is contained within in the Examples folder included in the downloaded EEGNET). This part supports the static and dynamic option. The static option requires a 2D matrix (Nc x Nc) while the dynamic behavior option requires 3D matrices (Ns x Nc x Nc). Typical examples of the static and dynamic scalp networks are presented in Fig 2A and 2B respectively.

thumbnail
Fig 2. Scalp networks.

A) The different steps performed to obtain a ‘static’ scalp network, B) typical example of the dynamics of scalp networks obtained during a picture naming task (see [47] for about the data). The node color represents the modules and the size represents the strength values.

https://doi.org/10.1371/journal.pone.0138297.g002

Fig 2A shows the main steps after loading the connectivity matrix and its thresholding process, computing the network measures and visualizing the scalp network. The nodes size and color are used to encode any of the chosen features such as the modules for the color and the strength for the size as presented in the Fig 2A. Fig 2B shows the ability of EEGNET to display the dynamics of the functional networks at different time windows. The data used in this example are from the same cognitive task (picture naming) as the one used in [47] and available on the EEGNET webpage. It shows the tracking of functional scalp networks from the presentation of a visual stimulus to the naming process.

Cortex level.

To compute the brain networks at source level from M/EEG data, the inverse problem must be solved. It consists of reconstructing the brain sources from the scalp M/EEG. When the M/EEG signals are checked and approved for further analysis, the time series of the reconstructed sources can be estimated. After loading the coordinates of the electrodes as well as a brain surface mesh, the lead field matrix can be computed using different tools such as ‘OpenMEEG’ [48]. The time courses of the sources are then estimated by solving the inverse problem. Several algorithms for solving the inverse problem can be used (see [49] for review). In the example showed here, the weighted Minimum Norm Estimate (wMNE) was used [50].

This step can be performed within EEGNET or elsewhere (in Brainstorm for instance). The file containing the time series of the sources can be directly loaded as input for the next step, which consists in computing the functional connectivity, see [3] for comparison of several inverse algorithms and connectivity measures. In addition, the user can directly import the connectivity matrix computed elsewhere (see Examples folder for an example of source level matrix). Once the connectivity matrices are obtained and loaded, a set of measures can be extracted from these matrices. We integrated a number of network measures developed in the BCT toolbox [31]. EEGNET also provides the possibility of interacting with the different calculated network measures such as controlling the size and color of node (Fig 3) and edges (Fig 4). Figs 3 and 4 are typical examples representing the network obtained during picture naming task at 190ms-320ms segmented using k-means clustering tool of the functional connectivity [47].

thumbnail
Fig 3. Example of the nodes visualization control.

A. All nodes are showed with and without thresholding (about 1000 ROIs). Node’s color represents the module and nod’s size represents the strength values. B. The left view of the same network with the corresponding Desikan Atlas imported from scout file.

https://doi.org/10.1371/journal.pone.0138297.g003

thumbnail
Fig 4. Example of the edges visualization control.

A. Edge’s color represents strength values B. Multiview option (5 views) selected from the control panel (bottom).

https://doi.org/10.1371/journal.pone.0138297.g004

First, Fig 3A shows the visualization of nodes on the cortex—without showing the edges—(modules are color-coded). As depicted, the obtained network contains two main modules. The thresholded network indicates the presence of two main modules. The first ones contain a nodes located in the bilateral occipital region and the second module is mainly located in the left frontal lobe. Second, Fig 3B shows the left view of the same network. It shows also the possibility for the user to show the corresponding atlas.

Fig 4 displays the same network as the one showed in Fig 3 but with the addition of the edges. The edges can be also coded in color and size. In Fig 4A, the color represents the weight. Three options are available for coding the edges: i) show all edges with the same color, ii) using a specific color-map or iii) coding the edges in three different colors normalized to the highest weight values.

Fig 4B shows the ‘multiview’ option that consists in showing the network from different views in the same figure. Different ‘multiview’ options are available. The user has also the option to customize his ‘multiview’ by selecting the desired views from the control panel.

Quantification

An essential feature of EEGNET is the possibility of quantifying the obtained networks. The network measures computed from the BCT toolbox can be visualized in a quantitative way as shown in Fig 5. The figure shows the results of the strength values of the different ROIs in the left and right hemispheres. It shows that the main ROIs involved in the network are the occipital regions such as occipital pole in the left hemisphere and the inferior occipital in the right hemisphere. Other features can be also chosen such as the efficiency, the degree, the clustering coefficient or any other desired measure. It requires only the selection of the measure in the control panel showed in Fig 5.

thumbnail
Fig 5. An example of the quantification analysis.

The strength measure is selected. The strength values for each ROIs in the left (L) and right (R) hemispheres are showed. The labels of the ROIs are used from the already loaded scout file.

https://doi.org/10.1371/journal.pone.0138297.g005

The quantification can be realized in different level. It can show the averaged values over the brain lobe (occipital, parietal, temporal, central and frontal), the averaged values over the ROIs segmented from a given Atlas such as the 148 of Destrieux Atlas or/and the values of each subdivided ROI as shown in Fig 5 where the Destrieux Atlas was segmented into ~1000 ROIs. These values can be also exported to excel file containing the label of the ROIs and the values of all the calculated network measures. This gives the user the choice of representing the data on his way.

Experimental results

In this section, we show the difference steps realized using EEGNET to identify networks involved during picture naming task for a given subject. Participant was asked to name 148 displayed pictures on a screen. The brain activity was recorded using dense-EEG, 256 electrodes, system (EGI, Electrical Geodesic Inc.). EEG signals were collected with a 1 kHz sampling frequency. After loading the signal, to obtain the scalp level network, the functional connectivity was computed using PLV method at gamma band (30–45 Hz), Fig 6A. The signal shown in Fig 6A corresponds to the average signal over trials. The vertical blue line represents the onset time instant (presentation of the visual stimulus). In our case, 200ms were taken as pre-stimulus period. After computing the network measure, the node’s color and size represent the modularity and the degree respectively. The Fig 6B shows a mainly the occipital electrodes are involved in the period between 120–200ms.

thumbnail
Fig 6. Identification of brain networks involved in picture naming task.

A. The signals were loaded to EEGNET and the averaged signal over trials was visualized. The connectivity measure was chosen (PLV in this case) and the frequency bands were set to 30–45Hz (Low Gamma band). B. The network obtained at scalp level in the period 120–150ms. C. The network obtained at the same period after source reconstruction using wMNE and connectivity measurement (using PLV). D. The degree value of each nodes (based on Destrieux Atlas) was computed and visualized. E. The network obtained at 190–320ms after source reconstruction using wMNE and connectivity measurement (using PLV) and F. the corresponding degree values. Node’s color and size represent the modularity and the degree respectively. The time periods were chosen based on automatic segmentation of such cognitive task [47, 74].

https://doi.org/10.1371/journal.pone.0138297.g006

The source level network at the same period is shown in Fig 6C. The quantification of this network by computing the degree for each node shows that highest values correspond to the left/right inferior occipital, right occipital anterior and occipital pole (Fig 6D). These regions are well known to play a capital role in the processing of visual information and object recognition [51, 52]. Moreover, the gamma activity in this time period was shown to marker of object recognition and binding [52, 53]. The network in another period (190–320ms) was also illustrated and the corresponding degree values (Fig 6E and 6F). The network involves the left inferior temporal gyrus in addition to the inferior temporal sulcus. These regions were stated to be in direct relation to semantic processing (Martin & Chao, 2001). It is also the time window in which the N200 classically appear. The N200 is a marker of semantic processing in go/no-go tasks (Thorpe et al., 1996). For more details about the picture naming task and the networks corresponds to different periods, see [3].

Technical details

EEGNET was developed using MATLAB as programming language with a user-friendly GUI under 64 bit Windows 7 environment, this toolbox has been successfully tested on different operating systems with MATLAB installed, including Windows 7, Linux and Mac OS under 64-bit versions. To facilitate the first use of EEGNET, tutorial and user manual documents are available in the download webpage that also provides the user with some examples for scalp and source networks. It is worth mentioning that EEGNET depends on other software tools. Some of these tools are written in MATLAB such as the BCT toolbox [31]. Preferably, the cortical surfaces and the scout files may be generated using Freesurfer [54] and checked/visualized using Brainstorm [30].

Software License

EEGNET is licensed under the GNU General Public License version 1. This is a free software license, such that EEGNET may be freely redistributed and modified by any party. However, when distributing the software, the imposition of any restrictions on any further redistribution is forbidden.

Data

The sample data used in the paper was approved by the National Ethics Committee for the Protection of Persons (CPP), conneXion study, agreement number (2012-A01227-36), promoter: Rennes University Hospital, Rennes, France. Participants provided their written informed consent to participate in the study.

Discussion

To identify networks from M/EEG data, at least four tools are required from loading/preprocessing the EEG data, solving the inverse problem, computing the functional connectivity, computing the network measures to then visualizing the identified networks in interactive way. However, researchers always look for reducing the number of tools they use to accomplish a complete data processing. As a network identification/visualization tool, EEGNET achieves most of these functions.

In addition, the interactive analysis/visualization is a crucial part of scientific research. The easy visualization of data can inspire novel hypotheses, help researchers to quickly evaluate their results, and allow for significant quality control. EEGNET has novel interactive visualization features not available in existing software packages for visualization of the connectome such as the ability to interactively threshold networks based on the network measures for instance.

Approaches for data collecting

EEGNET provides all the steps from loading the EEG signals to the identification of the brain networks. However different files are needed to accomplish these steps. Here we show some suggestions to how obtain these files.

A. The cortical surface.

This file is very crucial to the analysis/visualization of the cortex level networks. Using the structural MRI of the participant (or template), FreeSurfer [54] can be used to compute all the different cortical parcellation with the correspondent different atlases. Performing all the cortical reconstruction steps, including subcortical segmentation for both hemispheres may take about ~16h for each MRI. The Destrieux and Desikan reconstructions atlases [45, 46] can be generated automatically using FreeSurfer and divide the cortical surface into parcels based on macroscopic sulcal and gyral profiles. The parcellation can be further subdivided into finer regions in order to generate for instance ~1000 regions (see [3, 10]). This parcellation can be realized/visualized in Brainstorm [30] and related.mat file could be exported. After choosing the desired spatial resolution (number of ROIs), the scout file contains the position and the label of each of the ROIs can be also exported. This exported file can be then used in EEGNET.

B. The functional connectivity matrices.

The functional connectome is characterized by statistical independences between neural activities in different regions. In the M/EEG context, the FC is usually computed between signals recorded at the scalp signals using different methods such as cross-correlation [55, 56], phase locking value [44], nonlinear correlation coefficient [57, 58], phase lag index [59], imaginary coherence [60], mutual information [61] and others (see [43] for review). This can be realized in resting states or evoked activities. MNE python [62], Brainstorm [30], Brainwave (http://home.kpn.nl/stam7883/brainwave.html) and the MATLAB toolbox for FC [63] are open-source software packages with the ability to calculate many FC metrics from M/EEG data.

Comparison between EEGNET and existing tools

In fact, EEGNET makes use of one third-party toolbox, namely the Brain Connectivity Toolbox (BCT). BCT provides tools for network analysis based on graph theory; It was interfaced with EEGNET such that measures on networks can be immediately computed without any interaction with the BCT codes. However EEGNET goes beyond the sole computation, as we added a unique feature allowing the user to visualize the BCT measures as “intuitive” graphical features related to network nodes (for instance the sphere radius/color) and edges (for instance the thickness/color).

EEGNET and the exiting M/EEG toolboxes (such as EEGLAB or Brainstorm) respond to distinct (and somewhat complementary) objectives. The main originality of EEGNET is to provide functional connectivity measures (phase synchronization, mutual information,…), 2D/3D connectivity visualization nor network measures (via BCT, based on graph theory). In the latest version of brainstorm, some connectivity measures (with circular visualization) were included. However, it does not implement EEG scalp connectivity visualization or EEG source connectivity 3D visualization. Moreover, network measures were not included in brainstorm.

Freesurfer is open-source software widely used by the Neuroimaging community. It was not integrated with EEGNET but can be optionally used to get the cortical surface from MRI in the case where subject-specific data is necessary. The corollary is that users interested in scalp EEG connectivity do not need to use Freesurfer. Users interested in the EEG connectivity at the source level will need to load their own cortical surface or use the template provided in EEGNET.

eConnectome [37] is the closest tool to EEGNET. Although both tools have the same objective of identifying and analyzing networks from M/EEG data, including preprocessing, solving of inverse problem, connectivity analysis and network visualizing, several considerable differences between EEGNET and eConnectome can be addressed:

i. Network measures.

A crucial difference between eConnectome and EEGNET is that EEGNET offers the possibility of computing the network measures (graph theory based analysis) directly on the graph. This step became crucial when analyzing functional brain networks [64]. With EEGNET, the topological property of the networks can be investigated from global features such as density, modularity and small-worldness to more node specific properties such as degree, strength, clustering coefficient, shortest path length and edge property such as edge betweenness, shortcut edges and edges neighborhood overlap.

ii. Connectivity measures.

The two tools include totally different family of connectivity measures. The current version of EEGNET provides four different functional connectivity measures, the cross-correlation, the mean phase coherence (MPC), the mutual information (MI) and the Phase Locking Value (PLV) while eConnectome offers methods of functional connectivity based on the multivariate autoregressive mode (mainly Directed transfer function DTF and adaptive DTF).

iii. Visualization.

EEGNET also provides the possibility of visualizing the network based on the computed metrics. Therefore, the visualization is very different between eConnectome and EEGNET. In EEGNET, the nodes and edges can encode the network measures providing the user with direct and intuitive representation of graph features. For instance, the node size and color can be changed to render the degree, strength, modules or any other nod’s features. Similarly, the edge size and color can represent the weights for instance.

On the other side, EEGNET is restricted to M/EEG signals while eConnectome offers the possibility of analyzing functional networks from ElectroCorticographic (ECoG) data.

Applications

Many studies reported that scalp magneto/electro-encephalography (M/EEG) connectivity may bring relevant information for example about disrupted functional networks associated epilepsy [65] or with tumors [1]. Yet, the interpretation of connectivity measures from sensor level recordings is not straightforward, as these recordings suffer from a low spatial resolution and are severely corrupted by effects of field spread [4]. For this reason, the past years have witnessed a noticeable increase of interest for functional connectivity at the level of brain sources reconstructed from M/EEG scalp signals. This approach is conceptually very appealing as networks are directly identified in the source space, typically in the neocortex. The advantage is that this approach provides an excellent temporal and very good spatial resolution [3, 4]. This method involves two main steps: i) solving the M/EEG inverse problem to estimate the cortical sources and reconstruct their temporal dynamics and ii) measuring the functional connectivity to assess statistically significant relationships among the temporal dynamics of sources. Several studies showed the usefulness of this technique mainly in brain disorder context such as the epilepsy [6668]. However, it became trivial to characterize brain networks using approaches based on the graph theory [64].

In this context, EEGNET provides the unique tool that combines the functional connectivity analysis from EEG data with the possibility of characterizing the networks using graph theory based analysis. This possibility of computing the network measures in EEGNET is in great interest for different application such as detecting disrupted nodes/edges properties during brain disorders.

Limitations and future directions

Further ways for software improvements may include the use of new visualization approaches or improve the existing ones. For instance, EEGNET will be updated to visualize modular partitions of brain networks, allowing for comparisons to well-studied brain networks (e.g., default mode network). The circular view of the brain network used in different tools such as CVU will be also included in EEGNET. Analyzing the dynamics of the identified networks is an important direction of future work, by including algorithms for functional connectivity states for instance [47].

The current version of EEGNET does not provide all preprocessing features. Different preprocessing modules will be included in the next version of EEGNET such as bad channel/trials and artifact removal [69]. EEGENT will be improved to support also the different M/EEG format/devices.

In the current version of EEGNET, the analysis can be realized on a single subject or on averaged data. In the next version, group analysis will be included in order to study the inter-subject variability and the possible difference between subjects or/and conditions. Concerning the inverse problem algorithms, three different algorithms are integrated in the current version: the Minimum Norm Estimate (MNE), the weighted MNE and the Low resolution Brain Electromagnetic Tomography (LORETA). Descriptions about these methods can be found in [3]. Other algorithms are also expected to be included such as MUSIC-based algorithms [70], the beam-forming algorithm [71] or algorithms based on the maximum entropy [72, 73]. Concerning the connectivity measures, we also expect to add other methods in the next version mainly the effective connectivity methods. Note the EEGNET in its current version is supporting the effective representation (using arrows indicating the direction of the connectivity). In the context of effective connectivity, eConnectome can be the best alternative to use [37].

Conclusion

We have developed a new software tool called EEGNET. The main objective of this tool is to cover the complete processing framework from the M/EEG pre-processing to the identification of the functional brain networks. EEGNET includes mainly the calculation of the functional connectivity between scalp M/EEG signals as well between reconstructed brain sources obtained from the solution of the inverse problem. It also includes the characterization of the brain networks by computing the network measures proposed in the field of graph theory. EEGNET provides user-friendly interactive 2D /3D brain networks visualization.

Author Contributions

Conceived and designed the experiments: MH MS FW. Performed the experiments: MS MH. Analyzed the data: MS MH FW MK WF. Contributed reagents/materials/analysis tools: MK. Wrote the paper: MH FW.

References

  1. 1. Bartolomei F, Bosma I, Klein M, Baayen JC, Reijneveld JC, Postma TJ, et al. How do brain tumors alter functional connectivity? A magnetoencephalography study. Annals of neurology. 2006;59(1):128–38. pmid:16278872
  2. 2. Rodriguez E, George N, Lachaux JP, Martinerie J, Renault B, Varela FJ. Perception's shadow: long-distance synchronization of human brain activity. Nature. 1999;397(6718):430–3. pmid:9989408
  3. 3. Hassan M, Dufor O, Merlet I, Berrou C, Wendling F. EEG Source Connectivity Analysis: From Dense Array Recordings to Brain Networks. PloS one. 2014;9(8):e105041. pmid:25115932
  4. 4. Schoffelen JM, Gross J. Source connectivity analysis with MEG and EEG. Human brain mapping. 2009;30(6):1857–65. pmid:19235884
  5. 5. Bullmore E, Sporns O. Complex brain networks: graph theoretical analysis of structural and functional systems. Nature Reviews Neuroscience. 2009;10(3):186–98. pmid:19190637
  6. 6. Bassett DS, Bullmore E. Small-world brain networks. The neuroscientist. 2006;12(6):512–23. pmid:17079517
  7. 7. Achard S, Salvador R, Whitcher B, Suckling J, Bullmore E. A resilient, low-frequency, small-world human brain functional network with highly connected association cortical hubs. The Journal of neuroscience. 2006;26(1):63–72. pmid:16399673
  8. 8. Meunier D, Lambiotte R, Bullmore ET. Modular and hierarchically modular organization of brain networks. Frontiers in neuroscience. 2010;4.
  9. 9. Bassett DS, Wymbs NF, Porter MA, Mucha PJ, Carlson JM, Grafton ST. Dynamic reconfiguration of human brain networks during learning. Proceedings of the National Academy of Sciences. 2011;108(18):7641–6.
  10. 10. Hagmann P, Cammoun L, Gigandet X, Meuli R, Honey CJ, Wedeen VJ, et al. Mapping the structural core of human cerebral cortex. PLoS biology. 2008;6(7):e159. pmid:18597554
  11. 11. van den Heuvel MP, Sporns O. Rich-club organization of the human connectome. The Journal of neuroscience. 2011;31(44):15775–86. pmid:22049421
  12. 12. Bressler SL, Menon V. Large-scale brain networks in cognition: emerging methods and principles. Trends in cognitive sciences. 2010;14(6):277–90. pmid:20493761
  13. 13. Fornito A, Zalesky A, Breakspear M. The connectomics of brain disorders. Nature Reviews Neuroscience. 2015;16(3):159–72. pmid:25697159
  14. 14. Gong G, Rosa-Neto P, Carbonell F, Chen ZJ, He Y, Evans AC. Age-and gender-related differences in the cortical anatomical network. The Journal of neuroscience. 2009;29(50):15684–93. pmid:20016083
  15. 15. Meunier D, Achard S, Morcom A, Bullmore E. Age-related changes in modular organization of human brain functional networks. Neuroimage. 2009;44(3):715–23. pmid:19027073
  16. 16. Tomasi D, Volkow ND. Aging and functional brain networks. Molecular psychiatry. 2012;17(5):549–58.
  17. 17. Stam C, Jones B, Nolte G, Breakspear M, Scheltens P. Small-world networks and functional connectivity in Alzheimer's disease. Cerebral cortex. 2007;17(1):92–9. pmid:16452642
  18. 18. He Y, Chen Z, Evans A. Structural insights into aberrant topological patterns of large-scale cortical networks in Alzheimer's disease. The Journal of neuroscience. 2008;28(18):4756–66. pmid:18448652
  19. 19. Lo C-Y, Wang P-N, Chou K-H, Wang J, He Y, Lin C-P. Diffusion tensor tractography reveals abnormal topological organization in structural cortical networks in Alzheimer's disease. The Journal of Neuroscience. 2010;30(50):16876–85. pmid:21159959
  20. 20. Mallio CA, Schmidt R, Reus MA, Vernieri F, Quintiliani L, Curcio G, et al. Epicentral Disruption of Structural Connectivity in Alzheimer's Disease. CNS Neuroscience & Therapeutics. 2015.
  21. 21. Liao W, Zhang Z, Pan Z, Mantini D, Ding J, Duan X, et al. Altered functional connectivity and small-world in mesial temporal lobe epilepsy. PloS one. 2010;5(1):e8525. pmid:20072616
  22. 22. Zhang Z, Liao W, Chen H, Mantini D, Ding J-R, Xu Q, et al. Altered functional–structural coupling of large-scale brain networks in idiopathic generalized epilepsy. Brain. 2011;134(10):2912–28.
  23. 23. Ponten S, Bartolomei F, Stam C. Small-world networks and epilepsy: graph theoretical analysis of intracerebrally recorded mesial temporal lobe seizures. Clinical neurophysiology. 2007;118(4):918–27. pmid:17314065
  24. 24. Liu Y, Liang M, Zhou Y, He Y, Hao Y, Song M, et al. Disrupted small-world networks in schizophrenia. Brain. 2008;131(4):945–61.
  25. 25. van den Heuvel MP, Sporns O, Collin G, Scheewe T, Mandl RC, Cahn W, et al. Abnormal rich club organization and functional brain dynamics in schizophrenia. JAMA psychiatry. 2013;70(8):783–92. pmid:23739835
  26. 26. Guye M, Bettus G, Bartolomei F, Cozzone PJ. Graph theoretical analysis of structural and functional connectivity MRI in normal and pathological brain networks. Magnetic Resonance Materials in Physics, Biology and Medicine. 2010;23(5–6):409–21.
  27. 27. Delorme A, Makeig S. EEGLAB: an open source toolbox for analysis of single-trial EEG dynamics including independent component analysis. Journal of neuroscience methods. 2004;134(1):9–21. pmid:15102499
  28. 28. Brunet D, Murray MM, Michel CM. Spatiotemporal analysis of multichannel EEG: CARTOOL. Computational intelligence and neuroscience. 2011;2011:2.
  29. 29. Oostenveld R, Fries P, Maris E, Schoffelen J-M. FieldTrip: open source software for advanced analysis of MEG, EEG, and invasive electrophysiological data. Computational intelligence and neuroscience. 2010;2011. pmid:21253357
  30. 30. Tadel F, Baillet S, Mosher JC, Pantazis D, Leahy RM. Brainstorm: a user-friendly application for MEG/EEG analysis. Computational intelligence and neuroscience. 2011;2011:8.
  31. 31. Rubinov M, Sporns O. Complex network measures of brain connectivity: uses and interpretations. Neuroimage. 2010;52(3):1059–69. pmid:19819337
  32. 32. Xia M, Wang J, He Y. BrainNet Viewer: a network visualization tool for human brain connectomics. PLoS One. 2013;8(7):e68910. pmid:23861951
  33. 33. Seth AK. A MATLAB toolbox for Granger causal connectivity analysis. Journal of neuroscience methods. 2010;186(2):262–73. pmid:19961876
  34. 34. Daducci A, Gerhard S, Griffa A, Lemkaddem A, Cammoun L, Gigandet X, et al. The connectome mapper: an open-source processing pipeline to map connectomes with MRI. PloS one. 2012;7(12):e48121. pmid:23272041
  35. 35. Bastian M, Heymann S, Jacomy M. Gephi: an open source software for exploring and manipulating networks. ICWSM. 2009;8:361–2.
  36. 36. Gerhard S, Daducci A, Lemkaddem A, Meuli R, Thiran J-P, Hagmann P. The connectome viewer toolkit: an open source framework to manage, analyze, and visualize connectomes. Frontiers in neuroinformatics. 2011;5.
  37. 37. He B, Dai Y, Astolfi L, Babiloni F, Yuan H, Yang L. eConnectome: A MATLAB toolbox for mapping and imaging of brain functional connectivity. Journal of neuroscience methods. 2011;195(2):261–9. pmid:21130115
  38. 38. LaPlante RA, Douw L, Tang W, Stufflebeam SM. The Connectome Visualization Utility: Software for Visualization of Human Brain Networks. PloS one. 2014;9(12):e113838. pmid:25437873
  39. 39. Kruschwitz J, List D, Waller L, Rubinov M, Walter H. GraphVar: A user-friendly toolbox for comprehensive graph analyses of functional brain connectivity. Journal of neuroscience methods. 2015;245:107–15. pmid:25725332
  40. 40. Li X, Yao X, Fox J, Jefferys JG. Interaction dynamics of neuronal oscillations analysed using wavelet transforms. Journal of neuroscience methods. 2007;160(1):178–85. pmid:16973218
  41. 41. Hassan M, Terrien J, Karlsson B, Marque C. Application of wavelet coherence to the detection of uterine electrical activity synchronization in labor. Irbm. 2010;31(3):182–7.
  42. 42. Torrence C, Compo GP. A practical guide to wavelet analysis. Bulletin of the American Meteorological society. 1998;79(1):61–78.
  43. 43. Wendling F, Ansari-Asl K, Bartolomei F, Senhadji L. From EEG signals to brain connectivity: a model-based evaluation of interdependence measures. Journal of neuroscience methods. 2009;183(1):9–18. pmid:19422854
  44. 44. Lachaux J-P, Rodriguez E, Martinerie J, Varela FJ. Measuring phase synchrony in brain signals. Human brain mapping. 1999;8(4):194–208. pmid:10619414
  45. 45. Desikan RS, Ségonne F, Fischl B, Quinn BT, Dickerson BC, Blacker D, et al. An automated labeling system for subdividing the human cerebral cortex on MRI scans into gyral based regions of interest. Neuroimage. 2006;31(3):968–80. pmid:16530430
  46. 46. Destrieux C, Fischl B, Dale A, Halgren E. Automatic parcellation of human cortical gyri and sulci using standard anatomical nomenclature. NeuroImage. 2010;53(1):1–15. pmid:20547229
  47. 47. Mheich A, Hassan M, Khalil M, Berrou C, Wendling F. A new algorithm for spatiotemporal analysis of brain functional connectivity. Journal of neuroscience methods. 2015;242: 77–81. pmid:25583381
  48. 48. Gramfort A, Papadopoulo T, Olivi E, Clerc M. OpenMEEG: opensource software for quasistatic bioelectromagnetics. Biomed Eng Online. 2010;9(1):45.
  49. 49. Becker H, Albera L, Comon P, Haardt M, Birot G, Wendling F, et al. EEG extended source localization: tensor-based vs. conventional methods. NeuroImage. 2014;96:143–57. pmid:24662577
  50. 50. Hämäläinen MS, Ilmoniemi R. Interpreting magnetic fields of the brain: minimum norm estimates. Medical & biological engineering & computing. 1994;32(1):35–42.
  51. 51. Engel AK, König P, Kreiter AK, Singer W. Interhemispheric synchronization of oscillatory neuronal responses in cat visual cortex. Science. 1991;252(5010):1177–9.
  52. 52. Müller MM, Gruber T. Induced gamma-band responses in the human EEG are related to attentional information processing. Visual Cognition. 2001;8(3–5):579–92.
  53. 53. Martinovic J, Gruber T, Ohla K, Müller MM. Induced gamma-band activity elicited by visual representation of unattended objects. Journal of cognitive neuroscience. 2009;21(1):42–57. pmid:18476754
  54. 54. Fischl B. FreeSurfer. NeuroImage. 2012;62(2):774–81. pmid:22248573
  55. 55. Barlow JS, Brazier MA. A note on a correlator for electroencephalographic work. Electroencephalography and clinical neurophysiology. 1954;6:321–5. pmid:13161857
  56. 56. Brazier MA, Casby JU. Crosscorrelation and autocorrelation studies of electroencephalographic potentials. Electroencephalography and clinical neurophysiology. 1952;4(2):201–11. pmid:13033798
  57. 57. Wendling F, Bartolomei F, Bellanger J, Chauvel P. Interpretation of interdependencies in epileptic signals using a macroscopic physiological model of the EEG. Clinical neurophysiology. 2001;112(7):1201–18. pmid:11516732
  58. 58. Pijn JP, da Silva FL. Propagation of electrical activity: nonlinear associations and time delays between EEG signals. Basic Mechanisms of the EEG: Springer; 1993. p. 41–61.
  59. 59. Stam CJ, Nolte G, Daffertshofer A. Phase lag index: assessment of functional connectivity from multi channel EEG and MEG with diminished bias from common sources. Human brain mapping. 2007;28(11):1178–93. pmid:17266107
  60. 60. Nolte G, Bai O, Wheaton L, Mari Z, Vorbach S, Hallett M. Identifying true brain interaction from EEG data using the imaginary part of coherency. Clinical neurophysiology. 2004;115(10):2292–307. pmid:15351371
  61. 61. Maars NJ, Da Silva FHL. Propagation of seizure activity in kindled dogs. Electroencephalography and clinical neurophysiology. 1983;56(2):194–209. pmid:6191951
  62. 62. Gramfort A, Luessi M, Larson E, Engemann DA, Strohmeier D, Brodbeck C, et al. MNE software for processing MEG and EEG data. Neuroimage. 2014;86:446–60. pmid:24161808
  63. 63. Zhou D, Thompson WK, Siegle G. MATLAB toolbox for functional connectivity. Neuroimage. 2009;47(4):1590–607. pmid:19520177
  64. 64. Wilke C, Worrell G, He B. Graph analysis of epileptogenic networks in human partial epilepsy. Epilepsia. 2011;52(1):84–93. pmid:21126244
  65. 65. Caparos M, Louis-Dorr V, Wendling F, Maillard L, Wolf D. Automatic lateralization of temporal lobe epilepsy based on scalp EEG. Clinical neurophysiology. 2006;117(11):2414–23. pmid:16996795
  66. 66. Lu Y, Yang L, Worrell GA, He B. Seizure source imaging by means of FINE spatio-temporal dipole localization and directed transfer function in partial epilepsy patients. Clinical Neurophysiology. 2012;123(7):1275–83. pmid:22172768
  67. 67. Dai Y, Zhang W, Dickens DL, He B. Source connectivity analysis from MEG and its application to epilepsy source localization. Brain topography. 2012;25(2):157–66. pmid:22102157
  68. 68. He B, Yang L, Wilke C, Yuan H. Electrophysiological imaging of brain activity and connectivity—challenges and opportunities. Biomedical Engineering, IEEE Transactions on. 2011;58(7):1918–31.
  69. 69. Jung T-P, Humphries C, Lee T-W, Makeig S, McKeown MJ, Iragui V, et al. Extended ICA removes artifacts from electroencephalographic recordings. Advances in neural information processing systems. 1998:894–900.
  70. 70. Scherg M, Ebersole J. Models of brain sources. Brain topography. 1993;5(4):419–23. pmid:8357717
  71. 71. Barnes GR, Hillebrand A, Fawcett IP, Singh KD. Realistic spatial sampling for MEG beamformer images. Human brain mapping. 2004;23(2):120–7. pmid:15340934
  72. 72. Amblard C, Lapalme E, Lina J-M. Biomagnetic source detection by maximum entropy and graphical models. Biomedical Engineering, IEEE Transactions on. 2004;51(3):427–42.
  73. 73. Chowdhury RA, Lina JM, Kobayashi E, Grova C. MEG source localization of spatially extended generators of epileptic activity: comparing entropic and hierarchical Bayesian approaches. PloS one. 2013;8(2):e55969. pmid:23418485
  74. 74. Mheich A, Hassan M, Dufor O, Khalil M, Berrou C, Wendling F, editors. Spatiotemporal Analysis of Brain Functional Connectivity. 6th European Conference of the International Federation for Medical and Biological Engineering; 2015: Springer.