Learn R Programming

NCIgraph (version 1.20.0)

directedBFS: Uses a breadth first search on a directed graph to identify which genes are regulated by a particular node in the graph

Description

Uses a breadth first search on a directed graph to identify which genes are regulated by a particular node in the graph.

Usage

directedBFS(g, node)

Arguments

g
A graph object.
node
A node of g.

Value

list containing the regulated genes and the type of interaction between node and each gene.

See Also

propagateRegulation()