I am using brainGraph for the first time and also familiarizing myself with R. I've read through the User Guide and now trying to make sure I start off correctly. I have a few questions.
- The brain rois we are using are from a custom atlas containing 318 regions. Aside from setting atlas=’custom’ at some point, how should I format the custom atlas / feed it in? (see attached custom_atlas.csv)
- Our correlation matrices have already been binarized using a sparsity threshold prior to using brainGraph. Is it possible to use the binarized matrices as a starting point rather than the correlation matrix? (see attached binarized_matrices.csv)
- In order to calculate our indices of interest, do these steps seem logical?
1. make_brainGraph
2. make_brainGraphList
(what is the difference between these two first steps?)
3. set_brainGraph_attr in order to calculate our metrics of interest
4. plot_brainGraph_gui to visualize
Finally, I believe the 3 attachments are the only relevant input needed to get started. Basically, we have n=438 subjects but I've cut it down to n=3 here to keep things simple for now. It would be great if you could confirm whether things appear to be set up correctly.
Thank you for helping me to get started!
Best,
EJ