writeCodelink            package:codelink            R Documentation

_W_r_i_t_e _a _C_o_d_e_l_i_n_k _o_b_j_e_c_t _t_o _f_i_l_e.

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

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

       writeCodelink(object, file, dec = ".", sep = "\t", flag = FALSE)

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

  object: an object of class "Codelink".

    file: filename to write object to.

     dec: decimal character to use.

     sep: delimiter character to use.

    flag: should the Codelink flags be written.

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

     By default, intensities and SNR are wrote to the file. If set, the
     flag are  also output. The header have  "INTENSITY_", "SNR_" and
     "FLAG_" respectibely  appendend to the sample name for those
     values. The default delimiter is the tab  character, but that can
     be set with the sep argument. The default decimal  character is
     the point.

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

_N_o_t_e:

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

     Diego Diez

_S_e_e _A_l_s_o:

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

     ## Not run: 
         data(codelink.example)
         writeCodelink(codelink.example, file = "foo.txt")
     ## End(Not run)

