Difference between revisions of "How to Convert BESA Connectivity results for BESA Statistics"

From BESA® Wiki
Jump to: navigation, search
(Prepare data for BESA Statistics)
(Prepare data for BESA Statistics)
Line 16: Line 16:
 
== Prepare data for BESA Statistics ==
 
== Prepare data for BESA Statistics ==
  
In orde to be able to import connectivity matrices into BESA Statistics , it is necessary to convert ''*.conn'' files exported from BESA Connectivity to ''*.tfc'' files which can be read by BESA Statistics.
+
In order to be able to import connectivity matrices into BESA Statistics, it is necessary to convert ''*.conn'' files exported from BESA Connectivity to ''*.tfc'' files which can be read by BESA Statistics.
  
 
The following Matlab script will perform the required conversion: [ftp://h1772544.stratoserver.net/public/Matlab/BESAConnectivityScripts/BESA_Connectivity_to_BESA_Statistics.m Matlab to BESA Connectivity]
 
The following Matlab script will perform the required conversion: [ftp://h1772544.stratoserver.net/public/Matlab/BESAConnectivityScripts/BESA_Connectivity_to_BESA_Statistics.m Matlab to BESA Connectivity]

Revision as of 17:04, 19 December 2018

Module information
Modules BESA Connectivity, BESA Statistics 2.0
Version 1.0 or higher (BC), 2.0 or higher (BS)

Note and general remarks

Connectivity results exported from BESA Connectivity 1.0 (or higher) can be imported in BESA Statistics 2.0 (or higher) to perform statistical permutation testing. To be able to read the connectivity matrices that are exported to disc as *.conn files, the format and the extension of the data files need to be changed to enable reading them in BESA Statistics.

Export connectivity results in BESA Connectivity

For exporting connectivity results in BESA Connectivity, please refer to Export Connectivity Results.

Connectivity matrices are stored to disc as *.conn files. BESA provides scripts to import these files into Matlab for further analysis. The scripts can be downloaded from the following page on the BESA website: MATLAB Scripts

Prepare data for BESA Statistics

In order to be able to import connectivity matrices into BESA Statistics, it is necessary to convert *.conn files exported from BESA Connectivity to *.tfc files which can be read by BESA Statistics.

The following Matlab script will perform the required conversion: Matlab to BESA Connectivity