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_interlobar counts the number of edges between all vertices in one major lobe (e.g. Frontal) and all other major lobes.
count_interlobar
count_homologous(g)count_interlobar(g, lobe)
count_interlobar(g, lobe)
An igraph graph object
igraph
A character string indicating the lobe to count from (uppercase)
count_homologous - a named vector of the edge ID's connecting homologous regions
count_interlobar - a data.table of total, intra-, and inter-lobar edge counts
data.table
# NOT RUN { g1.frontal <- count_interlobar(g[[1]][[N]], 'Frontal') # }
Run the code above in your browser using DataLab