Hello,
I have made an update to v0.65.0.
New function: "permute.group.auc" is almost the same as "permute.group", except it does permutation testing for the difference (between 2 groups) in the area-under-the-curve (AUC) of a graph measure (e.g. global efficiency) across all densities. The function "plot_perm_diffs" has been updated to work with this data, but only works at the vertex level.
There was an error in some cases with "NBS" if the permuted data resulted in a graph with 0 connected components. This has been fixed.
You can now provide a "covars" data.table to the function "brainGraph_init" (used with volumetric data); this is so you can subset the data yourself, if you wish. This also means that you no longer *need* a file named "covars.csv" in the specific directory.
You can see more changes at the
Github pageI have not yet updated the User Guide to reflect these changes, but hope to soon.