createTDMS            package:maigesPack            R Documentation

_C_r_e_a_t_e _a _t_a_b _d_e_l_i_m_i_t_e_d _f_i_l_e _f_o_r _T_I_G_R _M_e_V

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

     This function gets an object of class 'maiges' an save a tab
     delimited file containing the W values to be load by TIGR MeV
     software, in the format TDMS file.

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

     createTDMS(data=NULL, sLabelID=names(data@Slabels)[1], file="data.txt")

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

    data: object of class 'maiges' to be saved as a TDMS file.

sLabelID: character string giving the sample label ID to be used to
          label the samples in the TDMS file. Defaults to the first
          sample label ID.

    file: character string specifying the file name to where TDMS file
          must be saved. Defaults to 'data.txt'.

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

     This function save an ASCII file and do not return any object or
     value.

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

     Gustavo H. Esteves <gesteves@vision.ime.usp.br>

