Hi Philipp,
Sorry for not replying to your initial email ; I had meant to over the weekend.
I do have a file for Power264 but it is not yet ready. I have a few
more pressing tasks to do in the short term, so I don't think I could
have it ready until the end of next week maybe.
RE your second email: I am not sure about the error. Does the your
custom atlas's data.table object have a "lobe" column? The "lobe.nums"
variable is created from the following code:
# "DT" is the atlas data.table
vorder <- match(V(g)$name, DT$name)
lobe.nums <- DT[vorder, as.numeric(lobe)]
So, the "vorder" variable is to ensure that we can match the ordering
of vertices in the graph object itself with the order of the vertices
in the data.table. Then "lobe.nums" should simply be a numeric (or
integer) vector in which, e.g.
Frontal --> 1
Parietal --> 2
Temporal --> 3
and so on. For some reason, the "lobe.nums" that was created is
instead a *list*, not a numeric vector. If there is a lobe column in
the data.table, can you make sure that each row contains only a single
*factor* element? You can check with
str(DMN$lobe)
(if "DMN" is the data.table).
If that doesn't reveal anything, then you can send me a "rda" file
with the atlas's data.table, the "covars" table (probably not
necessary), "groups", "A.norm.sub", and "thresholds"? You can send it
to me off-list if you prefer.
Chris
> --
> You received this message because you are subscribed to the Google Groups
> "brainGraph-help" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
brainGraph-he...@googlegroups.com.
> To view this discussion on the web visit
>
https://groups.google.com/d/msgid/brainGraph-help/6f219c15-5d1c-4dc3-8980-f7dde8e497b0%40googlegroups.com.
>