xcmsRaw                 package:xcms                 R Documentation

_C_o_n_s_t_r_u_c_t_o_r _f_o_r _x_c_m_s_R_a_w _o_b_j_e_c_t_s _w_h_i_c_h _r_e_a_d_s _N_e_t_C_D_F _f_i_l_e_s

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

     This function handles the task of reading a NetCDF file containing
     LC/MS or GC/MS data into a new 'xcmsRaw' object. It also
     transforms the data into profile (maxrix) mode for efficient
     plotting and data exploration.

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

     xcmsRaw(cdfname, profstep = 1, profmethod = "intlin", profparam = list(), msmsfile = NA)

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

 cdfname: path name of the NetCDF file to read

profstep: step size (in m/z) to use for profile generation

profmethod: method to use for profile generation

profparam: extra parameters to use for profile generation

msmsfile: path name of text file with additional MS/MS information

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

     If 'profstep' is set to 0, no profile matrix is generated.

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

     A 'xcmsRaw' object.

_N_o_t_e:

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

     Colin A. Smith, csmith@scripps.edu

_R_e_f_e_r_e_n_c_e_s:

     NetCDF file format: <URL:
     http://my.unidata.ucar.edu/content/software/netcdf/>

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

     'xcmsRaw-class', 'profStep', 'profMethod'

