Hi, I realized my last message was not very informative.
* In "create_mats", previously if "
threshold.by='density'" was chosen, the group matrices ended up with a much higher density than specified with the "mat.thresh" argument. This has been fixed so that they are consistent.
* "set_brainGraph_attr" used to calculate a graph measure called the "clique number" (assigning the graph-level attribute "clique.num"). I removed this calculation from the function because it results in exceedingly high run-times particularly for graphs with more vertices (e.g., craddock200) and graphs with higher density.
Chris