exp_designFrame          package:explorase          R Documentation

_G_e_t _t_h_e _e_x_p. _d_e_s_i_g_n

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

     Gets a data frame containing the experimental design information
     for the given entity type.

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

     exp_designFrame(ent_type = exp_entityType(), treatments_only = FALSE)

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

ent_type: the entity type ("gene", "met", etc)

treatments_only: if 'TRUE', only include treatment columns (eg
          genotype),  leaving out eg ID and replicate.

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

     A data frame with conditions as rows and factors as columns.

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

     Michael Lawrence <mflawren@fhcrc.org>

