explorase             package:explorase             R Documentation

_S_t_a_r_t _e_x_p_l_o_R_a_s_e

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

     The main function of exploRase, normally invoked without
     arguments, unless one already has data/metadata in the R session
     to load.

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

      explorase(exp_data = NULL, entity_info = NULL, design_info = NULL, type = "gene", 
     network = NULL, entity_lists = NULL, gobi = ggobi_get(), quit_on_exit = F) 

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

exp_data: Experimental data to load

entity_info: Entity metadata to load

design_info: Experimental design information to load

    type: The entity type of the data being loaded

 network: A Bioconductor "graph" to load (not yet implemented)

entity_lists: A list of entity lists to load

    gobi: The GGobi session to use

quit_on_exit: Whether R should quit when exploRase is exited

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

     Michael Lawrence

