directedBFS: Uses a breadth first search on a directed graph to identify...

Description Usage Arguments Value Author(s) See Also

View source: R/directedBFS.R

Description

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

Usage

1
directedBFS(g, node)

Arguments

g

A graph object.

node

A node of g.

Value

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

Author(s)

Laurent Jacob

See Also

propagateRegulation()


NCIgraph documentation built on Nov. 8, 2020, 5:54 p.m.