braph-software / BRAPH-2

BRAPH 2.0 is a comprehensive software package for the analysis and visualization of brain connectivity data, offering flexible customization, rich visualization capabilities, and a platform for collaboration in neuroscience research.
http://braph.org
Other
30 stars 12 forks source link

New Data Analysis Pipeline - Based on Delayed Correlation Directed Analysis #1375

Open mitemijalkov opened 2 years ago

mitemijalkov commented 2 years ago

Describe the solution you'd like Implementation of pipeline related to the paper (https://academic.oup.com/cercor/article/32/3/593/6330940?login=true). This pipeline will implement delayed correlation method that produces directed functional connectivity networks. It uses fMRI data (time series).

Additional context This method computes weighted directed matrices. Do we need 2 separate pipelines if we are going to analyze both weighted and binary directed matrices (based on density)?

Solution

egolol commented 2 years ago

We will add 1 pipeline folder that manages all different directed graphs analyses. Which type of data are you planning to use?

mitemijalkov commented 2 years ago

We have 2 groups of Parkinson's disease patients. The input data is time series obtained by functional MRI. Age, sex and motion parameters as covariates.