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)
Value
list containing the regulated genes and the
type of interaction between node and each gene.