readSDM                package:prada                R Documentation

_R_e_a_d _a_n _S_D_M _f_i_l_e

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

     Read an SDM file: Data Output File for SDS, Version 2.1

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

       readSDM(files, withoutPath=TRUE)

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

   files: Character vector of filenames

withoutPath: logical - if 'TRUE', the path to the files is stripped
          from the 'filename' column of the resulting data frame.

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

     This function reads the data given in the colums
     'Detector','Sample' and 'Ct' of the specified SDM output files and
     stores them as a data.frame. An additional column including the
     respective filename is added.

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

     A data.frame

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

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

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

     sampdat <- readSDM(system.file("extdata", "Experiment1.txt", package="prada"))
     sampdat[1:5,]

