exp_dataset            package:explorase            R Documentation

_G_e_t _e_x_p_e_r_i_m_e_n_t_a_l _d_a_t_a

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

     Get experimental data of the specified type out of exploRase

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

     exp_dataset(ent_type = exp_entityType())
     exp_dataFrame(ent_type = exp_entityType())

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

ent_type: the entity type ("gene", "met", ...) of the data

_D_e_t_a_i_l_s:

     The result of 'exp_dataset' allows one to directly manipulate the
     GGobi dataset. If only a 'data.frame' is required, 'exp_dataFrame'
     is a more convenient path.

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

     For 'exp_dataset', a GGobi dataset, see rggobi documentation. For
     'exp_dataFrame', a data.frame coerced from the result of
     'exp_dataset'.

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

     Michael Lawrence <mflawren@fhcrc.org>

