broadcast               package:gaggle               R Documentation

_B_r_o_a_d_c_a_s_t _D_a_t_a _t_o _t_h_e _G_a_g_g_l_e

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

     Broadcast a list of names, a matrix, a network, an associative
     array (an R environment) or  a 'cluster' to the
     'currentTargetGoose'. A 'cluster' is simply two lists of  names,
     typically a list of matrix row names, and a list of column names,
     which together  identify a cluster of genes which behave
     coherently in the specified conditions.

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

     broadcast (x, name='from R')

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

       x: list of names, matrix, network, environment, cluster.

    name: any string, especially useful for identifying matrices or
          environments broadcast to other geese.

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

     Returns NULL.

_S_e_e _A_l_s_o:

     'geese'. 'setTargetGoose'. 'getTargetGoose'.

