write.marray package:marray R Documentation _D_a_t_a _O_u_t_p_u_t _D_e_s_c_r_i_p_t_i_o_n: Calls the function write.table with predefine argument. The entries in each line (row) are separated by tab. _U_s_a_g_e: write.marray(mraw, file="maRawResults.xls", val="maM", ...) _A_r_g_u_m_e_n_t_s: mraw: the object to be written, either a 'marrayRaw' or 'marrayNorm' object. file: a character string representing the file name. val: a character string representing the slotNames to be written. ...: further arguments to 'write.table'. _D_e_t_a_i_l_s: see 'write.table' _A_u_t_h_o_r(_s): Jean Yee Hwa Yang _S_e_e _A_l_s_o: 'write.table', 'write.list' _E_x_a_m_p_l_e_s: data(swirl) write.marray(swirl[1:10,])