exp_designFactors         package:explorase         R Documentation

_G_e_t _t_h_e _e_x_p. _d_e_s_i_g_n _f_a_c_t_o_r_s

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

     Gets a vector of the names of the factors in the experimental
     design

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

     exp_designFactors(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 treatments (eg genotype), 
          leaving out eg ID and replicate.

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

     A vector of factor names

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

     Michael Lawrence <mflawren@fhcrc.org>

