findAdjacent {ppiStats} | R Documentation |
This function returns a list of the unique prey detected by a bait in a bait-prey experiment.
findAdjacent(x,bait)
x |
A graph object containing the set of bait-prey interaction data. |
bait |
A character specifying tjhe bait node of interest. |
A vector of prey that are detected by the bait in the graph, or NULL if the supplied bait is not a node in the graph.
Denise Scholtens