eListWrite               package:prada               R Documentation

_W_r_i_t_e _t_h_e _e_L_i_s_t

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

     Writes the values of the eList of an eSet to a file

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

     eListWrite(x,...)

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

       x: an 'eSet'..

     ...: additional arguments passed to write.table.

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

     The values of the eList of 'x' are extracted and written to a file
     with write.table.

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

     A an object of class

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

     Markus Ruschhaupt <URL: mailto:m.ruschhaupt@dkfz.de>

_E_x_a_m_p_l_e_s:

     ##see vignette 'How to apply the ddCt method'

