Learn R Programming

brainGraph (version 2.7.3)

make_nbs_brainGraph: Create a graph with NBS-specific attributes

Description

Create a graph with NBS-specific attributes

Usage

make_nbs_brainGraph(res.nbs, atlas, ...)

Arguments

res.nbs

List that is output by NBS

atlas

Character string specifying the brain atlas to use

...

Other arguments passed to make_brainGraph

Value

A list of igraph graph objects (length equal to the number of contrasts) with additional attributes:

Graph

name (contrast name)

Vertex

comp (integer vector indicating connected component membership), p.nbs (P-value for each component)

Edge

stat (the test statistic for each connection), p (the P-value)

See Also

Other Graph creation functions: make_brainGraph, make_ego_brainGraph, make_empty_brainGraph, make_glm_brainGraph, make_mediate_brainGraph