You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for the great package and detailed documents. I'm working with rs-fmri functional connectivity matrices. I've successfully make brainGraphList with 10 thresholds, and saved g/g.group.rds. But something wrong when creating vertex measures:
dt.V <- rbindlist(lapply(g, vertex_attr_dt))
Error in colnamesInt(x, neworder, check_dups = FALSE) :
argument specifying columns specify non existing column(s): cols[1]='density'
The graph measures rbindlist(lapply(g, graph_attr_dt)) worked fine:
I checked the documents, seems density is the argument for structural covariance network? I guess the key of rbindlist should be threshold. But I dont know how to fix that.
I'd appreciate your reply.
Thank you.
The text was updated successfully, but these errors were encountered:
Hi, thanks for the great package and detailed documents. I'm working with rs-fmri functional connectivity matrices. I've successfully make brainGraphList with 10 thresholds, and saved g/g.group.rds. But something wrong when creating vertex measures:
The graph measures
rbindlist(lapply(g, graph_attr_dt))
worked fine:I checked the documents, seems
density
is the argument for structural covariance network? I guess the key of rbindlist should bethreshold
. But I dont know how to fix that.I'd appreciate your reply.
Thank you.
The text was updated successfully, but these errors were encountered: