Dear Chris,
I'm using this space because I have the same problem of Lei Guo.
I'm using brainGraph 3.0.2 and R version 4.1.1.
This is my directory:
- aparc_lh_thickness.csv
- aparc_rh_thickness.csv
- asegstats.csv
- covars.csv
When I run
> raw_data <- import_scn(datadir,
atlas='dk', modality='thickness', exclude.subs=exclude.subs)
aseg is NULL
If I replace 'dk' with 'dk.scgm', as you recommended, the output is the following error:
> raw_data <- import_scn(datadir, atlas='dk.scgm', modality='thickness', exclude.subs=exclude.subs)
Error in update_fs_names(asegfile, "aseg", exclude.subs) :
argument "exclude.subs" absent, no default value
What is your advice to fix this error?
Thank you in advance,
Alice