setSpecies              package:gaggle              R Documentation

_S_p_e_c_i_f_y _t_h_e _S_p_e_c_i_e_s _T_o _W_h_i_c_h _S_u_b_s_e_q_u_e_n_t _D_a_t_a _B_e_l_o_n_g_s

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

     A gaggle broadcast always includes the species (the organism) the
     data is associated with. For example, the KEGG goose must tell the
     KEGG web server what organism the accomanying gene names are from.
      The R Goose has a notion of _default species_; this command is a
     convenient way to set that default.

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

     setSpecies (newValue)

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

newValue: typically the Linnean name, e.g., 'Homo sapiens'

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

     'getSpecies'. 'broadcast'.

