--
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-help+unsubscribe@googlegroups.com.
To post to this group, send email to brainGraph-help@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/brainGraph-help/3d27ae13-0319-4d04-b667-a64a5e46936c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thank you, I am glad they are helpful. That specific plot is from the function "plot_corr_mat". The code can be found in the block on page 44 in Chapter 5.10.1. It is the 4th command in the block, specifically:plot_corr_mat(corrs[[2]][[10]]$r.thresh, type='lobe', g=g[[2]][[10]], group=groups[2])1. The first arguments is the thresholded (binarized) adjacency matrix for group 2, threshold/density 102. The second argument is the "type" of vertex attribute to color the cells by. In this case I chose "lobe". Other options are "comm" and "comm.wt" (for unweighted and weighted community membership) and "network" (which only works for the "dosenbach160" atlas that has a "network" attribute, e.g. default mode, sensorimotor, etc.).3. The third argument is the associated graph, here for group 2 & threshold/density 10. It is required to get those vertex attributes.4. The fourth argument is optional and is what places "Patient" in the title; i.e., it is the group name. You could also leave this blank and then add your own title if you wish, e.g.,plot_corr_mat(corrs[[2]][[10]]$r.thresh, type='lobe', g=g[[2]][[10]]) + labs(title='My Group')Chris
On Fri, Feb 17, 2017 at 6:51 AM, Daniel J. King <daniel...@gmail.com> wrote:
Hi Chris,Your help guide has some great figures in it, but the ones I am interested in at the moment is the adjacency matrices (figure 22). I have checked through the PDF and the cran package manual but can't seem to find a function to produce these, was it a separate plotting function?Thanks again,Best wishesDan
--
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 post to this group, send email to brainGr...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to brainGraph-help+unsubscribe@googlegroups.com.
To post to this group, send email to brainGraph-help@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/brainGraph-help/a5df5204-841d-4fa4-90ae-be0e222a9bfd%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to brainGraph-help+unsubscribe@googlegroups.com.
To post to this group, send email to brainGraph-help@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/brainGraph-help/e816bcc0-5b36-4710-89c0-8fdf355d2266%40googlegroups.com.