powered by
Create the intersection of graphs based on a logical condition
make_intersection_brainGraph(..., subgraph)
Graph objects or lists of graph objects
Character string specifying an equation (logical condition) for the vertices to subset
An igraph graph object
igraph
# NOT RUN { res.mtpc <- mtpc(g, covars, ...) g.mtpc <- make_glm_brainGraph(res.mtpc, atlas) g.mtpc.int <- make_intersection_brainGraph(g.mtpc, subgraph='sig == 1') # }
Run the code above in your browser using DataLab