mb: Create Markov Blanket
Description
Given a graph and a specified vector of internal node(s), returns
the parents, the children, and the parents of the children of the
internal node(s).
Usage
mb(graph, nodes = igraph::V(graph))
Arguments
nodes
Numeric vector of vertices.
Value
A list of node descendants, parents, and neighbors.