Reply To: Construction of fMRI multiplex adjacency matrices

Home Forums General Help (Braph 2.0) Construction of fMRI multiplex adjacency matrices Reply To: Construction of fMRI multiplex adjacency matrices

#161471

Dear Avalon,

  1. So far the available multiplex pipelines take the time series (fMRI), connectivity matrices (DWI), or structural values (T1w, PET). In order to directly input your supra-adjacency matrices, you can use braph2 via the command line and create another file similar to MultiplexWU or MultiplexBU removing all the different functions applied to the input matrix B. You could also need to change the Importer for the pipeline that you want to use.

  2. In this case it is because we re-use the importers from a single layer of connectivity and functional pipelines. Thus, from the functional data, the adjacency matrix is calculated by correlating the time series from the brain regions, whereas from the connectivity data we already take connectivity matrices, and just apply functions to make sure the adjacency matrix is symmetric, without self-connections and negative weights (can be chosen), and standardized.