exp_loadLists           package:explorase           R Documentation

_L_o_a_d _e_n_t_i_t_y _l_i_s_t_s

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

     Loads a list of entity lists (matrices) into exploRase

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

     exp_loadLists(ent_lists)

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

ent_lists: a list of entity lists (1 or 2 column matrices)

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

     An entity list matrix may have one or two columns. The last column
     specifies the entity ID's and its name is the name of the entity
     list. If there are two columns, the first specifies the type of
     each entity, allowing entity lists holding entities of different
     types.

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

     Michael Lawrence <mflawren@fhcrc.org>

