Hi Chris,
More detailed information are listed below:
In Chapter 8, on page 50 (brainGraph User Guide Version 3.0.0),
"Analysis of between-group differences in a given vertex measure (e.g., degree, betweenness centrality, etc.) is described in this chapter (equivalent to a voxel-wise analysis common in fMRI, DTI, VBM, etc. analyses). This is only possible if you have a graph for each subject (at a given density/threshold)." This mean if I wanna do the analysis of between groups, I need to have a graph for each subject.
However, based on Chapter 6, I ran the following code, and I can't get a graph for each subject, can you help me to figure out how this happened?
" g.subject <- lapply(seq_along(densities), function(x)
make_brainGraphList(corrs[x], atlas='dk',
level = "subject",
weighted=TRUE,
modality='thickness', .progress=F)) "
Many thanks!
Hui