exp_loadData            package:explorase            R Documentation

_L_o_a_d _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:

     Load experimental data of a specified type into exploRase (and
     GGobi).

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

     exp_loadData(exp_data, data_name = "expression", ent_type = "gene", sync = F)

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

exp_data: a data frame containing experimental data, with  observations
          as rows and conditions as columns.

data_name: name of the dataset in GGobi

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

    sync: whether to synchronize the other data models with the 
          experimental data. If 'sync' is 'TRUE', the entity
          information and experimental design tables will be limited to
          the observations and conditions, respectively, in the
          experimental data. This is experimental.

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

     Organizes experimental data, loads it into GGobi and synchronizes
     it with other data (design and entity info)

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

     Michael Lawrence <lawremi@iastate.edu>

