powered by
count_homologous counts the number of edges between homologous regions in a brain graph (e.g. between L and R superior frontal).
count_homologous
count_inter counts the number of edges between and within all vertices in one group (e.g. lobe, hemi, or network).
count_inter
count_homologous(g)count_inter(g, group = c("lobe", "hemi", "network", "class"))count_interlobar(g, lobe)
count_inter(g, group = c("lobe", "hemi", "network", "class"))
count_interlobar(g, lobe)
An brainGraph graph object
brainGraph
Character string specifying which grouping to calculate edge counts for. Default: 'lobe'
'lobe'
Lobe name (deprecated)
count_homologous - a named vector of the edge ID's connecting homologous regions
count_inter - a data.table of total, intra-, and inter-group edge counts
data.table
# NOT RUN { g1.lobecounts <- count_inter(g[[1]][[N]], 'lobe') # }
Run the code above in your browser using DataLab