findAdjacent            package:ppiStats            R Documentation

_A _f_u_n_c_t_i_o_n _t_h_a_t _r_e_t_u_r_n_s _t_h_e _s_e_t _o_f _p_r_e_y _d_e_t_e_c_t_e_d _b_y _a _b_a_i_t _i_n _a
_b_a_i_t-_p_r_e_y _e_x_p_e_r_i_m_e_n_t.

_D_e_s_c_r_i_p_t_i_o_n:

     This function returns a list of the unique prey detected by a bait
     in a bait-prey experiment.

_U_s_a_g_e:

     findAdjacent(x,bait)

_A_r_g_u_m_e_n_t_s:

       x: A graph object containing the set of bait-prey interaction
          data.

    bait: A character specifying tjhe bait node of interest.

_V_a_l_u_e:

     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.

_A_u_t_h_o_r(_s):

     Denise Scholtens

